Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


PLS-00488: invalid variable declaration: object 'string'
must be a type or subtype



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

Post New Answer

More Oracle Errors Interview Questions

PLS-00483: exception 'string' may appear in at most one exception handler in this block

1 Answers  


RMAN-06593: platform name 'string' specified in FROM PLATFORM is not valid

1 Answers  


KUP-04006: file operation failed

1 Answers  


PLS-00909: object string is not declared or insufficient privileges to access object string

1 Answers  


ORA-01150: cannot prevent writes - file string has online backup set

1 Answers  


DRG-51002: unexpected component failure

1 Answers  


ORA-16540: invalid argument

1 Answers  


ORA-06558: buffer in dbms_pipe package is full. No more items allowed

1 Answers  


ORA-16566: unsupported document type

1 Answers  


ORA-39046: Metadata remap string has already been specified.

1 Answers  


ORA-39019: invalid operation type string

1 Answers  


PCC-02427: Expression is not of the correct character string type

1 Answers  


Categories