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

RMAN-03090: Starting string at string

1 Answers  


ORA-02285: duplicate START WITH specifications

1 Answers  


RMAN-03019: asynchronous RPCs are NOT working

1 Answers  


ORA-13407: invalid storage parameter

1 Answers  


PCC-01019: Invalid conversion buffer size

1 Answers  


ORA-13909: Invalid combination of threshold value and operator.

1 Answers  


O2U-00201: Illegal arguments to function o2upt()

1 Answers  


ORA-12730: invalid equivalence class in regular expression

1 Answers  


ORA-23362: invalid user

1 Answers  


DGM-16960: status not available

1 Answers  


QSM-02141: the reason why the capability is disabled has escaped analysis

1 Answers  


ORA-36976: (XSRELGID00) The format of the GROUPINGID command is: GROUPINGID [relation1] INTO {variable | relation2 | surrogate} [USING levelrelation] [INHIERARCHY {inhvariable | valueset}] [LEVELORDER levelordervs] The source relation can be omitted only when using both surrogate gid and level order valueset.

1 Answers  


Categories