PLS-00327: "string" is not in SQL scope here



PLS-00327: "string" is not in SQL scope here..

Answer / guest

Cause: In a SQL statement, a reference was made to an
out-of-scope database object. The referenced object might be
misspelled, or the reference might be mixed, as in the
following example: CURSOR c1 IS SELECT dept.dname FROM emp;

Action: Check the spelling of all database objects in the
SQL statement, and make sure all references are to objects
within the current scope.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Oracle Errors Interview Questions

ORA-24370: illegal piecewise operation attempted

1 Answers  


ORA-08315: sllfrb: Error reading file

1 Answers  


ORA-01224: group number in header string does not match GROUP string

1 Answers  


ORA-29876: failed in the execution of the ODCIINDEXDELETE routine

2 Answers  


NNL-00218: Ignoring spurious trailing text "string"

1 Answers  






ORA-16767: Logical apply service unexpectedly online

1 Answers  


DRG-11102: assigned lexer can not operate on string language setting

1 Answers  


ORA-00372: file string cannot be modified at this time

1 Answers  


ORA-16101: a valid start SCN could not be found

1 Answers  


ORA-13139: could not obtain column definition for string

1 Answers  


ORA-02179: valid options: ISOLATION LEVEL { SERIALIZABLE | READ COMMITTED }

1 Answers  


PLS-00526: A MAP or ORDER function is required for comparing objects in PL/SQL.

1 Answers  


Categories