Monday, February 19, 2007

STEPS FOR CLEARING CACHE (Oracle Apps)

Clearing Cache for Oracle Apps
a) Login to required server hosting Oracle Apps using a
b) cd $OA_HTML
c) Move the directory _pages
mv _pages _pages

Note: Actual path: /u01/RPAD17/prodcomn/html

Clearing Cache for 9iAS
a) Login to required server running 9iAS
b) cd $ORACLE_HOME/j2ee//application-deployments/echannel/echannel/persistence
c) Move the directory _pages
mv _pages _pages

Note: Actual path: /u01/iasIDC/j2ee//application-deployments/echannel/echannel/persistence


Q. Where is HTML Cache stored in Oracle Apps Server ?
Oracle HTML Cache is available at $COMMON_TOP/_pages for some previous versions you might find it in $OA_HTML/_pages
Q. Where is plssql cache stored in Oracle Apps ?
Usually two type of cache session & plssql stored under $IAS_ORACLE_HOME/Apache/modplsql/cache

1 comment:

Anonymous said...

Thanks for writing this.