Monthly Archives: April 2021

How to see Active connections in weblogic 12c

login to the console Go to Environment Click on Datasources Go to monitoring Then we will see active connections current count and active connections high count.

Read More

Weblogic server health status Not reachable

Few servers  are currently unreachable at the time of post-migration cell recycle. At this time the server state is running but the server health state is Not reachable. At this…

Read More

Applying Redhat patching

This is for applying redhat patches and after reboot the server login to the server sudo yum update -y sudo yum check -update | wc -l the count should be…

Read More

Application went to Admin after configuration changes in weblogic 12c

1.When we have done any changes in SetDomainEnv.sh 2. We have to restart the servers to reflect the changes. 3. Some times  after the restart of the servers the servers…

Read More

How to add FA Locations In Oracle R12

Navigation >> FA responsibility >> assert >> Location add location and Save.

Read More

ORA-29283: invalid file operation: path traverses a symlink [29433]

DB : Oracle 19.5 OS : RHEL 7 Expdp is failing due to the below error in my 19c database Export: Release 19.0.0.0.0 – Production on Thu Apr 30 06:06:42…

Read More

Change DB Alert Log metric on 13C:

Oracle Enterprise Manager database plugin version 12.1.0.4, there is a new metric “DB Alert Log” available. This metric replaces the existing “Alert Log” metric. The benefit of the new plugin…

Read More

Resolve ORA-01111, ORA-01110, ORA-01157

Mailn reasons for a file being created as UNNAMED or MISSING in the standby database, including insufficient disk space on standby site (or) Improper parameter settings related to file management.…

Read More

EM 13.2: opatch lsinventory Command Fails With Error “RawInventory gets a null Vector of one-off entries

1. Error  Message:-   I faced with that error message while I was trying to apply 13.2.0.0.0 patch  [oracle@TESTOEM]$export ORACLE_HOME=/u01/app/oracle/product/agent13c/agent_13.2.0.0.0 [oracle@TESTOEM]$export PATH=$PATH:/u01/app/oracle/product/agent13c/agent_13.2.0.0.0/OPatch/ [oracle@TESTOEM]$ opatch lsinventory Oracle Interim Patch Installer version…

Read More

Convert Oracle 12c database from Non-ASM to ASM (standalone)

Now from 12c database you can move/relocate datafiles ONLINE menaing users can still able to access the database and objects while the move/relocate is in process, prior to 12c it…

Read More