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

PCC-02102: Fatal error while doing C preprocessing

1 Answers  


ORA-28605: bitmap indexes cannot be reversed

1 Answers  


ORA-30193: reserved for future use

1 Answers  


RMAN-06300: Report of files with less than number redundant backups

1 Answers  


PLS-00732: Illegal overload of ellipsis in formal parameter list

1 Answers  


ORA-34276: (MXDCL33) (Precision, Scale) arguments can only be used with a NUMBER variable or dimension.

1 Answers  


ORA-00964: table name not in FROM list

1 Answers  


ORA-09741: spwat: error waiting for a post.

1 Answers  


ORA-19903: test recovery not allowed when recovering to new incarnation

1 Answers  


ORA-13145: failed to generate range list

1 Answers  


LFI-00120: Unable to parse root filename string.

1 Answers  


ORA-25350: maximum number of concurrent transaction branches exceeded

1 Answers  


Categories