DateTime as DMP File Name [message #661236] |
Sat, 11 March 2017 13:30 |
|
billgates
Messages: 19 Registered: March 2017
|
Junior Member |
|
|
Hi
I am using a batch file to export my entire database for backup. The command line in batch file is as follows
EXP SYSTEM/mypassword FULL=Y FILE=backup.dmp
Here the file backup process creates names backup.dmp
I want the current date and time to be the name of the file instead of backup.dmp
e.g DDMONRRRR_HHMI 10MAR2017_1230
Is it possible? If yes what will be the code of batch file
|
|
|
|
|
|
|
|