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
22rem See also MOS- Note 760402 .1
33
44set echo on
@@ -8,6 +8,9 @@ set pagesize 200
88set lines 500 trimspool on pages 60
99spool debug_replay .txt
1010
11+ col repl_id format 9999999
12+ col capt format 9999
13+ col " Real_Time_Repl_Capt" format a20
1114col filter_set_name format a30
1215col default_action format a20
1316col synchronization format a10
@@ -58,7 +61,9 @@ col "User Calls" format 999G999G999G999G999
5861col " Replay Divergences" format 999G999G999G999G999
5962col max_repl_id new_value max_repl_id heading id
6063col id format 9999
61- col repl format 9999REM Replay Progress
64+ col repl format 9999
65+
66+ REM Replay Progress
6267
6368select r .id repl, r .capture_id capt,
6469 r .status ,
@@ -115,7 +120,3 @@ and wrt.serial# = s.serial#
115120order by inst_id, sid
116121/
117122spool 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