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-00341: declaration of cursor 'string' is incomplete or
malformed



PLS-00341: declaration of cursor 'string' is incomplete or malformed..

Answer / guest

Cause: A cursor declaration is improper or an identifier
referenced in the cursor declaration was not properly
declared. A return type that does not refer to an existing
database table or a previously declared cursor or cursor
variable might have been specified. For example, the
following cursor declaration is illegal because c1 is not
yet fully defined: CURSOR c1 RETURN c1%ROWTYPE IS SELECT ...
-- illegal In this case, a return type does not have to be
specified because it is implicit.

Action: Check the spelling and declaration of the cursor
name and any identifiers referenced in the cursor
declaration. Also confirm that the declaration is placed
correctly in the block structure. If a return type was
specified, make sure that it refers to an existing database
table or a previously declared cursor or cursor variable.

Please add more information about this Error

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-01075: you are currently logged on

1 Answers  


ORA-14641: STORE-IN clause can be specified only for a Hash, Composite Range Hash table/partition

1 Answers  


ORA-00122: cannot initialize network configuration

1 Answers  


ORA-15183: ASMLIB initialization error [string]

1 Answers  


ORA-07629: smpall: $EXPREG failure

1 Answers  


RMAN-00552: syntax error in command line arguments

1 Answers  


RMAN-10024: error setting up for rpc polling

1 Answers  


PCC-00123: Entire VARCHAR declaration must be on same line

1 Answers  


QSM-01086: dimension(s) not present or not used in ENFORCED integrity mode

1 Answers  


SQL*Loader-00274: At least 2 read buffers have to be specified.

1 Answers  


PLS-00452: Subprogram 'string' violates its associated pragma

1 Answers  


ORA-14507: partition corrupt. all rows do not fall within partition bounds

1 Answers  


Categories