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:
Why should we clear Portal’s modplsql cache?
- You made changes to a database object and do not see the result instantly on your Portal page
- You applied a patch and you want to make sure that you see its effect instantly
No comments:
Post a Comment