PLS-00320: the declaration of the type of this expression is
incomplete or malformed
Answer / guest
Cause: In a declaration, the name of a variable or cursor is
misspelled or the declaration makes a forward reference.
Forward references are not allowed in PL/SQL. A variable or
cursor must be declared before it is referenced it in other
statements, including other declarative statements. For
example, the following declaration of dept_rec raises this
exception because it refers to a cursor not yet declared:
DECLARE dept_rec dept_cur%ROWTYPE; CURSOR dept_cur IS SELECT
... ...
Action: Check the spelling of all identifiers in the
declaration. If necessary, move the declaration so that it
makes no forward references.
Please add more information about this Error
| Is This Answer Correct ? | 2 Yes | 0 No |
RMAN-06501: skipping datafile string; already backed up on string
PCB-00009: Cannot change MAXLITERAL after an EXEC SQL statement
RMAN-06069: the filename for datafile string is missing in the controlfile
ORA-28604: table too fragmented to build bitmap index (string,string,string)
ORA-30115: error when processing an environment variable
ORA-02830: Segment could not be split - no free segments available
ORA-00370: potential deadlock during kcbchange operation
TNS-00113: Failed to open error log file
ORA-32634: automatic order MODEL evaluation does not converge
ORA-29662: Unable to find a field that matches one or more of the attributes
KUP-03005: relative end (number) specified does not match fieldlen(number) for field string
ORA-02484: Invalid _trace_buffers parameter specification (string)