├── README.md ├── column_stats_history.sql ├── index_stats_history.sql ├── ora1555.sql ├── sql_old_hash.sql ├── sql_plan_baselines.sql ├── sql_sql_id.sql ├── sqlperf.sql ├── sqlperf_example.html ├── sqlperf_example2.html ├── sqlperf_noawr.sql ├── sqlstats.sql ├── table_stats_history.sql ├── top10sql_plan.sql ├── top10sql_plan9i.sql └── trace_column.sql /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcel-Jan/oracle_performance/HEAD/README.md -------------------------------------------------------------------------------- /column_stats_history.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcel-Jan/oracle_performance/HEAD/column_stats_history.sql -------------------------------------------------------------------------------- /index_stats_history.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcel-Jan/oracle_performance/HEAD/index_stats_history.sql -------------------------------------------------------------------------------- /ora1555.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcel-Jan/oracle_performance/HEAD/ora1555.sql -------------------------------------------------------------------------------- /sql_old_hash.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcel-Jan/oracle_performance/HEAD/sql_old_hash.sql -------------------------------------------------------------------------------- /sql_plan_baselines.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcel-Jan/oracle_performance/HEAD/sql_plan_baselines.sql -------------------------------------------------------------------------------- /sql_sql_id.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcel-Jan/oracle_performance/HEAD/sql_sql_id.sql -------------------------------------------------------------------------------- /sqlperf.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcel-Jan/oracle_performance/HEAD/sqlperf.sql -------------------------------------------------------------------------------- /sqlperf_example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcel-Jan/oracle_performance/HEAD/sqlperf_example.html -------------------------------------------------------------------------------- /sqlperf_example2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcel-Jan/oracle_performance/HEAD/sqlperf_example2.html -------------------------------------------------------------------------------- /sqlperf_noawr.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcel-Jan/oracle_performance/HEAD/sqlperf_noawr.sql -------------------------------------------------------------------------------- /sqlstats.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcel-Jan/oracle_performance/HEAD/sqlstats.sql -------------------------------------------------------------------------------- /table_stats_history.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcel-Jan/oracle_performance/HEAD/table_stats_history.sql -------------------------------------------------------------------------------- /top10sql_plan.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcel-Jan/oracle_performance/HEAD/top10sql_plan.sql -------------------------------------------------------------------------------- /top10sql_plan9i.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcel-Jan/oracle_performance/HEAD/top10sql_plan9i.sql -------------------------------------------------------------------------------- /trace_column.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcel-Jan/oracle_performance/HEAD/trace_column.sql --------------------------------------------------------------------------------