How to find chained rows in a table ?
A chained row is a row that does not fit into a single database block. For example, if you try...
![]()
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...
![]()
Redo log files are often used for instance recovery and media recovery. The data required for such operations is automatically...
![]()