$ ORACLE_SID=DB11G; export ORACLE_SID
# No target or catalog. Metadata comes from backups. Need BACKUP LOCATION in DUPLICATE command.
$ rman AUXILIARY /
# Target, but no catalog. Metadata comes from target database controlfile.
$ rman TARGET sys/password@DB11G-SOURCE AUXILIARY /
# Catalog, but no target. Metadata comes from the RMAN catalog.
$ rman CATALOG rman/password@rman-catalog AUXILIARY /
# Target and catalog. Metadata can come from the target controlfile or the catalog.
$ rman TARGET sys/password@DB11G-SOURCE CATALOG rman/password@rman-catalog AUXILIARY /
'RDB > Oracle' 카테고리의 다른 글
oracle 19c 설치 (0) | 2020.12.09 |
---|---|
oracle was와 db 커넥션 테스트 (0) | 2020.11.20 |
oracle silent install (0) | 2020.07.22 |
oracle 데이터 이관후 정합성 체크 (0) | 2020.07.22 |
Oracle flashback query (0) | 2020.07.08 |