この例では、テーブルf_table1はstaging_db_twoデータベースを使用します。データベース レベルで指定されているstaging_db_oneデータベースは上書きされます。テーブルf_table2は、データベース レベルで指定されているstaging_db_oneデータベースを使用します。
<database selection="unselected"> <name>DBName</name> <source_staging_database> <name>staging_db_one</name> </source_staging_database> <table selection="included"> <name>f_table1</name> <use_source_staging_table>TRUE</use_source_staging_table> <source_staging_database> <name>staging_db_two</name> </source_staging_database> </table> <table selection="included"> <name>f_table2</name> <use_source_staging_table>TRUE</use_source_staging_table> </table> </database>