1432
1374
UPDATE t1 SET col0_int = 20000, col1_int = 30, col2_int = 40 where id = 1;
1433
1375
UPDATE t1 SET col0_int = 2000, col1_int = 3000 where id = 2;
1435
1377
Check transaction_log_entries
1436
1378
SELECT COUNT(*) FROM DATA_DICTIONARY.TRANSACTION_LOG_ENTRIES;
1440
1382
Check transaction_log_transactions
1441
1383
SELECT COUNT(*) FROM DATA_DICTIONARY.TRANSACTION_LOG_TRANSACTIONS;
1444
1386
Check transaction log contents
1445
1387
SELECT PRINT_TRANSACTION_MESSAGE('transaction.log',(select max(entry_offset) from DATA_DICTIONARY.TRANSACTION_LOG_TRANSACTIONS));
1446
1388
PRINT_TRANSACTION_MESSAGE('transaction.log',(select max(entry_offset) from DATA_DICTIONARY.TRANSACTION_LOG_TRANSACTIONS))