When you debug scripts, it may be useful to change the default RMAN date timestamp parameter, which is:
Mon DD YYYY HH24:MI:SS
A date of June 30th 2010 at 1:10 p.m. displays as 06-30-2010 13:10:00.
Procedure
-
Right-click the Client and then click Properties.
-
On the Properties dialog box, click the Advanced button.
-
On the Additional Settings tab of the Advanced Properties dialog box click Add.
-
On the Add Additional Setting dialog box:
-
In the Name box, enter NLS_DATE_FORMAT.
-
In the Category box, select OracleAgent.
-
In the Type box, select String.
-
In the Value box, type the time format.
-
Click OK to close the Additional Settings dialog box.
-
-
Click OK to close the Advanced Properties dialog box.
Example
To set the time format so the day comes first, type DD-MM-YYYY HH24:MI:SS in the Value box.