Switchover to Physical Standby Database in Oracle
Once the standby database is configured and verified to be working properly, we can switch…
Read moreOnce the standby database is configured and verified to be working properly, we can switch…
Read moreOracle uses two different index architectures: b-Tree indexes and bitmap indexes. Cluster indexes, bitmap join…
Read moreWhat is a data block corruption? Data block corruptions occur whenever data is not in…
Read moreWhy there is a need to upgrade Oracle 12c Database? The most important reason to…
Read moreWhat is use of INDEXFILE option in imp? Will write DDLs of the objects in…
Read moreWhat is use of CONSISTENT option in exp? When you export a table, you are…
Read moreBelow is the error while I was upgrading my test environment. SQL> alter pluggable database…
Read moreIn Oracle Database, a redo log thread refers to a specific instance of redo log…
Read moreScenario 1: If the jobs are running too frequently, it is possible the queries are…
Read moreA full table scan reads all rows from a table, and then filters out those…
Read moreThere is no excerpt because this is a protected post.
Read moreComputer memory is managed in blocks of storage known as pages, which have a predetermined…
Read moreOn 12c, Oracle XML DB is now a mandatory component of Oracle Database. You cannot…
Read moreOn : 19.18.0.0.0 version, Patching After applying a RU Patch , CATALOG / CATPROC Component…
Read moreSELECT to_char(begin_interval_time,’YY-MM-DD HH24′) snap_time, dhso.object_name, sum(db_block_changes_delta) BLOCK_CHANGED FROM dba_hist_seg_stat dhss, dba_hist_seg_stat_obj dhso, dba_hist_snapshot dhs WHERE…
Read moreORACLE_HOME disk (filesystem) became full and caused an ASM error... Got the following errors in…
Read moreSAR is used to collect, report or save system activity. SAR stands for System Activity…
Read moreThe top utility is a commonly used tool for displaying system-performance information. It dynamically shows…
Read moreTraditional startup/shutdown command prior to 12c. Shutdown Command SHUTDOWN NORMAL SHUTDOWN IMMEDIATE SHUTDOWN ABORT Startup…
Read moreAfter performing database upgrade from 12.1.0.2.171017 to 12.2.0.1.171017, PDB is shown in RESTRICTED mode. PDB_PLUG_IN_VIOLATIONS…
Read moreArchivelog gap Log Gap Check Restore Archivelog from Backup Stop and Start MRP Services
Read morePrivate SQL area holds information about a parsed SQL statement and other session specific information…
Read moreOverview Benefits What can be done Different Instances Users (Interview Question) User Power User Admin…
Read moreSingle Client Access Name (SCAN) is a feature used in Oracle Real Application Clusters environments…
Read moreMaterialized views are query results that have been stored or "materialized" in advance as schema…
Read more