PLS-00492: variable or constant initialization may not refer
to functions declared in the same package
Answer / guest
Cause: If a package spec p declares a function f, that
function may not be used in any variable declarations in
that same package spec. This is because of a circular
instantiation problem: in order to fully instantiate the
package spec, the variable must be initialized. To
initialize the variable, the function body code in the
package body must be executed. That requires that the
package body be instantiated. However, the package body
cannot be instantiated until the package spec is fully
instantiated.
Action: Remove the reference to the function from the
variable initialization. A technique which often works is to
move the variable initialization from the variable
declaration (in the package spec) to the package body
initialization block.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-14281: CHECK constraint mismatch in ALTER TABLE EXCHANGE SUBPARTITION
ORA-31498: description and remove_description cannot both be specified
NCR-02008: NCRF: Error within stream processing in format interpreter
ORA-09753: spwat: invalid process number.
ORA-01209: data file is from before the last RESETLOGS
ORA-24155: rule string.string not in rule set string.string
ORA-36378: (XSAGTHRWEIGHT) While running AGGREGATE with multiple threads, the weight variable workspace object specified by your ARGS variable workspace object must exist in the same analytic workspace as your AGGMAP workspace object.
QSM-02002: DISTINCT aggregate measure in SELECT list
ORA-01572: rollback segment 'string' cannot be brought online, string extents exceeded
TNS-01409: Instance "string"
TNS-02520: encryption/crypto-checksumming: no Diffie-Hellman seed
ORA-00910: specified length too long for its datatype