Explore >> Select a destination


You are here

antognini.ch
| | www.bobbydurrettdba.com
8.3 parsecs away

Travel
| | We have been discussing query tuning at work and I've come back to an example of the Oracle optimizer choosing the wrong plan due to an error in its calculation of the number of rows returned...
| | www.dbaglobe.com
9.3 parsecs away

Travel
| | A blog about on new technologie. Hands-on note about Hadoop, Cloudera, Hortonworks, NoSQL, Cassandra, Neo4j, MongoDB, Oracle, SQL Server, Linux, etc.
| | www.dbaglobe.com
8.5 parsecs away

Travel
| | A blog about on new technologie. Hands-on note about Hadoop, Cloudera, Hortonworks, NoSQL, Cassandra, Neo4j, MongoDB, Oracle, SQL Server, Linux, etc.
| | connor-mcdonald.com
106.1 parsecs away

Travel
| Anyone who has used APEX will know that in addition to the Builder UI, there is a comprehensive data dictionary for APEX-prefixed views to expose all the metadata associated with APEX applications and workspaces. SQL> select view_name 2 from dba_views 3 where owner = 'APEX_240200' 4 and view_name like 'APEX%' 5 order by 1;...