ddirections
Programmer
I'm calling SQLLDR from a C++ program. Just trying to load data into fields, but in my log file all I get is this for every record:
Record 1: Rejected - Error on table T_SECURITIES.
ORA-01008: not all variables bound
Record 2: Rejected - Error on table T_SECURITIES.
ORA-01008: not all variables bound
I'm not using Java or PL/SQL, which is what the ORA-01008 error is usually attributed to.
Any advice?
Thanks
Record 1: Rejected - Error on table T_SECURITIES.
ORA-01008: not all variables bound
Record 2: Rejected - Error on table T_SECURITIES.
ORA-01008: not all variables bound
I'm not using Java or PL/SQL, which is what the ORA-01008 error is usually attributed to.
Any advice?
Thanks