Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dce3f74

Browse files
committed
2016/11/23
1 parent 5be57c1 commit dce3f74

5 files changed

Lines changed: 611 additions & 48 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

readme.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Carlos Sierra's Shared Scripts
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
last update: 2016/09/18
3+
last update: 2016/11/23
44

55
Feel free to use these scripts. They are mostly useful in the scope of SQL performance
66
diagnostics. Keep original names please.
@@ -11,6 +11,7 @@ act.sql 14/10/13 Active Sessions (lite)
1111
active_sessions.sql 14/10/31 Active Sessions (more columns)
1212
active_sql.sql 14/10/31 Simple list of Active SQL (just sql id and text)
1313
alter_plans.sql 13/12/28 Alter attributes of a SQL Plan Baseline
14+
awr_ash_pre_check.sql 16/11/23 Analyzes state of ASH on AWR and computes how long eDB360 would take to execute
1415
chained_rows.sql 16/04/18 Chained rows analysis for one table
1516
columns_multiple_types.sql 15/07/07 List Columns with multiple data types
1617
constraints_nonindexed.sql 15/07/05 List FK Constrains with no index to supportthem
@@ -34,7 +35,7 @@ mon subdirectory 16/02/29 A set of scripts to monitor executions taki
3435
mystat_reset.sql 13/10/04 Resets snaps credated by mystat.sql
3536
mystat.sql 14/01/11 Reports delta of current sessions stats before and after a SQL
3637
one_sql_time_series.sql 14/10/31 Performance History for one SQL
37-
planx.sql 16/09/08 Gets execution plan for given SQL_ID
38+
planx.sql 16/11/18 Gets execution plan for given SQL_ID
3839
plan_prev.sql 16/08/29 Execution Plan for last SQL executed in current session
3940
prev.sql 16/06/21 Most recent SQL_ID and CHILD_NUMBER for current SID
4041
profiler.sql 15/12/28 Generates HTML report out of DBMS_PROFILER data
@@ -52,4 +53,4 @@ tablex.sql 14/01/24 Reports CBO Statistics for a given Table
5253
tkprof.sql 13/10/15 Turns trace off and generates a TKPROF for trace under current session
5354
trace_off.sql 16/06/19 Turns sql trace off
5455
trace_on.sql 16/06/19 Turns sql trace on using event 10046 level 12 (include binds and waits)
55-
verify_stats_wr_sys.sql 15/04/23 Verify CBO statistics for AWR Tables and Indexes
56+
verify_stats_wr_sys.sql 16/11/23 Verify CBO statistics for AWR Tables and Indexes

0 commit comments

Comments
 (0)