Forum Discussion

mubarack_s's avatar
mubarack_s
Level 6
15 years ago

Normal backup taking using scripts

Hi All,

Is there any possiblity to take backup using script.We are using oracle backup type and using the scripts to take backup.Is there any possiblity to take appication backup using script.Which backup type is used to take scripts backup? now we are using statdard as backup type.

5 Replies

  • by "normal?"

    There are 2 ways to take a backup with Oracle :

    1.  Using RMAN to make a flat file dump of your database, then use a standard backup policy through NetBackup to back up the dump location as a flat file.  

    2.  Create a policy type of "Oracle" in NetBackup which will take a hot backup of your database using the RMAN script you created.

    Between those two, I'm not sure which one you would consider "normal."
  • we r using RMAN scripts to take oracle backup..Can we take normal backup using script?
  • If you set up an RMAN backup policy, you can easily call that from a script, we use this to check for archive logs and back them up from the OS via script.

  • You're not using RMAN script for Oracle backups ?