Wednesday, June 14, 2017

RMAN Reset a parameter

In order to reset the parameter user keyword clear


CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE';


RMAN> CONFIGURE DEFAULT DEVICE TYPE clear;

old RMAN configuration parameters:
CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE';
RMAN configuration parameters are successfully reset to default value

RMAN> 


New value is 

CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default

No comments: