Add external table definitions to support bulk loading.
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3172 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
6
Schema/mipExtTables.sql
Normal file
6
Schema/mipExtTables.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
@@ext_meter.pdc
|
||||
@@ext_module.pdc
|
||||
|
||||
-- error logs used when merging data from the external tables to their final destinations
|
||||
exec dbms_errlog.create_error_log(dml_table_name => 'meters')
|
||||
exec dbms_errlog.create_error_log(dml_table_name => 'parties')
|
||||
Reference in New Issue
Block a user