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.
No comments:
Post a Comment