RMAN USAGE

来源:互联网 发布:数据挖掘属于什么专业 编辑:程序博客网 时间:2024/06/03 01:51

The following command configures RMAN to write disk backups to the /tmp directory:

 

RMAN> CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/tmp/%U';

 

 

To undo the configuration of a default disk location for backups, use the following CONFIGURE command to clear the setting:

 

RMAN> CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT CLEAR;

原创粉丝点击