Monday, November 10, 2008

Oracle EBS R12 12.0.6 Release update pack (RUP6) now available

The Oracle E-Business Suite Release 12 12.0.6 Release Update Pack (RUP6) is now available for download from Metalink through patch number 6728000

Thursday, November 6, 2008

Files that can be safely deleted from OMS home to save disk space

Logfiles, can occupy considerable amount of disk space and can sometimes, affect of the disk I/O performance. The following files can be safely deleted from the OMS home periodically to save disk space.

After stopping the GRID Control processes, the traces/logs can be removed from the following
directories:

$ORACLE_HOME/oms10g/sysman/log/*.* directory
$ORACLE_HOME/oms10g/cfgtoollogs/*.* directory
$ORACLE_HOME/oms10g/opmn/logs/*.* directory
$ORACLE_HOME/oms10g/dcm/logs/*.* directory
$ORACLE_HOME/oms10g/Apache/Apache/logs /*.* directory
$ORACLE_HOME/oms10g/webcache/logs/*.* directory
$ORACLE_HOME/oms10g/j2ee/OC4J_EM/log/OC4J_EM_default_island_1/*.* directory
$ORACLE_HOME/oms10g/j2ee/OC4J_EMPROV_default_island_1/*.* directory
$ORACLE_HOME/agent10g/sysman/log//*.* directory

These logs and traces are created again when the application is started.

Wednesday, November 5, 2008

How To Verify if Autoconfig is Enabled on 11.5.x

There exists a script under /bin named adcfginfo.sh (adcfginfo.cmd on Windows) which can be used to check if autoconfig is enabled in an instance.

Usage:

adcfginfo.sh [help]

adcfginfo.sh contextfile= [show=]
[log=] [appspass=]


This script generates a logfile under $APPL_TOP/admin/$CONTEXT_NAME/log when it is run.


another method to find out if an instance is autoconfig enabled is to open adovars or the environment file inder and check the file's header. If the instance was autoconfig enabled, the file would contain the following header.

############################################################################
#
# AutoConfig automatically generates this file. It will be read and
# overwritten. If you were instructed to edit this file, or if you are not
# able to use the settings created by AutoConfig, refer to Metalink
# document 165195.1 for assistance.
#
############################################################################


One thing to note is that if a file containing this header is manually edited, it is no longer officially autoconfig enabled.