728x90
 
list backup of controlfile;
report schema;
 
startup nomount pfile='/oracle/base/product/19/dbs/initorcl.ora';
 
run {
restore controlfile from '/RMAN/backup/control_57_1_1099921136';
startup mount;
restore database;
recover database;
alter database open resetlogs;
}
 
728x90

'ORACLE' 카테고리의 다른 글

[ORACLE] ROLE  (0) 2022.06.30
[ORACLE] RMAN-06054  (0) 2022.06.30
[ORACLE] INS-08101  (0) 2022.06.29
[ORACLE] RAC AIX 19.9 이상 권고 사항  (1) 2022.06.29
[ORACLE] Single DB 설치 전 환경 조성  (0) 2022.06.29

+ Recent posts