This is just a short note to point out that I just uploaded a new version of the scripts related to TOP. The new ZIP is available through this page.

The change log is the following:

connect.sql Added DBM10205, DBA10205, DBM11201 and DBA11201
chapter02bind_variables.sql Because of 11g modified/added queries against V$SQL_SHARED_CURSOR
chapter02sharable_cursors.sql Added SET SERVEROUTPUT OFF in the initialization part
chapter03dbms_hprof.sql New file
chapter03sql_trace_trigger.sql New file
chapter06display_awr.sql Improved query that displays AWR content
chapter06execution_plans.sql Added example for UNION ALL (RECURSIVE WITH)
chapter07baseline_evolution_delete.sql New file
chapter07baseline_upgrade_11g.sql After import added update to set the owner of the SQL tuning set
chapter07opt_estimate.sql Uncommented 11g query
chapter07outline_with_hj.sql Script compatible with 10g/11g (set “_hash_join_enabled”)
chapter07tune_last_statement.sql Added SET SERVEROUTPUT OFF in the initialization part
chapter08client-side_caching.sql New file
chapter09conditions.sql Added queries containing NOT IN condition
chapter09hash_cluster.sql Changed comment related to IN operator because of 11.2 improvement
chapter10hash_join.sql Fixed typo in description
chapter10join_elimination.sql Fixed typo in description
chapter10join_elimination2.sql New file
chapter10pwj.sql Disabled join-filter pruning
chapter10subquery_unnesting.sql Cover many more cases
chapter11ArrayInterface.java Added check for the return value of the executeBatch method
chapter11ArrayInterfacePerf.java Fixed number of iterations in main method
chapter11atomic_refresh.sql Changed CTAS to avoid ORA-30009
chapter11dpi_performance.sql Changed CTAS to avoid ORA-30009
chapter11px_auto_dop.sql New file
chapter11px_ddl.sql Changed the part displaying the parallel DDL status
chapter11px_dml.sql Changed the part displaying the parallel DML status
chapter11px_query.sql Changed the part displaying the parallel query status
chapter11result_cache_plsql.sql Added comment about invalidation in 11.2
chapter12data_compression.sql Changed CTAS to avoid ORA-30009
databasesDBA10205 New directory containing the files to create the database DBA10205
databasesDBM10205 New directory containing the files to create the database DBM10205
databasesDBA11201 New directory containing the files to create the database DBA11201
databasesDBM11201 New directory containing the files to create the database DBM11201