Added control file for exception messages as they were not getting added to the build.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3727 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
PriestJ
2008-02-27 10:52:14 +00:00
parent fc38ff5306
commit 8466a74378
2 changed files with 20 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ sqlldr %1 control=dost
sqlldr %1 control=comsg
sqlldr %1 control=exme
sqlplus %1 @enable_constraints

18
Data/Seed/exme.ctl Normal file
View File

@@ -0,0 +1,18 @@
LOAD DATA
INFILE *
INTO TABLE exception_messages
REPLACE
FIELDS TERMINATED BY '|'
(
EXCEPTION_NUMBER,
MESSAGE,
EXME_TYPE,
CREATED_BY,
CREATED_ON,
EXME_COMMENT,
UPDATED_BY,
UPDATED_ON
)
BEGINDATA
1|-20000|This indicates an assertion failure - check ERROR_LOGS|E||24/01/2008|||
2|-20100|Attempt to upload file failed, file may be over 3 megabytes in size or total files for enquiry exceed 10 megabytes|E||06/02/2008|||