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

Troubleshooting the “Cannot Generate SSPI Context” Error After SQL Server Migration

  Introduction After a recent  SQL Server migration from 2012 to 2022 , our team encountered a classic authentication issue: The target prin...