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-38413: elementary attribute name may not be longer than 32 characters
ORA-39751: partitioned table on both sides of PARTITIONED OUTER JOIN is not supported
ORA-30079: cannot alter database timezone when database has TIMESTAMP WITH LOCAL TIME ZONE columns
NNL-01074: ApplTable Index: number
TNS-01178: Trace Level is 0. Trace file/directory unchanged
DRG-51025: an invalid character was passed to the stemmer
ORA-12549: TNS:operating system resource quota exceeded
SQL*Loader-00460: Column (string), form of use (number) does not match char set id of (number)
DRG-12800: Attribute NESTED_TYPE must have owner name as prefix
ORA-03216: Tablespace/Segment Verification cannot proceed
ORA-38774: cannot disable media recovery - flashback database is enabled
ORA-16775: Target standby in switchover operation has missing redo logs.