Oracle E-Business Suite Applications, Database, Fusion Middleware and Fusion Applications Knowledge zone
Wednesday, January 12, 2011
Response: not enabled: libopmnoc4j
In 12.1.X instance while starting services after clone the following error occured.
Due to this error opmn managed services are not started.
ORA-12157: TNS:internal network communication error
This error can happen if the network files not generated properly.
relink them using the below commands to fix the issue.
Tuesday, January 11, 2011
Cannot allocate memory for the 'shmcb' session cache\n
The below error observed from error.log.
[error] mod_ossl: Cannot allocate memory for the 'shmcb' session cache\n
[error] mod_ossl: Cannot allocate memory for the 'shmcb' session cache\n
[warn] pid file /u01/inst/apps/TEST_vin01/pids/10.1.3/Apache/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[error] mod_ossl: Cannot allocate memory for the 'shmcb' session cache\n
To fix this issue follow the metalink note : 754838.1
cd $ORA_CONFIG_HOME/10.1.3/Apache
Edit ssl.conf
edit the following entry and make sure shmcb to local FS (eg: /var)
Eample entry :
SSLSessionCache shmcb:/var/opt/Apache/logs/ssl_scache(512000)
- Restart the adopmnctl.sh start , http started without issue.
The reason for this issues is in correct NFS options used for SSLSessionCache location.
Sunday, January 9, 2011
Multi Node to Single Node Cloning - Oracle Apps 11i
Apply patch 4175764
$ perl adpreclone.pl appsTier merge
$ perl adpreclone.pl appltop merge
$ perl adpreclone.pl dbTier
– [OA_HTML]
– [OA_JAVA]
– [COMMON_TOP/util]
– [COMMON_TOP/clone>
– [806 ORACLE_HOME]
– [iAS ORACLE_HOME]
- to -
directory [COMMMON_TOP]/clone/appl on the target system node
Copy the source database ORACLE_HOME to the target system
$ perl adcfgclone.pl dbTier
Log in to the merged APPL_TOP node as the applications user and execute the following commands:
$ perl adcfgclone.pl appsTier
o generate message files
o relink executables
o copy files to destination
FNDCPASS – Oracle Applications 11i & R12
What is FNDCPASS?
To change the password in Oracle Applications 11i & R12, The FND binary which will help us is doing these things is FNDCPASS. This is present in $FND_TOP/bin directory.
FNDCPASS is a utility change password in Oracle Applications 11i and R12.
Using FNDCPASS
Below is the usage for FNDCPASS
You can just type FNDCPASS and press enter , it will give you these details.
Gather Schema Statistics Using FND_STATS.
Gather Schema Statistics Using FND_STATS.
1. Gathers specified schema level statistics
2. Backs up existing statistics
3. Creates the histogram for the specified columns in the FND_HISTOGRAM_COLS tables
4. Populates default statistics for all the interface tables as defined in the FND_EXCLUDE_TABLE_STATS table.
What is oraInventory
What is oraInventory
The Orainventory is the location for the OUI's Book keeping
The inventory stores information about.
- All the Oracle software products installed on all ORACLE_HOMES on a machine
- Other non-oracle products such as Java Runtime env's (JRE)