Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ora_30926

Status
Not open for further replies.

quisar

Programmer
Aug 21, 2002
45
IN
We have an application developed using forms 6i and oracle8i. The clients upgraded the database to oracle9i. In the application we have started error ora_30926 "Unable to get a stable set of rows in the source tables". Will the application work as it is in oracle9i Or changes in the application is required?
Pls help. This is very urgent as the production is down.

Thanks

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

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

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


So - find the where clause involved and change it

Or

revert to the previous database version and test the upgrade fully before using a new version :)

Alex
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top