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

NZE-28802: invalid mode or data source in configuration file

1 Answers  


PLS-00404: cursor 'string' must be declared with FOR UPDATE to use with CURRENT OF

1 Answers  


ORA-06713: TLI Driver: error on connect

1 Answers  


RMAN-08037: channel string: unexpected validation return code string

1 Answers  


SQL*Loader-00119: Invalid parallel file (data file) name on command line

1 Answers  






NNL-01007: VERSION SKEW responses received: number

1 Answers  


NNO-00252: invalid administrative region parameter string value "string"

1 Answers  


ORA-24164: invalid rule engine system privilege: string

1 Answers  


RMAN-06416: PROXY ONLY was specified and some files could not be proxy copied

1 Answers  


ORA-06918: CMX: T_NOEVENT during wait for read event

1 Answers  


NPL-00307: ASN.1 sequence has already been ended on write

1 Answers  


LPX-00112: element "~S" has multiple ID attributes

1 Answers  


Categories