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-24193: the property value exceeds the valid range string

1 Answers  


ORA-30742: cannot grant SELECT privilege WITH HIERARCHY OPTION on this object

1 Answers  


RMAN-06017: initialization of parser failed

1 Answers  


ORA-16736: unable to find the destination entry of standby "string" in V$ARCHIVE_DEST

1 Answers  


ORA-36990: (XSRELGID07) %a workspace object The level relation %1p should be dimensioned by a level dimension.

1 Answers  






SQL*Loader-00252: Sort data sets are not used by SQL*Loader

1 Answers  


NNO-00853: failed to get LDAP attribute/value: error = number

1 Answers  


ORA-36643: (XSDUNION21) Concat dimension workspace object cannot be changed to NOT UNIQUE because it contains custom member values.

1 Answers  


ORA-38742: Flashback log file has incorrect log reset status.

1 Answers  


TNS-00546: control failure

1 Answers  


DRG-50803: failed to define output

1 Answers  


ORA-16041: Remote File Server fatal error

1 Answers  


Categories