Skip to content

Instantly share code, notes, and snippets.

@Tracnac
Last active September 23, 2022 17:14
Show Gist options
  • Select an option

  • Save Tracnac/f6020eb948e6f4bb49aee8a06b346f95 to your computer and use it in GitHub Desktop.

Select an option

Save Tracnac/f6020eb948e6f4bb49aee8a06b346f95 to your computer and use it in GitHub Desktop.
RMAN Duplicate from Active database #oracle #rman

Prérequis :

tnsping source and dest : OK sys account unlock and password set orapwd file for both spfile for both reset controlfile from dest startup nomount dest

rman target sys/admins@SOURCE auxiliary sys/admins@DESTINATION

DUPLICATE DATABASE TO TEST01 FROM ACTIVE DATABASE NOFILENAMECHECK;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment