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-12682: Login failed: the SecurID card is in next PRN mode

1 Answers  


IMP-00079: Warning: National character set data in this table may be incorrect

1 Answers  


NNL-00955: Hash tables enlarged: number

1 Answers  


TNS-00111: Failed to get configuration data from file

1 Answers  


ORA-31067: XML nodes must be updated with nodes of the same type

1 Answers  


ORA-36670: (XSDPART08) workspace object is an INTEGER or NTEXT dimension, or contains an INTEGER or NTEXT dimension. INTEGER and NTEXT dimensions cannot be used as partition dimensions.

1 Answers  


TNS-02021: DIRECT_HANDOFF can be either ON or OFF.

1 Answers  


DRG-11212: procedure filter procedure name contains a semicolon

1 Answers  


NCR-04016: NCRR: Last interface instance handle

1 Answers  


ORA-00439: feature not enabled: string

1 Answers  


LPX-00662: Invalid encoding.

1 Answers  


ORA-24397: error occured while trying to free connections

1 Answers  


Categories