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-00229: Attribute expression within SQL expression



PLS-00229: Attribute expression within SQL expression..

Answer / guest

Cause: An attribute expression, such as SQL%NOTFOUND, was
used in a SQL statement, but attribute expressions are
allowed only in procedural statements.

Action: To workaround this limitation, assign the value of
the attribute expression to a variable, then use the
variable in the SQL statement. For example, replace the
statement INSERT INTO audits VALUES (c1%ROWCOUNT, ...); with
the following statements: row_count := c1%ROWCOUNT; INSERT
INTO audits VALUES (row_count, ...);

Please add more information about this Error

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-36683: (XSDPART21) Partition string dimensioned by more than one composite.

1 Answers  


ORA-07549: sftopn: $OPEN failure

1 Answers  


SQL*Loader-00405: Need termination delim with optional enclosure delim: column string table string

1 Answers  


ORA-13704: Invalid value "string" specified for parameter "string".

1 Answers  


RMAN-06046: archive log name: string

1 Answers  


ORA-00377: Frequent backups of file string causing write operation to stall

1 Answers  


ORA-19551: device is busy, device type: string, device name: string

1 Answers  


ORA-13116: [string]_FACE$ table does not exist

1 Answers  


ORA-00301: error in adding log file 'string' - file cannot be created

1 Answers  


ORA-29385: cannot create plan directive from string to string

1 Answers  


DRG-11529: token exceeds maximum length

1 Answers  


ORA-39108: Worker process string violated startup protocol. Worker error:

1 Answers  


Categories