File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
data-platform/core-converged-db/real-application-testing/db-replay/files Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 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
2
2
rem See also MOS- Note 760402 .1
3
3
4
4
set echo on
@@ -8,6 +8,9 @@ set pagesize 200
8
8
set lines 500 trimspool on pages 60
9
9
spool debug_replay .txt
10
10
11
+ col repl_id format 9999999
12
+ col capt format 9999
13
+ col " Real_Time_Repl_Capt" format a20
11
14
col filter_set_name format a30
12
15
col default_action format a20
13
16
col synchronization format a10
@@ -58,7 +61,9 @@ col "User Calls" format 999G999G999G999G999
58
61
col " Replay Divergences" format 999G999G999G999G999
59
62
col max_repl_id new_value max_repl_id heading id
60
63
col id format 9999
61
- col repl format 9999REM Replay Progress
64
+ col repl format 9999
65
+
66
+ REM Replay Progress
62
67
63
68
select r .id repl, r .capture_id capt,
64
69
r .status ,
@@ -115,7 +120,3 @@ and wrt.serial# = s.serial#
115
120
order by inst_id, sid
116
121
/
117
122
spool off
118
-
119
- col repl_id format 9999999
120
- col capt format 9999
121
- col " Real_Time_Repl_Capt" format a20
You can’t perform that action at this time.
0 commit comments