Error while applying java patch on GRID HOME

Issue: Error Received while applying Oracle java patch on GRID HOME. In this post we will see how to resolve the error we got while applying Oracle java patch. Summary

Clear inactive sessions and stop n start pluggable database

Clear inactive sessions and stop n start pluggable database Script To Clear inactive sessions, To restart pluggable database [oracle@EXADB_SRVR tmp]$ cat /home/oracle/clear_inactive_sessions.sh#!/bin/sh export ORACLE_SID=ORCL1export ORACLE_HOME=/u01/app/oracle/product/12.1.0.2/dbhome_1export PATH=$ORACLE_HOME:$ORACLE_HOME/bin:$PATH:.export TWO_TASK=ORAPDB1 sqlplus pdb_admin/******** <<

Java patch on 13.5 OEM agent to fix vulnerabilities

Applying Java patch on 13.5 OEM agent to fix vulnerabilities. Step 1) Pre output of java version Java(TM) SE Runtime Environment (build 1.8.0_261-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.261-b12,

Error while changing the CPU cores value on ODA

Error received while changing the CPU cores value on ODA machine. Note: For changing CPU core values reboot is required  [root@ODA_SRVR ~]# odacli update-cpucore -c 6 Modifying the enabled number

How to increase or decrease CPU count in ODA machine

How to increase or decrease CPU count in ODA machine. When we received the ODA machine, we get CPU count as follows. Reboot required? : Yes [root@ODA_SRVR ~]# lscpu Architecture:         

Converting non-container DB to Pluggble database.

Converting non-container Database to Pluggable database. How to convert non-cdb 19c to CDB/PDB 19c database How to Convert Non-CDB to PDB Database on same localhost Existing Instance & DB name:

Step by step TDE Backout or rollback plan

Step by Step Transparent Data Encryption Backout or rollback plan To disable enryption of  TDE on tablespaces To decrypt the TDE on tablespaces   Step 1) set the environment .

To change oda-admin password in Oracle DB Appliance

How to change oda-admin password in Oracle Database Appliance. ODA  is short form of  Oracle Database Appliance. username: oda-admin This user is created while deploying the ODA during initial setup.

curl command in oracle

Curl command in oracle. Syntax: curl -v -T “Zip file” -o output -u “mailid of DBA” “path of OracleSR” Actual Command: curl -v -T “/u01/logs/oms_dump_29.06.06.02:48:29.zip” -o output -u “dba@Ajara.com” “https://transport.oracle.com/upload/issue/3-2379232419

Java Patching on ORACLE_HOME.

Java Patching on ORACLE_HOME… Apply Java Patch Quarterly on ORACLE_HOME /GRID_HOME  to fix vulnerabilities Same patch number will be applied on GRID_HOME  link < Error while applying java patch on