ORA-01008 not all variables bound
Cause: A SQL statement containing substitution variables was executed without all variables bound. All substitution variables must have a substituted value before the SQL statement is executed.
Action: In OCI, use an OBIND or OBINDN call to substitute the required values.
|
|
|
| ORA-01008 non tutte le variabili nel limite |
Causa: Una dichiarazione di SQL che contiene le variabili della sostituzione è stata eseguita senza tutte le variabili limitate. Tutte le variabili della sostituzione devono avere un valore sostituito prima che la dichiarazione di SQL sia eseguita.
Azione: In OCI, usare una chiamata di OBINDN o di OBIND per sostituire i valori richiesti. |
|
|
|
|
|
|
|