error while creating external table [message #63341] |
Tue, 28 September 2004 05:38 |
Kumar
Messages: 115 Registered: December 1998
|
Senior Member |
|
|
Hi
when i am creating external table the table is creating but when
i am trying to access the data from external table i am getting following error messages
ERROR at line 1:
ORA-29913: error in executing ODCIEXTTABLEOPEN callout
ORA-29400: data cartridge error
KUP-04063: unable to open log file EXT_TAB2_199_282.log
OS error The system cannot find the file specified.
ORA-06512: at "SYS.ORACLE_LOADER", line 14
ORA-06512: at line 1
tell me what are reasons for this errors and how to fix it
Regards
kumar
|
|
|
Re: error while creating external table [message #63681 is a reply to message #63341] |
Wed, 27 October 2004 08:41 |
Rui
Messages: 2 Registered: October 2003
|
Junior Member |
|
|
i found this :
KUP-04063 unable to open log file string OS error string
Cause: An attempt to open the log file failed.
Action: Specify a different log file or use NO LOGFILE to disable logging.
|
|
|