Oracle database backup and recovery

          

Oracle database backup and recovery


<<Previous   Next>>
Oracle database backup and recovery - June 17, 2010 at 12:30 PM by Babu Kunwar
Why and when should I backup my database?

Backup is generally needed for safety reason. For example if something may go wrong in the live database which is running. Then immediately we can restore the backup and server the purpose. We can take back up as per our wish...................
Read Answer

What strategies are available for backing-up an Oracle database?

The backup strategies that are provided by Oracle are as follows:...................
Read Answer

Difference between online and offline backups.

Online backup is one which is taken at the time the database is running in the ARCHIVELOG mode....................
Read Answer

Difference between restoring and recovering

Restoring a database is copying the physical files from a backup medium (disk or tape) to the appropriate file locations for database operation Recovery...............
Read Answer

Explain how to backup a database using the export utility

The logical backup in Oracle database is done by Export utility. Oracle’s Export utility queries the database, including the data dictionary, and writes the output to a binary file called an export dump file. The backup through export utility can be done in four phase..................
Read Answer

Explain how to put a database into ARCHIVELOG mode

To make use of the ARCHIVELOG capability, the database must first be placed in ARCHIVELOG mode. The following listing shows the steps needed to place a database in ARCHIVELOG mode.................
Read Answer

Explain how to do off-line database backups

Consistent offline backups occur when the database has been shut down normally using the normal, immediate, or transactional option of the shutdown command....................
Read Answer

Explain how to do on-line database backups

Online backup can be done while the database is open. The only condition needs to be satisfied is it must be in ARCHIVED mode. Implementing Online Backups:...................
Read Answer

What is RMAN and how does one use it?

RMAN in Oracle stands for Oracle Recovery Manager. RMAN takes backup and recovery to a new level of protection and ease of use. We can use RMAN with command line mode and with OEM web interface..................
Read Answer

Explain how to backup and restore a database using RMAN

RMAN provides two modes of full database backup. Full database backup can be done as:...............
Read Answer

Explain how to backup and restore archived log files

We can archive logs using RMAN. RMAN provides option that once the backup is completed, we have the option to leave the logs in place..................
Read Answer

Explain how to create a RMAN recovery catalog

Creating RMAN account:
SQL> create tablespace rman datafile '+data1' 2 size 125m auto extend on next 50m maxsize 500m;.................
Read Answer

Explain how to integrate RMAN with third-party Media Managers

Recovery Manager is the single tool for guaranteed, efficient, manageable Oracle database backup and recovery. RMAN integrates with leading 3rd party backup vendors for backup to tape, via the System Backup to Tape API................
Read Answer

Explain how to clone/duplicate a database with RMAN

In order to clone/duplicate a database with RMAN follows the steps below:.................
Read Answer

<<Previous   Next>>
What are different types of backup? (Hot, Cold, logical, Physical) Explain in detail.

Cold Backup
In this type of backup, after the database is shut down, DBA exits the SVRMGR utility and copies the log files, data files and control files onto a backup media.Once the backup has been completed the DBA can restart the database...................

Explain how to prevent tablespace fragmentation in oracle.

Tablespace fragmentation can be prevented by using PCTINCREASE command. PCTINCREASE is the percentage a new subsequent extent will grow...............

Oracle database tuning

Automatic Performance Diagnostic and Tuning Features, Automatic Shared Memory Management - Automatic Shared Memory Management puts Oracle in control of allocating memory within the SGA...........



Write your comment - Share Knowledge and Experience


 

 
Interview questions
Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring