/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

sqlmaria.com
| | blog.sqlora.com
0.7 parsecs away

Travel
| | Here is an overview of some improvements to Online Statistics Gathering in Oracle Releases 19c-23ai
| | oracle-base.com
2.2 parsecs away

Travel
| | Bigfile Tablespace Shrink in Oracle Database 23ai/26ai - ORACLE-BASE
| | oracle-randolf.blogspot.com
2.5 parsecs away

Travel
| | When attempting to display only the first n rows of a result set that is ordered the Oracle optimizer offers special optimizations for these...
| | dincosman.com
6.0 parsecs away

Travel
| The performance issue with an SQL query was resolved by using the /*+ PARALLEL(2) */ hint, reducing execution time from 180-200 seconds to milliseconds. The decision to perform a direct read from disk to memory instead of reading blocks from disk was made by the database engine and is controlled by the hidden "_serial_direct_read" parameter....