Syed Saad Ali

Oracle ACE Pro

Oracle Solution Architect

Oracle E-Business Suite

Oracle Cloud Infrastructure

Oracle Fusion Middleware

Oracle Database Administration

Oracle Weblogic Administration

Syed Saad Ali

Oracle ACE Pro

Oracle Solution Architect

Oracle E-Business Suite

Oracle Cloud Infrastructure

Oracle Fusion Middleware

Oracle Database Administration

Oracle Weblogic Administration

APPS DBA

November 8, 2017 How to Stop Concurrent Manager Properly
APPS DBAInstallations/Configurations-Applications

How to Stop Concurrent Manager Properly

Step 1. Go to Oracle Application Scripts Home

$cd /apps/ebs/inst/apps/PROD_apps/admin/scripts

Step 2.  Stop Concurrent Manager with the following script

$adcmctl.sh stop  <appsusername/password>

Step 3. Check the Processes for Concurrent Manager, is it still running. 

$ps -ef |grep FNDLIBR 

Step 4. If there are processes running the we can manually kill the processes.

$kill -9 `ps -ef|grep FNDLIBR|awk ‘{print $2}’`
or
$ps -ef|grep FNDLIBR|awk ‘{print $2}’|xargs kill -9
November 8, 2017 ORA-12157: TNS:internal network communication error
APPS DBAErrors/Workarounds-Applications

ERROR

ORA-12157: TNS:internal network communication error 

(more…)

November 8, 2017 mod_ossl: Cannot allocate memory for the ‘shmcb’ session cache\n
APPS DBAErrors/Workarounds-Applications

ERROR

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

(more…)

November 7, 2017 System Administrator Responsibility Missing In Sysadmin
APPS DBAErrors/Workarounds-Applications

ERROR

System Administrator Responsibility Missing In Sysadmin

(more…)