Set Date Format in RMAN

 Normally in RMAN the date is show in format DD-MON-YY . we may require output to be more precise in format DD-MON-YY HH24:MI. 

 

We cannot user sql "alter session set NLS_DATE_FORMAT"  . Instead we can use below command to extract output in desired output . 

$ rman target / 

RMAN>  host 'export NLS_DATE_FORMAT="DD-MON-YYYY HH24:MI:SS"; $ORACLE_HOME/bin/rman target / catalog ****';

 RMAN > list backup summary ;

 

Comments

Popular posts from this blog

Cold Backup Cloning of Database .

Find ALert log Location

FRA Usage and Administration