Sqlloader [message #71908] |
Mon, 03 February 2003 09:00 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Ludo
Messages: 4 Registered: January 2003
|
Junior Member |
|
|
My contol file :
load data
infile G:PHECISQLScriptsImportImportOracle_.sql
append
into table a013009.ImportTable
fields terminated by ","
("Date", ISIN, ..., Dummy)
My batch file :
SQLLDR USER/PWD control=ImportControl.ctl log=ImportControl.log bad=ImportControl.bad data=10
Error message :
Message 2100 not found; No message file product=RDBMS, facility=UL
My question :
What does mean this error message ?
Thanks
Ludo
|
|
|
|
|