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

View File

@@ -0,0 +1,3 @@
-- Create directory
create or replace directory WEBMIP_BULK_LOAD
as 'c:\webmip\bulk_load';