The nohup command runs the command specified by the Command parameter and any related Arg parameters, ignoring all hang up...
Where two or more instances attempt to control a cluster database. Each node in this cluster are interconnected through private...
Oracle products follow a custom release-numbering and -naming convention. The "c" in the current release, Oracle Database 23c, stands for...
1. As a laymen, consider a user/application requests a connection request to the Oracle database through his login credential. 2....
The orainstRoot.sh and root.sh scripts are created in the last phase of installation and stored in the locations /<path to...
Voting disks manage information about node membership. Each voting disk must be accessible by all nodes in the cluster for...
Oracle Clusterware includes three components: voting disks, Oracle Cluster Registry (OCR), and Oracle Local Registry (OLR). ■ Voting disks manage...
Enqueues are locks that coordinate access to database resources. This event indicates that the session is waiting for a lock...
This wait indicates that we are waiting for a read operation which reads a number of contiguous blocks from disk....
This event signifies that the user process is reading a buffer into the SGA buffer cache and is waiting for...
Overview of Inventory: The inventory is a very important part of the Oracle Universal Installer. This is where OUI keeps...
TX lock contention is an application coding, design and usage problem and can ONLY be fixed by changing application code...
In case if we want to identify duplicates rows of a table and want to remove them from a table. ...
Once the standby database is configured and verified to be working properly, we can switch over to the standby database...
Oracle uses two different index architectures: b-Tree indexes and bitmap indexes. Cluster indexes, bitmap join indexes, function-based indexes, reverse key...
Block-Corruption-RecoveryDownload What is a data block corruption? Data block corruptions occur whenever data is not in its expected state. Data...
Why there is a need to upgrade Oracle 12c Database? The most important reason to upgrade 12c is to enjoy...
What is use of INDEXFILE option in imp? Will write DDLs of the objects in the dumpfile into the specified...
What is use of CONSISTENT option in exp? When you export a table, you are guaranteed that the contents of...
Below is the error while I was upgrading my test environment. SQL> alter pluggable database application CODDY begin upgrade '1.3'...
In Oracle Database, a redo log thread refers to a specific instance of redo log processing within the database. Redo...
Scenario 1: If the jobs are running too frequently, it is possible the queries are not releasing the lock and...
A full table scan reads all rows from a table, and then filters out those rows that do not meet...
This content is password protected. To view it please enter your password below: Password:
Computer memory is managed in blocks of storage known as pages, which have a predetermined size that depends on the...