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 |
ORA-01083: value of parameter "string" is inconsistent with that of other instances
NNL-00300: Cancelled server cache dump
ORA-02143: invalid STORAGE option
DRG-12016: The target document for this operation has moved - continue?
ORA-12491: DBHIGH value does not dominate DBLOW
ORA-12228: TNS:protocol adapter not loadable
ORA-31190: Resource string is not a version-controlled resource
RMAN-20000: abnormal termination of job step
PCC-00119: Value of const variable in INTO clause will be modified
PCC-02349: precision must be specified for this type
TNS-00079: * log_off - ask process_name to turn logging off
ORA-14111: creation of a GLOBAL partitioned index on clustered tables is not supported