Reserved words in Oracle databases
In Oracle databases, many words are reserved for specific uses or entirely. This helps eliminate typos in SQL statements. You...
![]()
In Oracle databases, many words are reserved for specific uses or entirely. This helps eliminate typos in SQL statements. You...
![]()
Index quality is a factor that directly affects the overall database performance. The quality of an index is measured by...
![]()
Exadata database servers also allow setting threshold values for metrics, similar to cell nodes, and sending notifications when these thresholds...
![]()
You can use the following commands to identify the serial numbers of Exadata and its components. Exadata Rack It can...
![]()
Enqueues are shared memory structures (locks) that serialize access to database resources. They can be associated with a session or...
![]()
SecureFiles LOB storage is one of two storage types used with Oracle databases; the other is BasicFiles LOB storage. Several...
![]()
For each row in a table, ORA_ROWSCN returns the SCN information of the last change made to that row. This...
![]()
Debugging/monitoring can be performed to obtain more detailed information about RMAN processes. This allows us to gain more insight than...
![]()
When attempting to delete a column from a table owned by a SYS user, the error “ORA-12988: cannot drop column...
![]()
Read-Only Partitions Starting with Oracle version 12.2, partitions or sub-partitions of a table can be marked as read-only. This can...
![]()
Assertions are boolean expressions that have the semantics of a constraint. The database must ensure the truth of these boolean...
![]()
For developers, students, and database enthusiasts, getting hands-on practice with a powerful database system like Oracle has often required...
![]()
PDB Lockdown Profiles are a security feature in Oracle’s multitenant architecture that allows administrators to restrict specific operations and features...
![]()
Oracle Flex Clusters From Oracle Grid Infrastructure 12c Release 2 (12.2) onward, all cluster configurations are implemented as Oracle Flex...
![]()
What is Transparent Application Continuity (TAC)? With the release of Oracle Database 18c, Transparent Application Continuity introduces an automated method...
![]()