Friday, September 26, 2008

How to clear the Portal Cache?

To clear the portal cache:Navigate to the portal cache directory. The default path is
$ORACLE_HOME/Apache/modplsql/cache
Perform a recursive delete of all the files under this directory. For example, on UNIX
platforms, issue the following command:

rm -rf *

This command will delete all of the following directories:

/Apache/modplsql/cache/plsql
/Apache/modplsql/cache/session
/Apache/modplsql/cache/pmd

Why should we clear Portal’s modplsql cache?
  1. You made changes to a database object and do not see the result instantly on your Portal page
  2. You applied a patch and you want to make sure that you see its effect instantly

No comments:

Post a Comment