Clearing the Application Server Cache Without Shutting it Down

To delete the server cache, normally we bring down the application server services and deltete the contents under $PS_HOME/appserv/{domain}/cache folder. We can workaround this complicated process by invalidating the current cache. You can use the following command to invalidate the cache.

UPDATE PSSTATUS SET LASTREFRESHDTTM = SYSDATE

Hope this helps some of you guys.


You can review more about this document by using the following Google Search
Google

Related Posts by Categories



No comments:

Post a Comment