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 |
LPX-00408: right parenthesis missing in the XSL file
ORA-16061: Log file status has changed
RMAN-06468: Invalid Data Block Address: number
ORA-12636: Packet send failed
PCC-02433: Invalid host variable and attribute pairing
ORA-24022: the specified parameters has no effect on the queue
DRG-10312: logfile name must be specified
TNS-12196: TNS:received an error from TNS
NZE-29157: Unable to build an absolute path to the library.
IMG-00582: output format does not support the specified interleave
ORA-12040: master rollback segment option not support by master site string
PLS-00457: expressions have to be of SQL types