I'm calling SQLLDR from my C++ program. When I run it, I get a ORA-01008 error, saying that not all variables are bound. This is usually an error one gets when using Java. Has anyone else run SQLLDR from a C++ program and received a similar error?
Thanks.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.