Bind Variable, ORA-01008: not all variables bound [message #272752] |
Sun, 07 October 2007 00:40 |
ataufique
Messages: 79 Registered: November 2006
|
Member |
|
|
Hi,
How to use OBIND or OBINDN call to substitute the values for the below error...
i am using pro*c with oracle 10g
Error:
ORA-01008: not all variables bound
Cause:
You tried to execute an SQL statement that contained substitution variables where all variables were not bound.
Action:
The options to resolve this Oracle error are:
In OCI, try using an OBIND or OBINDN call to substitute the values.
|
|
|
|
|
|