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:
hardya
2008-01-08 18:15:32 +00:00
parent cec492e431
commit f3c3bb281f
5 changed files with 134 additions and 1 deletions

6
Schema/mipExtTables.sql Normal file
View 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')