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 |
QSM-02024: no GROUP BY clause
ORA-23354: deferred RPC execution disabled for "string" with "string"
ORA-13419: cannot perform mosaick operation on the specified table column
NNL-00041: Object string not in domain string
PCB-00212: PICTURE clause not allowed for host variable "string"
LPX-00604: Invalid attribute value '~1S', for attribute '~2s'.
ORA-32022: parameter value longer than string characters
ORA-28115: policy with check option violation
ORA-13361: not enough sub-elements within a compound ETYPE
LSX-00291: value "~1S" is less than minimum "~2S" (~3S)
QSM-02053: collection subquery in mv
QSM-02014: GROUP BY expression other than a column