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-29347: Tablespace name validation failed - failed to match tablespace 'string'
ORA-30390: the source statement is not equivalent to the destination statement
ORA-06257: NETNTT: cannot send command line to shadow process
ORA-33098: (APABBR01) A value of 'string' is not valid for the workspace object option.
ORA-13124: unable to determine column id for column string
ORA-06743: TLI Driver: cannot alloc t_bind
IMG-00861: assert failure, inconsistency in area merge operation
TNS-00234: Connect data for failed call: CALL DATA = string RECEIVE DATA = :string:
ORA-32820: subscriber queue and exception queue must use same message system link
ORA-00094: %s requires an integer value
ORA-24199: message store is overflow
NNL-00344: Save_config_on_stop is currently ON