Automatic Degree of Parallelism and In-Memory Parallel Execution in Oracle Database
Parallel execution in Oracle Database enables the decomposition of a SQL statement into multiple smaller tasks, each executed concurrently by...
![]()
Parallel execution in Oracle Database enables the decomposition of a SQL statement into multiple smaller tasks, each executed concurrently by...
![]()
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...
![]()
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...
![]()
Assertions are boolean expressions that have the semantics of a constraint. The database must ensure the truth of these boolean...
![]()
A chained row is a row that does not fit into a single database block. For example, if you try...
![]()
SQLFILE parameter in impdp can be used to generate the DDLs from a dumpfile. If you need the DDL of...
![]()
SQL Tuning Health-Check Script (SQLHC) is used to check the environment in which a single SQL statement is running, Cost-based...
![]()
In some cases in Oracle databases, queries may run with bad plans due to optimizers not being able to make...
![]()
In Oracle databases, indexes become fragmented over time and cause serious performance problems. Indexes must be checked regularly and, if...
![]()
Oracle Flashback Query allows the use of select query with AS OF. It allows us to query as much of...
![]()
If Goldengate extract services fail to start with errors such as the ones below, the solution is very easy. Possible...
![]()
I will try to explain the identity field, which is my favorite innovation in Oracle 12c. MS SQL, MYSQL users...
![]()
In Oracle databases prior to 12c, users which have create any procedure and execute any procedure privileges could assign themselves the dba role. This...
![]()