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
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