PLS-00201: identifier 'string' must be declared



PLS-00201: identifier 'string' must be declared..

Answer / guest

Cause: You tried to reference either an undeclared variable,
exception, procedure, or other item, or an item to which no
privilege was granted or an item to which privilege was
granted only through a role.

Action: 1) Check your spelling and declaration of the
referenced name. 2) Verify that the declaration for the
referenced item is placed correctly in the block structure.
3) If the referenced item is indeed declared but you don't
have privileges to refer to that item, for security reasons,
you will be notified only that the item is not declared. 4)
If the referenced item is indeed declared and you believe
that you have privileges to refer to that item, check the
privileges; if the privileges were granted only via a role,
then this is expected and documented behavior. Stored
objects (packages, procedures, functions, triggers, views)
run in the security domain of the object owner with no roles
enabled except PUBLIC. Again, you will be notified only that
the item was not declared.

Please add more information about this Error

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-12329: database string is closed; no operations are permitted

1 Answers  


NID-00490: LOG being redirected to STDERR due to errors.

1 Answers  


ORA-30737: cannot create subtable of a type which is not a subtype of the type of the supertable

1 Answers  


ORA-09872: TASDEF_CREATE: create failure in creating ?/dbs/tasdef@.dbf.

1 Answers  


CLSR-00504: Error number encountered when posting an EVM event

1 Answers  






ORA-32576: missing TYPE keyword

1 Answers  


QSM-01079: DML operation occurred on a table referenced by MV, string

1 Answers  


ORA-14192: cannot modify physical index attributes of a Hash index partition

1 Answers  


ORA-36776: (XSPGERRTEMPSYSTEM) Ran out of temporary storage while writing to a system temporary analytic workspace. Free some temporary storage immediately. You can do so, for example, by DETACHING an analytic workspace.

1 Answers  


TNS-12212: TNS:incomplete PREFERRED_CMANAGERS binding in TNSNAV.ORA

1 Answers  


RMAN-05019: WARNING: no channel of required type allocated to recover copy of datafile number

1 Answers  


ORA-36966: (XSRELTBL10) workspace object must be a dimension.

1 Answers  


Categories