PLS-00488: invalid variable declaration: object 'string'
must be a type or subtype
Answer / guest
Cause: The datatype specifier in a variable declaration does
not designate a legal type. For example, the %TYPE attribute
might not have been added to a declaration, as in DECLARE
my_sal emp.sal%TYPE; my_ename emp.ename; -- missing %TYPE
... When declaring a constant or variable, to provide the
datatype of a column automatically, use the %TYPE attribute.
Likewise, when declaring a record, to provide the datatypes
of a row automatically, use the %ROWTYPE attribute.
Action: Make sure the datatype specifier designates a legal
type. Remember to use the %TYPE and %ROWTYPE attributes when
necessary.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 2 No |
QSM-00510: statistics missing on materialized views
ORA-32510: cannot create watchpoint on unreadable memory
EXP-00003: no storage definition found for segment(number, number)
ORA-00028: your session has been killed
ORA-16116: no work available
DRG-11435: primary key value is invalid
ORA-14150: missing SUBPARTITION keyword
ORA-02320: failure in creating storage table for nested table column string
ORA-22313: cannot use two versions of the same type "string"
NZE-29050: Installed client authentication mode is not supported.
ORA-39137: cannot specify a TABLE_EXISTS_ACTION of string for a job with no metadata
RMAN-06740: database name is not specified