direct=true failure
Had a client installation fail the other day when we included direct=true in our ctl files, no error if we take out the options line, and no failure at all on our end:
errors were
SQL*Loader-925: Error while uldlgs: OCIStmtExecute (ptc_hp)
ORA-00942: table or view does not exist
SQL*Loader-2026: the load was aborted because SQL Loader cannot continue.
SQL*Loader-925: Error while uldlgs: OCIStmtExecute (ptc_hp)
ORA-00942: table or view does not exist
SQL*Loader-925: Error while uldlgs: OCIStmtFetch (ptc_hp)
ORA-24338: statement handle not executed
versions
sqlldr 11.2.0.1.0
oracle enterprise 10.2.0.4.0
and yes, the table exists. I'm thinking some other table but don't know how to go about finding what it's looking for
errors were
SQL*Loader-925: Error while uldlgs: OCIStmtExecute (ptc_hp)
ORA-00942: table or view does not exist
SQL*Loader-2026: the load was aborted because SQL Loader cannot continue.
SQL*Loader-925: Error while uldlgs: OCIStmtExecute (ptc_hp)
ORA-00942: table or view does not exist
SQL*Loader-925: Error while uldlgs: OCIStmtFetch (ptc_hp)
ORA-24338: statement handle not executed
versions
sqlldr 11.2.0.1.0
oracle enterprise 10.2.0.4.0
and yes, the table exists. I'm thinking some other table but don't know how to go about finding what it's looking for
0