WebLogic Server Taking Long Time To Start
ASAP WebLogic Server was taking long time to start in production environment.
The issue was with JDBC store. ASAP database purging was not being done. This can cause potential delay in database table queries/updates. Also, this problem was especially caused by huge number of rows in WLStore stable. Database must be maintained on a regular basis to get satisfactory performance of the application.
Once the table WLStore was truncated (after stopping ASAP and WebLogic), the issue got resolved.
Related document is 1507835.1.
0