diff --git a/Golden_Gate/example_02/setup_extract_pump_replicat_02.md b/Golden_Gate/example_02/setup_extract_pump_replicat_02.md index af6831d..5b0deea 100644 --- a/Golden_Gate/example_02/setup_extract_pump_replicat_02.md +++ b/Golden_Gate/example_02/setup_extract_pump_replicat_02.md @@ -269,8 +269,9 @@ I guess Golden Gate sent 706 bulk delete. Re-inserting 10000000 lines in source table, create 1040 bulk insert target side: - +``` INST_ID HASH_VALUE PLAN_HASH_VALUE CH# SQL_TEXT +} ---------- ---------- --------------- ----- ------------------------------------------------------------------------------------------------------------------------------------------------------ 1 2973785138 0 0 INSERT /*+ restrict_all_ref_cons */ INTO "C3PO"."T1" ("I1","I2","N1","D1","C1") VALUES (:1 ,:2 ,:3 ,:4 ,:5 ) @@ -278,8 +279,4 @@ Re-inserting 10000000 lines in source table, create 1040 bulk insert target side INST_ID CH# PLAN_HASH PARSES H_PARSES EXECUTIONS FETCHES ROWS_PROCESSED ROWS_PER_FETCH CPU_SEC_EXEC ELA_SEC_EXEC LIOS_PER_EXEC PIOS_PER_EXEC TOTAL_CPU_SEC TOTAL_ELA_SEC TOTAL_IOWAIT_SEC TOTAL_LIOS TOTAL_PIOS SORTS USERS_EXECUTING LAST_ACTIVE_TIME PARENT_HANDLE OBJECT_HANDLE ---------- ----- ---------- ---------- ---------- ---------- ---------- -------------- -------------- ------------ ------------ ------------- ------------- ------------- ------------- ---------------- ---------- ---------- ---------- --------------- ------------------- ---------------- ---------------- 1 0 0 7 1 1040 0 10000000 .029 .127 1681 0 30.092 131.704 .290696 1748314 264 0 0 2026-05-10 15:41:57 0000000062D19340 00000000655E91F8 - - - - - +```