SQL*Loader-941 [message #116567] |
Wed, 20 April 2005 11:45 |
s_konstanty
Messages: 2 Registered: April 2005
|
Junior Member |
|
|
New to oracle. I am running 10g, everything seems to be working fine so far. I want to import a .csv or .txt file using SQL Loader via the OEM gui.
I have used sample databases, data files, and control files from everywhere. Everytime without exception the load fails and I get this message
SQL*Loader-941: Error during describe of table REGISTER
ORA-04043: object REGISTER does not exist
(REGISTER is my table)
If I logon to ISQL Plus I can select records and describe this table without any problems. Help!
Suggestions? Thanks!
|
|
|
Re: SQL*Loader-941 [message #116577 is a reply to message #116567] |
Wed, 20 April 2005 12:43 |
s_konstanty
Messages: 2 Registered: April 2005
|
Junior Member |
|
|
I think I have it figured out now. At least it's working now. On Linux it appears that you have to put the data file and control file in the same directory as sqlloader.
|
|
|