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