Data Concurrency A requirement of a multiuser RDBMS is the control of data concurrency, which is the simultaneous access of...
Month: March 2022
12.2 Index Advanced Compression “High” Let’s begin by creating a table and explicitly creating a NOCOMPRESS index in the WHALE...
The specific methods for creating a database are: With Database Configuration Assistant (DBCA), a graphical tool.With the CREATE DATABASE SQL statement. 1. Specify an...
Normally if you are trying to shrink a compressed table lets say you get below error, and the trick to...
Space allocation in the UNDO tablespace is unique and does not follow the same rules as normal tablespaces. Data within...
SYSTEM Tablespace is Growing Abnormally in 12c My SYSTEM tablespace was growing rapidly. This was happening in my test environment....
A transaction is a logical, atomic unit of work that contains one or more SQL statements. A transaction groups SQL...
Cluster Verification Utility (CVU) ... Oracle Enterprise Manager ... SQL*Plus ... Server Control (SRVCTL) ... Database Configuration Assistant ... Fleet...
Adding Disks to a Disk Group is done with the "alter diskgroup" command.Oracle provides the alter diskgroup command to adding...
A database link (DBlink) is a definition of how to establish a connection from one Oracle database to another. Type...
In v$parameter we can find one column ie. ISSYS_MODIFIABLE. This column contains three phases: 1) Immediate 2) Deferred 3) False...