- triggerタグのselection="included"属性を指定してソース データベースからターゲット データベースにトリガーをコピーします。トリガーは再配置も名前変更もできません。
例:
<triggers> <trigger selection= "included"> <database>west1000</database> <subject_table_database>west1000</subject_table_database> <table>employee</table> <name>RaiseTrig</name> <action_time enabled="NO">BEFORE</action_time> </trigger> </triggers>