Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
RMAN DUPLICATE, from SOURCE or TARGET?

Where should I run this command?
duplicate target database for standby from active database dorecover nofilenamecheck
Should I run it from the host where the source database is, or on the host where the destination database is? I did not find anything clear about that -- it seems I could run it from any machine. If that's the case, what would be the differences/advantages of running it from one or the other?
RMAN 19c
Best Answer
-
May cause some performance overhead based on Server where it will be performing operation.
You can run it from host machine i.e your source machine or destination machine.Choice depends on you.
Answers
-
May cause some performance overhead based on Server where it will be performing operation.
You can run it from host machine i.e your source machine or destination machine.Choice depends on you.