Thứ Tư, 1 tháng 4, 2026

Chuyển spfile, control file từ local sang vùng ASM của RAC

1.VẤN ĐỀ
DR: chuyển control file từ local vào vùng ASM +DATA_cust và chuyển spfile vào vùng ASM: 
SQL> show parameter pfile; 
control_files string /backupdb/control01.ctl, 
SQL> show parameter control;
/backupdb/control02.ctl, /u01/app/oracle/product/11.2.0/dbhome_1/dbs/; 

spfile string /u01/app/oracle/product/11.2.0 /dbhome_1/dbs/spfilecust1.ora 

Làm tương tự DC: 
SQL> show parameter control; 
control_file_record_keep_time integer 7 control_files string +DATA_cust/custcloud/controlfi le/control01.ctl, +RECO_cust/g oldcloud/controlfile/control02 .ctl 

SQL> show parameter pfile; 
spfile string +DATA_cust/custcloud/parameter file/spfile.256.1216093421

ĐỌC NHIỀU

Trần Văn Bình - Oracle Database Master