|
You are here |
www.dbaglobe.com | ||
| | | | |
nathan.torkington.com
|
|
| | | | | [AI summary] A collection of technical notes and resources discussing database architecture, SQL, data modeling, and version control strategies. | |
| | | | |
dincosman.com
|
|
| | | | | 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
|
|
| | | | | An Oracle Database DBA (Database Administration) Blog. | |
| | | | |
afatkulin.blogspot.com
|
|
| | | Take a look at the following table: SQL> create table codes 2 ( 3 code varchar2(10), 4 used number, 5 constraint pk_cod... | ||