Auto Backup of Oracle Database on Windows

From SmartHCM Wiki
Revision as of 09:21, 2 February 2017 by Mustafasajid (talk | contribs) (Created page with "'''Auto Backup of Oracle Database:''' <pre> We are using batch file system for scheduling database. First write your export string in a notepad and save that notepad file as...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Auto Backup of Oracle Database:

We are using batch file system for scheduling database. First write your export string in a notepad and save that notepad  file as  .bat  file.

EXAMPLE:

For example this  is our export string: 

EXPDP system/system@orcl schemas=smarthcm_allied directory=dump_dir logfile=smarthcm_allied.log dumpfile="smarthcm_allied_%date:/=_%_%time::=_%.DMP"  


="smarthcm_allied_%date:/=_%_%time::=_%.DMP"   is used  to have different name at every backup. By this timestamp method you can even schedule  multiple
backup at same day.

Database backup windows 1.png

Database backup windows 2.png

Database backup windows 3.png

Database backup windows 4.png

Database backup windows 5.png

Database backup windows 6.png

Database backup windows 7.png

Database backup windows 8.png

Database backup windows 9.png

Database backup windows 10.png