Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


PLS-00225: subprogram or cursor 'string' reference is out of
scope



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

Post New Answer

More Oracle Errors Interview Questions

TNS-01052: The command completed successfully

1 Answers  


DRG-12219: section name missing

1 Answers  


ORA-28150: proxy not authorized to connect as client

1 Answers  


ORA-19734: wrong creation SCN - control file expects converted plugged-in datafile

1 Answers  


ORA-06913: CMX: error during redirection of connection

1 Answers  


ORA-09771: osnmwrtbrkmsg: bad return code from msg_send.

1 Answers  


ORA-31423: change table string does not contain column string

1 Answers  


CLSS-02204: voting device not configured. [string] [string]

1 Answers  


AMD-00159: The Workspace "string" is currently attached in read/write mode.

1 Answers  


ORA-13624: The task string is executing and cannot be deleted or modified.

1 Answers  


RMAN-08529: proxy file handle=string

1 Answers  


ORA-38725: specified name "string" does not match actual "string"

1 Answers  


Categories