i had the problem after i created the new DB or my database has been upgraded from Oracle 11gR2 to Oracle 12c COMP_NAME ...
Read More
RollForward a Physical Standby Database using RMAN Incremental Backups
In some scenarios where the standby database lags far behind from the primary database. the incremental backups can be used to roll forward ...
Read More
Manual Upgrades to Oracle Database 12c Release 1 (12.1.0.2)
This article will provide you howto upgrade manual from Oracle 11gR2 to ORACLE Database 12c Release 1. Step 1: Backup database Backup th...
Read More
Query to find the size of schema in Oracle Database
The following query will show you howto get the schema size in GB in Oracle Database. SELECT OWNER, SUM(bytes)/1024/1024/1024 AS SIZE_GIG ...
Read More
Upgrading to Oracle Database 12c Release 1 (12.0.1.2) using DBUA
Upgrading to Oracle Database 12c Release 1 (12.0.1.2) This article provides an overview howto upgrade existing databases to Oracle 12c R...
Read More
Create Oracle Database 12c on Oracle Grid Infrastructure Standalone 12c
At the last post i created the oracle database template . In this post i will show you howto create the oracle database 12c using oracle te...
Read More
Create Oracle Database Template 12c ( 12.1.0.2 )
In the post we will create the Oracle Database Template 12c with dbca tool. The Oracle Database 12c is already installed . Installation. ...
Read More
Installation Oracle Database 12c (12.1.0.2) on Oracle Solaris 11.1 SPARC
In the last post we know about howto install Oracle Grid Infrastructure Standalone 12c on Oracle Solaris 11.1 SPARC In this post i will sh...
Read More
Subscribe to:
Posts (Atom)