|
Oracle Home |
|
Home > Oracle Database Administration (DBA) > Backup & Recovery > RMAN Incomplete Recovery (in NOARCHIVELOG mode) |
|
Oracle Database 10g Administration (DBA): Backup and Recovery |
|---|
RMAN Incomplete Recovery (in NOARCHIVELOG mode) |
|
RMAN Incomplete Recovery Overview
An Incomplete Recovery is a Recovery which is done without restoring the database up to the failure time. A typical case incomplete recovery is when the database is not in ARCHIVELOG. In this article I will show how a backup could be taken for a database in NOARCHIVELOG mode and how a database could be restored in case of failure.
Take a Full Backup with RMAN (database in NOARCHIVELOG)
Because the database is in NOARCHIVELOG mode, there is no need to take the archive log files and the log files in backup. To take a backup with RMAN for a database in NOARCHIVELOG, the instance must be in MOUNT state. However, if the database is OPEN state, the instance could be put in mount state for the backup, and after that the database will be opened. Here is the script (RMAN_NOARCHIVELOG_backup.sh) we can use to take an backup for a database in NOARCHIVELOG mode:
When the RMAN_NOARCHIVELOG_backup.sh script will run, it will generate the following log information:
|
|
Home > Oracle Database Administration (DBA) > Backup & Recovery > RMAN Incomplete Recovery (in NOARCHIVELOG mode) |
|
Different Romanian Links/ Linkuri romanesti diferite |
Disclaimer: The views expressed on this web site are my own and do not reflect the views of Oracle Corporation. You may use the information from this site only at your risk. Copyright (c) 2009-2011 Paul Catalin Tomoiu. All rights reserved.