返回列表 上一主題 發帖

[分享] 使用RMAN備份資料庫

[分享] 使用RMAN備份資料庫

# su – oracle
$ rman target /
run {
configure controlfile autobackup on;
configure device type disk parallelism 2;
configure channel 1 device type disk connect='sys/manager@orcl';
configure channel 2 device type disk connect='sys/manager@orcl';
backup database plus archivelog;   }

        靜思自在 : 天上最美是星星,人生最美是溫情。
返回列表 上一主題