
ORACLE_DUPLICATE
Perry705
OCM
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Duplicating a Database
This chapter describes how to use the DUPLICATE command to create a duplicate database. This chapter contains these topics: Overview of RMAN Database Duplication Making Backups and Archived翻译 2014-10-24 09:07:09 · 578 阅读 · 0 评论 -
DUPLICATE DATABASE(AUXILIARY)
) REM DUPLICATE DATABASE(AUXILIARY) REM REM OVERVIEW REM STEP 1.Set environment variable ORACLE_SID for auxiliary instance REM STEP 2.Create an Oracle Password File for the A原创 2014-10-20 15:13:34 · 712 阅读 · 0 评论 -
rman target sys/111111@orcl auxiliary sys/111111@aux
[oracle@lucky admin]$ rman target / auxiliary sys/111111@aux Recovery Manager: Release 11.2.0.1.0 - Production on Mon Oct 13 15:05:37 2014 Copyright (c) 1982, 2009, Oracle and/or its affili原创 2014-10-24 10:28:55 · 937 阅读 · 0 评论 -
Pick a Self-Contained Set of Tablespaces(自包含)
There may be logical or physical dependencies between objects in the transportable set and those outside of the set. You can only transport a set of tablespaces that is self-contained. In this conte原创 2015-07-17 09:56:14 · 461 阅读 · 0 评论 -
rman target sys/oracle@PROD1 auxiliary sys/oracle@PROD2
[oracle@lucky ~]$ rman target sys/oracle@PROD1 auxiliary sys/oracle@PROD2 //1.When you connect RMAN to the source database as TARGET, you must specify a password, even if RMAN uses operating syst原创 2016-04-07 10:52:40 · 3834 阅读 · 0 评论 -
Duplication with Oracle Managed Files(OMF)
Duplication with Oracle Managed Files If the source database files are in the Oracle Managed Files (OMF) format, then you cannot use the DB_FILE_NAME_CONVERT andLOG_FILE_NAME_CONVERT initializati原创 2016-04-26 14:16:04 · 495 阅读 · 0 评论