Hello Everyone,
Today I am going to share with you the issue that came after applying the patch on the OCI DB SYSTEM.
So after applying the patch on ORACLE_HOME my database instance was not mounting and throwing the below exception in the alert log
Hello Everyone,
Today I am going to share with you the issue that came after applying the patch on the OCI DB SYSTEM.
So after applying the patch on ORACLE_HOME my database instance was not mounting and throwing the below exception in the alert log
Hi Everyone,
Oracle introduced a new feature in 12c that you can now recover a drop table using RMAN
in this article, we will discuss how to recover a drop table by the user in PDB
let's start :
before going to the actual topic I will show you how to connect to a PDB in Multitenant Architecture
Connect to your PDB
if you want to connect to your PDB there are 2 ways let see below:
1) connect to CDB using sqlplus / as sysdba
2) alter session set container= PDBNAME
let see the screenshot:
the other way is to connect using TNSNAMES
let's find out the service name using "lsnrctl status" command
from the above screenshot, we can see that the service name of PDB is ORCL now let's add in tnsnames.ora as below:
after adding now try to connect as below:
Hello Everyone
In this article, I am going to share with you how to upgrade the 12.1.0.2 database to 19c Manually on CentOS 7.
supported version for direct upgrade to 19c are:
11.2.0.4, 12.1.0.2, 12.2.0.1, 18
In this example, my source database is 12.1.0.2 and upgrading to 19c, before the upgrade it's better to have a backup so if in case we need to restore.
Let us start the Prerequisite: