Skip to content

Commit

Permalink
Just some suggestions to tidy the output
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthomas22 committed Dec 22, 2015
1 parent c6da74a commit 1161a53
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ash_enq.sql
@@ -1,3 +1,16 @@
COL lock_name FORMAT A30
COL waiter format 99999 HEADING "Waiter"
COl lmode FORMAT 99 HEADING "Lock|mode"
COL p2 FORMAT 9999999
COL p3 FORMAT 9999999
COL object FORMAT A30
COL otype FORMAT A7
COL filen FORMAT 9999
COL blocker FORMAT 99999

SET LINESIZE 200


select
substr(event,0,20) lock_name,
ash.session_id waiter,
Expand Down

0 comments on commit 1161a53

Please sign in to comment.