Question: Can DD, TAR or other OS tools be used to back up a database on storage managed by ASM?
Answer: DD, Tar and other OS tools are not supported with ASM. The answer is use Rman with ASM. Matrix for Supported backup or clongin Options:
-----------------------X | DD | No | -----------------------| | Atomic Snaps | Yes | -----------------------| | TAR | No | -----------------------| | RMAN | YES! | -----------------------X
Automic snaps are split mirror technologies which support atomis splits across several LUN as a consistant point in time copy. Products like TimeFinder or MirrorView. Database must be placed in HOT BACKUP mode for this type of backup for the duration of the split. This is because the split can not capture a block-consistent view of all datafiles while the database is open for write. The split is typically a few seconds so the performance impact is minimal.
'Oracle Database' 카테고리의 다른 글
PQ 수행작업 trace 걸기 (0) | 2014.11.20 |
---|---|
ORACLE 과거 통계정보 restore 하기. (0) | 2014.11.06 |
Oracle 11g의 새로운 diag tool, The SQL Test Case Builder (0) | 2013.11.14 |
Oracle 11g로 upgrade 해야 하는 이유.. (0) | 2012.05.26 |
Oracle Multitable inserts - INSERT ALL & INSERT FIRST (0) | 2011.10.21 |