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 |
ORA-14057: partition "string": sum of PCTUSED and PCTFREE may not exceed 100
ORA-12677: Authentication service not supported by database link
PCB-00216: OCCURS ASCENDING/DESCENDING clause not allowed for "string"
ORA-15008: cannot drop system template
ORA-29292: file rename operation failed
ORA-39077: unable to subscribe agent string to queue "string"
DRG-11524: primary key value is missing
ORA-15123: ASM file name 'string' contains an invalid incarnation number
ORA-14188: sub-partitioning columns must form a subset of key columns of a UNIQUE index
ORA-37006: (AWLISTALL04) number writers
RMAN-06078: the controlfile is older than datafile string
ORA-12835: No instances are active in the GLOBAL_VIEW_ADMIN_GROUP