原始环境
实验
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '+SSDDG1/BAIPX/cf_baipx2%F';
create tablespace incremental datafile size 1g autoextend off;
col ksppinm for a50
col ksppstvl for a50
select ksppinm,ksppstvl from x$ksppi pi,x$ksppcv cv where cv.indx=pi.indx and pi.ksppinm like '\_%' escape '\' and pi.ksppinm like '%_controlfile_autobackup_delay%';
结果
结论:开启控制文件自动备份后,会自动生产一个autobackup目录存放控制文件,指定目录也会生成一个软连接指向autobackup目录。