Hello forum,
We have an application built with Forms 6i using Headstart for Oracle Applications on
a 8i database (8.1.7) and AIX unix platform.
Initially all worked fine until we had a crash of the AIX server. After that time, we
have problems regarding commit of rows. Our forms say "X rows commited" in the
status bar, but the rows are not committed (requery yields the old values and the
"Do you want to commit your changes" dialog appears).
We have our tables in a specific schema, say CUST. To implement multi org, these
tables are named, say EMP_ALL, DEPT_ALL and we use updateable views EMP, DEPT
but these views are in the APPS schema. Our forms are based on the updateable
views, so all DML is executed on the views, not on the tables directly.
We have checked all grants, synonyms etc., these seem o.k. We suspect it has to
do with the recovery of the AIX server but have no clue where to start.
Any suggestions ?