ORA-35578: (SQLOUT11) SQL cursor 'number' cannot be used
with CURRENT OF <cursor name> syntax



ORA-35578: (SQLOUT11) SQL cursor 'number' cannot be used with CURRENT OF <cursor name&..

Answer / guest

Cause: The CURRENT OF <cursor> syntax in the WHERE clause
tried to use a cursor that was not declared with the FOR
UPDATE [ of <column name> ] SQL syntax.

Action: Add the FOR UPDATE [ OF <column name> ] SQL syntax
to the cursor specified.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-25220: enqueue failed, signature not specified for a non-repudiable queue

1 Answers  


KUP-04101: record number rejected in file string

1 Answers  


NNL-00243: Processing of modification requests is now enabled

1 Answers  


ORA-16226: DDL skipped due to lack of support

1 Answers  


PLS-01471: The keyword DISTINCT must be present in a COUNT(DISTINCT sim_expr)

1 Answers  


ORA-23502: valid directory for offline instatiation is not specified

1 Answers  


AMD-00128: dimension #string: RDBMS parent column not specified

1 Answers  


ORA-22972: NULL value not allowed in PRIMARY KEY-based object identifier

1 Answers  


PCC-00121: Arrays of VARCHAR pointers are not supported

1 Answers  


ORA-02784: Invalid shared memory ID specified

1 Answers  


ORA-16764: log tranport service for some standby database unexpectedly offline

1 Answers  


PCC-01019: Invalid conversion buffer size

1 Answers  


Categories