How to set until time in the restore database
I want to restore March 5th' backup, attached is my backup log file
Here is my restore script, I used finished backup time in the restore which is at the end of backup. Could someone check if I use the right time in the set until time clause? Thanks.
RMAN> run {
ALLOCATE CHANNEL ch00 TYPE 'SBT_TAPE' parms 'ENV=(NB_ORA_CLIENT=pclcdb04,NB_ORA_POLICY=lc_or_pclcdb04_qdb_crsp_hot)';
ALLOCATE CHANNEL ch01 TYPE 'SBT_TAPE' parms 'ENV=(NB_ORA_CLIENT=pclcdb04,NB_ORA_POLICY=lc_or_pclcdb04_qdb_crsp_hot)';
ALLOCATE CHANNEL ch02 TYPE 'SBT_TAPE' parms 'ENV=(NB_ORA_CLIENT=pclcdb04,NB_ORA_POLICY=lc_or_pclcdb04_qdb_crsp_hot)';