PCC-02445: USING clause valid only on a PREPAREd dynamic
statement
Answer / guest
Cause: The USING clause was used with an OPEN cursor
statement where the cursor declaration was not for a
PREPAREd statement. The correct sequence of statements
should be as follows EXEC SQL PREPARE s FROM :stmt; EXEC SQL
DECLARE c CURSOR FOR s; EXEC SQL OPEN c USING ...;
Action: Use the PREPARE statement for the SQL statement and
use that in the DECLARE CURSOR statement.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
QSM-01105: no primary key or row id in MV, string, is found for table, string
NZE-28783: invalid parameter
ORA-02752: osnfsmmap: illegal shared memory address
ORA-40271: no statistically significant features were found
ORA-30186: '' must be followed by four hexdecimal characters or another ''
NNL-00020: warning: no TNSNAMES.ORA file and no preferred name servers in SQLNET.ORA
ORA-36992: (XSRELGID09) A level relation is needed to produce a surrogate dimension gid.
ORA-29321: too many datafiles added since the point-in-time
PLS-01709: value list of INSERT statement, if specified with value list rather than subquery, must be value specification
ORA-38954: Cross platform transport is not supported between source platform identifier string and target platform identifier string
QSM-01126: query rewritten with set operator materialized view, string
ORA-31512: name cannot contain double quotation marks