Sunday, June 10, 2012

How to clear Apache cache in Oracle Application R12


How to clear Apache cache in Oracle Application R12

1. Login to Linux with "appluser" account and load environments.
2. Shutdown Apache server by running $INST_TOP/admin/scripts/adapcctl.sh stop
3. cd $OA_HTML/cabo/styles/cache
4. remove all files from this directory. (rm -rf *)
5. cd $OA_HTML/cabo/images/cache
6. remove all files from this directory. (rm -rf *)
7. Start Apache server by running $INST_TOP/admin/scripts/adapcctl.sh start

No comments:

Post a Comment