Skip to content

Commit

Permalink
Merge pull request #1 from Marcel-Jan/patch-1
Browse files Browse the repository at this point in the history
Update ash_io_top_obj_advanced.sql to remove tcnt from order by
  • Loading branch information
kyle-hailey committed Feb 27, 2013
2 parents 3bec3dc + baeda25 commit 05381c7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ash_io_top_obj_advanced.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


/*
Expand All @@ -22,6 +21,10 @@ AAS SQL_ID PCT OBJ SUB_OBJ OTYPE EVENT F# TABLESPAC CO
3 CUSTOMERS SYS_P29 TABLE PART sequentia 4 USERS PERMANENT
3 CUSTOMERS SYS_P21 TABLE PART sequentia 4 USERS PERMANENT
Version When Who What?
------- ----------- -------------- ----------------------------------------------------------------------------------------------
1.0 Jan 19 2013 K. Hailey First version
1.0.1 Feb 26 2013 M. Krijgsman Bug fix: removed tcnt from order by ;)
*/

Expand Down Expand Up @@ -84,7 +87,7 @@ where
f.file_id = io.p1
and o.object_id (+)= io.CURRENT_OBJ#
and tbs.tablespace_name= f.tablespace_name
Order by tcnt, sql_id, cnt
Order by /* tcnt */, sql_id, cnt
/

clear breaks
Expand Down

0 comments on commit 05381c7

Please sign in to comment.