What is the shared pool ? Oracle keeps SQL statements, packages, object information and many other items in an area...
Oracle
When you are taking backups regularly to a specified disk then after some period of time the backup disk will...
While trying to rollback the conflicting patch 18893947 applying patch 21967332 $ opatch rollback -id 18893947 Oracle Interim Patch Installer...
The undo tablespace can have many datafiles, but if it has at least 1 datafile with autoextend=on then the tablespace...
Determine if a Specific MVIEW is Being Refreshed: column owner format a15 column username format a15 column mview format a15...
Maximum Protection Mode 1. No data loss 2. Redo has to be written to both Primary redo logs and standby...
It has been seen in cases where ORA-16401 and ORA-16055 reported in primary alert log when redo log switch is...
Database server crashed after memory on server used by inactive sessions The Following Example used to illustrate the scenario for...
We may need to find the database growth for different periods in the past. This Article provides the queries to...
Below Are the differences b/w exp/imp vs Datapump 1. Datapump operates on a group of files called dump file sets....
When executing a Materialized View refresh an ORA-01555 is returned. This returns the following type of error either in the...
Refreshing a Materialized View via the Oracle job scheduler reports the following errors, however manual refresh succeeds. *** SERVICE NAME:(SYS$USERS)...
Oracle's Distributed Database Option provides the ability to perform transactions spanning multiple networked databases. As in standalone databases, transactions may...
You can use Oracle OPatch utility to check all the Oracle Patches applied in Oracle database. opatch utility is located...
What is Oracle Clusterware – RAC ? Oracle Clusterware enables servers to communicate with each other, so that they appear...
You can query the v$session_longops view to find long-running queries and you can query the AWR to find historical queries...
To find stale objects and the last analyzed date for tables and indexes in an Oracle Database, you can query...
Temporary Tablespaces A temporary tablespace does exist on a permanent basis as do other tablespaces, such as the System and...
A materialized view create with the automatic refresh can not be alter to stop refreshing. In order to do that...
Oracle RMAN was able to take incremental backups already in 9i. However, prior to introduction of Oracle 10g block change...
DISABLE_ARCHIVE_LOGGING From 12c, during Import operations we can disable archive logging, hence no redo will be generated for the whole...
SELECT when, sql, SUM(sx) executions, sum (sd) rows_processed FROM ( SELECT to_char(begin_interval_time,’YYYY_MM_DD HH24′) when, dbms_lob.substr(sql_text,4000,1) sql, dhss.instance_number inst_id, dhss.sql_id, sum(executions_delta)...
SMON Performs critical tasks such as crash recovery when the instance is started following a failure, dead transaction recovery, and...
After upgrading database from 12c to 19c, you may need to upgrade database time zone file version. This step is...
Writes modified blocks from the database buffer cache to the data files. The database writer process (DBWn) reads the database...