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-31696: unable to export/import string using client specified string method
ORA-00447: fatal error in background process
ORA-30686: no dispatcher accepted TCP/IP connection request
ORA-13218: max number of supported index tables reached for [string] index
ORA-16169: LGWR network server invalid parameters
ORA-02725: osnpbr: cannot send break signal
LPX-00409: incorrect token encountered while parsing
ORA-16536: unknown object type
ORA-14031: partitioning column may not be of type LONG or LONG RAW
AMD-00113: PROCEDURE string, invalid operation
LPX-00303: attribute value "~S" not expected for ~S
ORA-25243: CONSUMER_NAME cannot be specified when dequeuing from exception queue string.string