Querying EXTERNAL TABLE in forms gives error intermittently (ORA-29913 + ORA-29400 + KUP-04040)
We have an external table.
If the table is there we drop it using EXEC SQL.
Then we create it using EXEC SQL.
Then we select from it (Forms 10g Release 1). Problem is we get this error sometimes (not all the time):
12:33:51 PM
12:33:51 PM *** SCRIPT START : Session:ABS@ava453dv(1) 3/27/2009
12:33:51 PM ***
12:33:51 PM Start SQL Editor Execution ...
12:33:51 PM Processing ...
12:33:51 PM insert into temp_simcards(IMSI,
12:33:51 PM *
12:33:51 PM ORA-29913: error in executing ODCIEXTTABLEOPEN callout
12:33:51 PM ORA-29400: data cartridge error
12:33:51 PM KUP-04040: file simtest12.txt in SIM_DATA_FILE not found
12:33:51 PM ORA-06512: at "SYS.ORACLE_LOADER", line 19
12:33:51 PM *** Script stopped due to error ***