PLS-00509: Implementation Restriction : Pass a returned
record to a temporary identifier before selecting a field
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 |
ORA-28263: Insufficient memory in global context pool
ORA-08308: sllfop: Cannot open file
TNS-00512: Address already in use
ORA-13240: specified dimensionality greater than that of the query mbr
ORA-29264: unknown or unsupported URL scheme
TNS-12218: TNS:unacceptable network configuration data
ORA-01943: IDENTIFIED BY already specified
ORA-15175: cannot create alias for diskgroup metadata file 'string'
ORA-31427: publication string already subscribed
ORA-31656: cannot use TABLESPACE_EXPR filter with transportable mode
ORA-09779: snyGetPort: failure to allocate a port.
NNO-00634: received authoritative name "string" when we are its authority