Execution plan fixing in Oracle databases
In some cases in Oracle databases, queries may run with bad plans due to optimizers not being able to make...
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...