Skip to content

Commit 14f594b

Browse files
Merge pull request #1176 from oracle-devrel/uschwinn-patch-23
Update debug_slow_replay_info.sql
2 parents c936da6 + 6ca52f5 commit 14f594b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

data-platform/core-converged-db/real-application-testing/db-replay/files/debug_slow_replay_info.sql

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rem Script displays some informations that may be helpfull to analyze slow running RAT-Replays
1+
rem Script displays some information that may be helpfull to analyze slow running RAT-Replays
22
rem See also MOS-Note 760402.1
33

44
set echo on
@@ -8,6 +8,9 @@ set pagesize 200
88
set lines 500 trimspool on pages 60
99
spool debug_replay.txt
1010

11+
col repl_id format 9999999
12+
col capt format 9999
13+
col "Real_Time_Repl_Capt" format a20
1114
col filter_set_name format a30
1215
col default_action format a20
1316
col synchronization format a10
@@ -58,7 +61,9 @@ col "User Calls" format 999G999G999G999G999
5861
col "Replay Divergences" format 999G999G999G999G999
5962
col max_repl_id new_value max_repl_id heading id
6063
col id format 9999
61-
col repl format 9999REM Replay Progress
64+
col repl format 9999
65+
66+
REM Replay Progress
6267

6368
select r.id repl, r.capture_id capt,
6469
r.status,
@@ -115,7 +120,3 @@ and wrt.serial# = s.serial#
115120
order by inst_id, sid
116121
/
117122
spool off
118-
119-
col repl_id format 9999999
120-
col capt format 9999
121-
col "Real_Time_Repl_Capt" format a20

0 commit comments

Comments
 (0)