Tuesday, August 12, 2025

Notes: XTTS incremental other way in same endianness

 XTTS incremental other way in same endianess:


Setup physical standby

Put tbspsc in ro

Stop replication

expdp full=y transportable=always

shutdown standby

keep other skeleton alive

impdp transport_Datafiles=<df list from standby>



So we achieve the XTTS incremental method here :)


This standby setup and replication usage in XTTS is hinted in 11.2 XTTS guide for cross platform.

No comments:

Post a Comment

MSSQL: Backup/Restore logically a large table

  MSSQL : Backup/Restore logically a large table Objective: We perform 3 data processing steps in this tutorial 1.Download an opensource dat...