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 |
ORA-03236: max # extents (string) reached in index string.string subpartition string
ORA-07408: slbtpd: overflow while converting to packed decimal.
ORA-13120: invalid face_id [string]
ORA-32626: illegal bounds or increment in MODEL FOR loop
ORA-02299: cannot validate (string.string) - duplicate keys found
ORA-01518: CREATE DATABASE must specify more than one log file
SQL*Loader-02050: Multibyte character error.
ORA-12813: value for PARALLEL or DEGREE must be greater than 0
ORA-07210: slcpu: getrusage error, unable to get cpu time.
PLS-01900: : character to number conversion error
DRG-11706: invalid relation string
QSM-01533: query rewritten with equivalence, string