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-31211: DBMS_LDAP: PL/SQL - Invalid LDAP entry dn.

1 Answers  


QSM-02130: expression not supported for fast refresh

1 Answers  


ORA-02352: file truncated error

1 Answers  


ORA-13217: invalid parameters supplied in ALTER INDEX statement

1 Answers  


ORA-09938: Save of signal handlers failed.

1 Answers  


ORA-02031: no ROWID for fixed tables or for external-organized tables

1 Answers  


ORA-24348: Update or Delete without Where

1 Answers  


ORA-01039: insufficient privileges on underlying objects of the view

1 Answers  


ORA-02163: invalid value for FREELIST GROUPS

1 Answers  


TNS-00108: TNS_ADMIN not defined

1 Answers  


ORA-32163: Method called on Invalid Environment type

1 Answers  


ORA-16567: Data Guard broker internal parser error at "string"

1 Answers  


Categories