Duplicate a Database Using RMAN in Oracle 19c

Preconditions & Assumptions High-level flow Detailed step-by-step (copy-paste friendly) Source host = orcl.localdomain.com (ORCL)Target host = clone.localdomain.com (CLONE)Modify all paths, hostnames, SIDs and environment variables to match your infrastructure. SOURCE: copy password file and create PFILE TARGET: prepare directories, pfile and environment NETWORK: listener and tnsnames configuration listener.ora (on source and target — adjust HOST): […]

Transportable Tablespaces in Oracle

Transportable Tablespaces (TTS) is a powerful Oracle feature that allows you to move entire tablespaces (or sets of tablespaces) between databases by physically copying datafiles plus minimal metadata, instead of unloading and reloading all the data. Because you’re moving data files rather than rows, TTS operations can be vastly faster than conventional export/import. In this […]