OracleEBSAllConcurrentRequestsFailWithDatabaseErrorsORA-03113andORA-07445
2025-12-18 11:47阅读:
Oracle EBS All Concurrent Requests Fail With Database Errors
ORA-03113 and ORA-07445
To implement the solution test the following steps in a development instance and then migrate accordingly:
1) Stop all the application services.
$ cd $ADMIN_SCRIPTS_HOME
$ adstpall.sh apps/密码信息
2) Relink the FND product binaries using adadmin.
3) Start all the application services.
$ cd $ADMIN_SCRIPTS_HOME
$ adstrtal.sh apps/密码信息
4) Monitor the database alert log for any ORA-07445 errors.
5) Submit a Concurrent Request and check for its successful completion.
--刘轶鹤
To implement the solution test the following steps in a development instance and then migrate accordingly:
1) Stop all the application services.
2) Relink the FND product binaries using adadmin.
3) Start all the application services.
4) Monitor the database alert log for any ORA-07445 errors.
5) Submit a Concurrent Request and check for its successful completion.
--刘轶鹤
