DBA Hub

📋Steps in this guide1/1

Copy archive from ASM to Mount point

--- Copy archive log from ASM to regular mount point using RMAN: --- Connect to RMAN in RAC db

oracle configurationintermediate
by OracleDba
13 views
1

Copy archive from ASM to Mount point

Code/Command (click line numbers to comment):

1
2
3
4
--- Copy archive log from ASM to regular mount point using RMAN:
--- Connect to RMAN in RAC db
RMAN>
copy archivelog '+B2BSTARC/thread_2_seq_34.933' to '/data/thread_2_seq_34.933';

Comments (0)

Please to add comments

No comments yet. Be the first to comment!