Oracle Error ORA-01006 bind variable does not exist
Cause: A program issued a BIND call for a variable not listed in the associated SQL statement. Only those variables prefixed by either a colon (:) or ampersand (&) in the SQL statement may be referenced in a BIND call, OBIND or OBINDN. This error may also be caused by a mismatch between a Precompiler program and the related library, SQLLIB.
Action: Modify the BIND call to reference one of the substitute variables specified in the associated SQL statement.
|
|
|
|
Causa: Un programma ha pubblicato una richiesta di LEGATURA per una variabile non elencata nella dichiarazione collegata di SQL. Soltanto quelle variabili premesse dall'il uno o il altro i due punti (:) o il segno & (&) nella dichiarazione di SQL può riferirsi in una chiamata di LEGATURA, in un OBIND o in un OBINDN. Questo errore può anche essere causato tramite un disadattamento fra un programma del Precompiler e la biblioteca relativa, SQLLIB.
Action: Modify the BIND call to reference one of the substitute variables specified in the associated SQL statement.
|
|
|
|
|
|
|
|