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-00509: Implementation Restriction : Pass a returned
record to a temporary identifier before selecting a field



PLS-00509: Implementation Restriction : Pass a returned record to a temporary identifier before sel..

Answer / guest

Cause: Illegal syntax was used to call a parameter-less
function that returns a record or a PL/SQL table of records.
When calling a function that takes parameters and returns a
record, you use the following syntax to reference fields in
the record: function_name(parameters).field_name However,
you cannot use the syntax above to call a parameter-less
function because PL/SQL does not allow empty parameter
lists. That is, the following syntax is illegal:
function_name().field_name -- illegal; empty parameter list
You cannot just drop the empty parameter list because the
following syntax is also illegal: function_name.field_name
-- illegal; no parameter list.

Action: Declare a local record or PL/SQL table of records to
which you can assign the function result, then reference its
fields directly.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-31638: cannot attach to job string for user string

1 Answers  


RMAN-06020: connected to auxiliary database (not started)

1 Answers  


NNO-00153: warning: hint domain number has invalid name "string", hint domain ignored

1 Answers  


ORA-35578: (SQLOUT11) SQL cursor 'number' cannot be used with CURRENT OF <cursor name> syntax

1 Answers  


IMG-00547: invalid channelOrder specified

1 Answers  


ORA-16036: invalid MANAGED recovery CANCEL option

1 Answers  


ORA-32837: invalid configuration state string

1 Answers  


PLS-01502: Constraint name and constraint status are non-ANSI.

1 Answers  


DRG-11835: Requested Range Not Satisfiable

1 Answers  


PCB-00003: Value of DBMS option invalid with given value of MODE option

1 Answers  


ORA-32129: cannot get information about this column

1 Answers  


PLS-00230: OUT and IN OUT formal parameters may not have default expressions

1 Answers  


Categories