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...


ORA-30926: unable to get a stable set of rows in the source
tables

Answers were Sorted based on User's Feedback



ORA-30926: unable to get a stable set of rows in the source tables..

Answer / ram j

This would happen in an UPDATE using MERGE statement.
The cause of this that the Inner query in MERGE ( the one
after USING clause ) returns duplicate rows and Oracle
doesnt know which value to consider for UPDATE.

The only probable solution is to remove the duplicates from
the query or strengthen the join ( ON Clause ) so that the
unique values are considered for update.

Is This Answer Correct ?    18 Yes 4 No

ORA-30926: unable to get a stable set of rows in the source tables..

Answer / guest

Cause: A stable set of rows could not be got because of
large dml activity or a non-deterministic where clause.

Action: Remove any non-deterministic where clauses and
reissue the dml.

Please add more information about this Error

Is This Answer Correct ?    6 Yes 4 No

Post New Answer

More Oracle Errors Interview Questions

TNS-00206: Status Information for Interchange string:

1 Answers  


KUP-04060: field string referenced by lobfile column string not found

1 Answers  


PLS-00606: cursor subquery is not supported on client side in this release

1 Answers  


ORA-01764: new update value of join is not guaranteed to be unique

1 Answers  


ORA-29967: Cannot drop an operator binding with dependent objects

1 Answers  


TNS-12531: TNS:cannot allocate memory

1 Answers  


ORA-26034: Column string does not exist in stream

1 Answers  


DRG-12410: could not process CTX EXEC tag

1 Answers  


RMAN-10038: database session for channel string terminated unexpectedly

1 Answers  


ORA-14002: only one GLOBAL clause may be specified

1 Answers  


NNL-01063: Statistic counters next reset in: string

1 Answers  


ORA-17508: I/O request buffer ptr is not alligned

1 Answers  


Categories