/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

www.dbaglobe.com
| | nathan.torkington.com
3.5 parsecs away

Travel
| | [AI summary] A collection of technical notes and resources discussing database architecture, SQL, data modeling, and version control strategies.
| | dincosman.com
3.5 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....
| | hemantoracledba.blogspot.com
2.8 parsecs away

Travel
| | An Oracle Database DBA (Database Administration) Blog.
| | afatkulin.blogspot.com
12.5 parsecs away

Travel
| Take a look at the following table: SQL> create table codes 2 ( 3 code varchar2(10), 4 used number, 5 constraint pk_cod...