PLS-00225: subprogram or cursor 'string' reference is out of
scope
Answer / guest
Cause: The prefix in a qualified name was a subprogram or
cursor which was not in an enclosing scope; i.e., a
subprogram or cursor name is being used as a scope qualifier
for a reference to an entity (within that subprogram or
cursor) that is not in scope. Example: declare x number;
type t1 is record (a number); function f return t1 is a
number; begin x := f.a; -- legal use of function "f" as a
scope qualifier; -- resolves to local variable "a" in
function "f". x := f().a; -- legal reference to component
"a" of returned record end; begin x := f.a; -- illegal use
of function "f" as a scope qualifier x := f().a; -- legal
reference to component "a" of returned record end;
Action: a) if the intention was to refer to a local variable
of a non-enclosing function, this is not allowed; remove the
reference b) if this is a parameterless function, and the
the intention was to access a field of the result of a call
to this function, then use empty parentheses in the call.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 1 No |
ORA-19668: cannot do full restore of datafile string
ORA-16704: Cannot set the property because it is read-only
ORA-03239: maxextents (string) reached in LOB segment string.string subpartition string
ORA-02295: found more than one enable/disable clause for constraint
NNL-00954: Hash tables created: number
ORA-28233: double encryption not supported
ORA-01340: NLS error
ORA-31623: a job is not attached to this session via the specified handle
TNS-12560: TNS:protocol adapter error
ORA-16206: database already configured as Logical Standby database
RMAN-00576: PIPE cannot be used with CMDFILE
PCB-00576: PLS-number: string