Repair The Invalid Oracle Packages and Types in dba_registry Unknown 8:19 AM 1 Comment oracle 12c 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 Unknown 7:11 AM Add Comment dataguard primary standby database 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) Unknown 7:20 AM Add Comment upgrade oracle 12c 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 Unknown 2:12 AM Add Comment oracle sql 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 Unknown 7:15 AM Add Comment oracle 12c upgrade oracle 12c 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 Unknown 9:01 AM Add Comment installation oracle 12c oracle 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 ) Unknown 7:09 AM Add Comment installation oracle 12c oracle 12c 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 Unknown 2:42 AM Add Comment installation oracle 12c oracle 12c 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