| Handy Backup Help: Configuring Oracle Backup |
-
Handy Backup English
Configuring Oracle Backup
The Oracle Backup plug-in allows you to back up data stored and used by Oracle database without stopping the service. Currently, Handy Backup allows you to back up the following data:
- All database tables
- Archive logs before and after backup
- SPFILE
- Controlfile
- Settings and preferences
- Passwords
To learn how to configure Oracle backup with Handy Backup, please read the instructions on this page and follow them carefully.
To learn about the very processes of backup and restoration of Oracle database, please refer to Backing up and Restoring Oracle Databases.
Configuring Hot Oracle Database Backup
In order to make hot Oracle backup, it is necessary to enable the ARCHIVELOG mode. If the database runs in the NOARCHIVELOG mode, then it will be stopped, backed up, and then started again.
To check the current active mode, use the following SQL query:
SQL> select log_mode from sys.v$database;
If the value of LOG_MODE is NOARCHIVELOG, then you need to change it through the following query:
SQL> alter database archivelog;
Note: To change the mode, your Oracle database instance must be mounted but not open. If it is open, you need to shutdown it, startup it with the mount option, enable the ARCHIVELOG mode, and then open the database for normal use:
SQL> shutdown immediate;
SQL> startup mount;
SQL> alter database archivelog;
SQL> alter database open;
Configuration of Remote and Local Oracle Backup
If you use Handy Backup Server, it is possible to back up Oracle databases running on a networked computer. To do it, follow these steps:
- Install Backup Network Workstation on the computer with Oracle database.
- Add the user account under which Backup Network Workstation will be launched to the ORA_DBA group.
Backups of local Oracle database can be created with any edition of Handy Backup that has the Oracle Backup plug-in available. The user account under which Handy Backup runs must have membership of the ORA_DBA group.
Adding Users to the ORA_DBA Group (Required for Oracle Backup)
To add a user to the ORA_DBA group, follow these steps:
- Make sure that you have Oracle installed on your PC.
- On the Windows Start menu, right click Computer, and then click Manage. The Computer Management dialog opens.
- In the left pane, expand System Tools, then expand Local Users and Groups, and then click Users.
- In the right pane, right-click the desired user account, and then click Properties. The User Properties dialog opens.
- Under the Member Of tab, click Add.
- In the bottom pane, select ORA_DBA, and then click OK.
- Click OK.
- Click OK.
To learn how to back up and restore Oracle databases, please refer to Backing up and Restoring Oracle Databases.
Installing Handy Backup Installing Handy Backup Server NEW! Installing Handy Backup Disaster Recovery Installing Handy Backup under Linux Updating Handy Backup from Earlier Versions Registration Plug-ins How to Backup (Articles)
File Backup - back up individual files and folders stored in local, LAN and FTP locations Email Messages Backup - back up e-mail box directly from your mail server Image Backup - perform complete hard disk image backup with all data and operating system Email MS Exchange Backup - back up and restore Microsoft Exchange Server stores Lotus Notes Backup - back up Lotus Notes without stopping the service ODBC Database Backup - protect your databases by regular backups
Backup to LAN, Local and External Drives - store your backups at any drives visible in Windows Explorer Backup to FTP - offsite backup to remote FTP server provides maximum reliability Backup to SFTP - transfer sensitive data to a remote server via secure SFTP protocol Backup to CD-R/CD-RW - burn your backups to optical disks with multi-drive spanning and verification options Backup to DVD/HD DVD/Blu-Ray - record important data to DVD disks using the integrated burning tool Handy Backup Online - store backups at Novosoft Online Backup Service instead of third-party providers
