About Me.

My self Adinarayana working as Implementation Application DBA with advanced technologies like RAC/PCP,OID/SSO,DMZ,Exadata and Fusion Middleware i.e Demantra,Application Server,SOA,FMW,BPEL and UPK. Created this blog to share the useful information related to DBA and Application DBA Your comments and suggestions are most welcome. Disclaimer: Please note all the views and opinions expressed in this site are my own. It's not recommend to use the fixes/suggestions provided in this site directly in production instance, please test them before implementing.

Wednesday, March 8, 2017

EBSO Cache Clear

12.1 Cache Clear:

rm -rf $LOG_HOME/ora/10.1.3/Apache/*
rm -rf $LOG_HOME/ora/10.1.3/j2ee/*
rm -rf $LOG_HOME/ora/10.1.3/javacache/DiskCache/*
rm -rf $LOG_HOME/ora/10.1.3/opmn/*
rm -rf $ORA_CONFIG_HOME/10.1.3/j2ee/forms/persistence $ORA_CONFIG_HOME/10.1.3/j2ee/forms/tldcache
rm -rf $ORA_CONFIG_HOME/10.1.3/j2ee/oacore/persistence $ORA_CONFIG_HOME/10.1.3/j2ee/oacore/tldcache
rm -rf $ORA_CONFIG_HOME/10.1.3/j2ee/oafm/persistence $ORA_CONFIG_HOME/10.1.3/j2ee/oafm/tldcache
rm -rf $COMMON_TOP/_Tldcache
rm -rf $COMMON_TOP/$CONTEXT_NAME/_Tldcache

 mv  $ORA_CONFIG_HOME/10.1.3/j2ee/forms/persistence $ORA_CONFIG_HOME/10.1.3/j2ee/forms/persistence_old
 mkdir  $ORA_CONFIG_HOME/10.1.3/j2ee/forms/persistence

 mv $ORA_CONFIG_HOME/10.1.3/j2ee/oacore/persistence $ORA_CONFIG_HOME/10.1.3/j2ee/oacore/persistence_old
 mkdir $ORA_CONFIG_HOME/10.1.3/j2ee/oacore/persistence

 mv $ORA_CONFIG_HOME/10.1.3/j2ee/oafm/persistence  $ORA_CONFIG_HOME/10.1.3/j2ee/oafm/persistence_old
 mkdir $ORA_CONFIG_HOME/10.1.3/j2ee/oafm/persistence

=====================================================================================
rm -fr $INST_TOP/ora/10.1.3/j2ee/oacore/persistence/*;rm -fr $INST_TOP/ora/10.1.3/j2ee/oafm/persistence/*;rm -fr $INST_TOP/ora/10.1.3/j2ee/forms/persistence/*

=====================================================================================

How To Clear The Cache Using Functional Administrator in R12 E-Business Suite 11i & R12:
========================================================================================
In R12 we use the following steps to clear the cache and also when we do this activity make sure that the  users shouldn’t connect the applications.
Step1: Log in and choose the Functional Administrator responsibility – then choose Home.
Step2:Choose the Core Services Tab – then the Caching Framework Sub-Menu .
Step3:Click Global Configuration’ from the left hand side menu that appears  and  – In the far right choose ‘Clear all Cache’ button
Step4: A screen prompts and confirms that the action will clear all cache on the middle tier server – choose Yes.
Step5: A confirmation message is displayed, confirming that all cache has been cleared across middle tiers.

12.2 Cache Clear:

$DOMAIN_HOME/servers/<server name>/tmp/*.lok?
$DOMAIN_HOME/servers/<server name>/data/ldap/ldapfiles/*.lok?
$DOMAIN_HOME/servers/<server name>/data/store/default/*.DAT?
$DOMAIN_HOME/servers/<server name>/data/store/diagnostics/*.DAT

No comments:

Post a Comment