How to Copy ASM Files Across Nodes [ID 1147859.1]
How to Copy ASM Files Across Nodes [ID 1147859.1]
--------------------------------------------------------------------------------
修改時間 13-DEC-2011 型別 HOWTO 狀態 PUBLISHED
In this Document
Goal
Solution
--------------------------------------------------------------------------------
Applies to:
Oracle Server - Enterprise Edition - Version: 11.1.0.6 to 11.2.0.2 - Release: 11.1 to 11.2
Information in this document applies to any platform.
Database - RMAN
***Checked for relevance on 14-Dec-2011***
Goal
You have a database (controlfiles, datafiles and archivelog files) on Node 1 residing on ASM and you wish to copy some of these files (or all) to another node. This second node may be using filesystem or ASM.
Solution
Oracle 11g Release 1 and Release 2 allows you to copy files across the network with the RMAN Active File Copy feature. This feature is controlled with the 'AUXILIARY FORMAT' option to the backup command.
For example, you can copy an archivelog like:
connect target # source system
connect auxiliary # destination system
backup as copy reuse
archivelog like "/u01/oracle/archivelog/arc_des/arch%.arc"
auxiliary format "+RCVAREA" ;
Or copy a datafile like:
connect target # source system
connect auxiliary # destination system
backup as copy reuse datafile "/u01/oracle/datafiles/system01.dbf"
auxiliary format "+DATA" ;
Oracle� Database Backup and Recovery Reference 11g Release 2 (11.2)
Part Number E10643-02:
AUXILIARY FORMAT: Copies the files on the target database to the specified location on the auxiliary instance. RMAN can only generate image copies when AUXILIARY FORMAT is specified. RMAN must be connected to both TARGET and AUXILIARY instances and have access to auxiliary channels.
You can use the BACKUP AUXILIARY FORMAT command to copy datafiles over the network between primary and standby databases. For example, if a datafile on a primary database was lost, you could CONNECT to the standby database as TARGET and the primary database as AUXILIARY, and copy an intact datafile from the standby host to the primary host.
formatSpec Specifies a pattern for naming the output image copies on an auxiliary instance. The path must be valid on the auxiliary host.
NEW Creates an image copy in the directory specified in the DB_CREATE_FILE_DEST initialization parameter of the auxiliary instance. The image copy is an Oracle-managed file.
REUSE Enables RMAN to overwrite an already existing backup or copy with the same file name as the file that BACKUP is currently creating.
See documentation for further details.
相關內容
--------------------------------------------------------------------------------
產品
--------------------------------------------------------------------------------
•Oracle Database Products > Oracle Database > Oracle Database > Oracle Server - Enterprise Edition
關鍵字
--------------------------------------------------------------------------------
ASM; AUXILIARY; COPY FILING; DATAFILES; DB_CREATE_FILE_DEST; FILES; FILESYSTEM; ORACLE DATABASE; ORACLE-MANAGED FILES
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/20674423/viewspace-721535/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- How to move ASM database files from one diskgroup to anotherASMDatabase
- How to copy a datafile from ASM to a file system not using RMANASM
- asm files,asm directories,asm templatesASM
- How to Move Tablespaces Across Platforms Using Transportable Tablespaces With RMAN [ID 371556.1]ROSPlatform
- How to Prepare Storage for ASM (Doc ID 452924.1)ASM
- How to copy files between sites using JavaScript REST in Office365 / SharePoint 2013JavaScriptREST
- rman copy asm datafile(rename asm datafile)ASM
- How to Convert a Single-Instance ASM to Cluster ASM [ID 452758.1]ASM
- How to Move or Copy a Tablespace to Another Database (61)Database
- How to re-create the ASMASM
- How to restore ASM based OCRRESTASM
- How to cleanup ASM installationASM
- How to free space from an ASM diskgroup? (Doc ID 1553744.1)ASM
- How to move ASM spfile to a different disk group [ID 1082943.1]ASM
- How To Search and Restore files from Site Collection Recycle BinREST
- How To Copy Any Text To Clipboard From Terminal In UbuntuUbuntu
- How To Change The Asm Rebalancing PowerASM
- [原創]How to send patch files by git send-mailGitAI
- Checkout conflict with files. How do I proceed?
- how BabyFile app transfer files with Windows PC though data cableAPPWindows
- How to Increase CSS Misscount in single instance ASM installations [ID 729878.1]CSSASM
- How to Quickly Create a Copy of a Table using Transact-SQLUISQL
- How to Check ASM Login for Oracle Goldengate (OGG) ? [ID 1311784.1]ASMOracleGo
- ASM 11g New Features - How ASM Disk Resync WorksASM
- Oracle ASM How many allocation units per fileOracleASM
- How to config (no)archivelog mode and manage archive log files by RMANHive
- How does ASM work with RAID where striping and mirroring are already built-in?ASMAIUI
- How many nodes can be had in an HP-UX/Solaris/AIX/Windows/Linux cluster?AIWindowsLinux
- Migration Of An Oracle Database Across OS Platforms [ID 733205.1]OracleDatabaseROSPlatform
- How to use ASMCA in silent mode to configure ASMASM
- How To Setup ASM (11.2) On An Active/Passive Cluster (Non-RAC). [ID 1296124.1]ASM
- 10g : Transportable Tablespaces Across Different Platforms [ID 243304.1]ROSPlatform
- 10g+: Transportable Tablespaces Across Different Platforms [ID 243304.1]ROSPlatform
- Tutor 9 How to crack Second Copy 97 version 5.31 build 96UI
- Oracle 12C Database File Mapping for Oracle ASM FilesOracleDatabaseAPPASM
- Copy of a Copy of a Copy
- How To Setup ASM (10.2 & 11.1) On An Active/Passive Cluster (Non-RAC). [ID 1319050.1]ASM
- How To Upgrade ASM from 10.2 to 11.1 (RAC)ASM