/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

carlos-sierra.net
| | www.bobbydurrettdba.com
1.8 parsecs away

Travel
| | Sunday night we worked with Oracle Support on a performance issue with a query that had been running for over 14 hours even though it ran the previous weekend in five minutes. Oracle Support showe...
| | easyoradba.com
2.9 parsecs away

Travel
| | This error occurs if you're trying to access a URL on Oracle23ai from within the database and don't have the...
| | alexzeng.wordpress.com
2.0 parsecs away

Travel
| | Outline is the oldest way to fix SQL plan. It based on hints like use_nl etc. It's a road map. It still can be used in 11.2 although oracle said it's deprecated. Finally, it is free. SQL profile is trying to impact CBO by adding cost estimation hints. You need pay extra money to use...
| | afatkulin.blogspot.com
9.2 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...