Controlfile Multiplexing in Oracle Database
Controlfile multiplexing means to create copy of multiple controlfiles. Today we will learn its importance and how to do Controlfile […]
Controlfile Multiplexing in Oracle Database Read More »
Controlfile multiplexing means to create copy of multiple controlfiles. Today we will learn its importance and how to do Controlfile […]
Controlfile Multiplexing in Oracle Database Read More »
Do you know why index rebuild is required in oracle? If the index gets invalid or unusable state for some
Index Rebuild in Oracle Database : Read More »
Tablespace is a logical storage structure of a database that contains tables, indexes etc. So if a table, lob partition
Tablespace is Growing fast in Oracle Database : Read More »
As an experienced DBA, we must know the basic commands in RAC for Oracle DBA. So, today in this article,
Basic Commands in RAC: Read More »
Granules in oracle refers to a unit of memory allocation used for managing the SGA (System Global Area) memory structure
What is granules in Oracle Database : Read More »
Today in this article, we will learn how to get the DDL of a user in Oracle Database. This can
How to find the DDL of a user in Oracle Database: Read More »
To find the DDL (Data Definition Language) of a tablespace in Oracle Database, we can work the DBMS_METADATA package.A tablespace
How to get the DDL of a Tablespace in Oracle : Read More »
Tables are an essential component that store data in a structured manner. At times, you may need to find the
How to find DDL of a table in Oracle Database : Read More »
Here we will learn how to enable-disable archivelog mode in Oracle database. But why do we enable-disable archivelog mode in
Enable-Disable Archivelog Mode in Oracle Database: Read More »