Friday, 11 November 2011

Clearing the Cache in 11i

1. Stop the Apache Processes

cd $COMMON_TOP/admin/scripts/CONTEXT_NAME

adapcctl.sh stop apps/*********

2. After stopping the Apache Processes go to $COMMON_TOP

cd $COMMON_TOP

3. take the bakup of the _pages dir present in the $COMMON_TOP and rename the folder

mv _pages _pages_backup

4. Create the new _pages dir with the same old _pages structure.

mkdir _pages

mkdir _pages/_oa__html

5. Start the Apache Processes

cd $COMMON_TOP/admin/scripts/CONTEXT_NAME

adapcctl.sh start apps/**********

No comments:

Post a Comment