Orabyte’s proven training courseware is designed to make even the most complex topics lot easier to understand.  
 
OraByte - Products list arrow eBusiness 11i DB Tune1
OraByte - Products list arrow eBusiness 11i AD Tools
OraByte - Products list arrow eBusiness 11i STATS
COLLECTON
OraByte - Products list arrow Params Affecting 10g
Upgrade
OraByte - Products list arrow Basic Linux Unix VI
Command
OraByte - Products list arrow eBusiness 11i DB
Architecture
OraByte - Products list arrow eBusiness 11i Cloning
OraByte - Products list arrow eBusiness 11i Shared
APPL_TOP
OraByte - Products list arrow eBusiness 11i APPL TOP Critical Files
OraByte - Products list arrow eBusiness 11i 10046 TRACING
OraByte - Products list arrow eBusiness Backup Recovery
OraByte - Products list arrow eBusiness 11i N Tier
OraByte - Products list arrow Basic FIND Command
OraByte - Products list arrow eBusiness 11i RMAN
OraByte - Products list arrow eBusiness 11i DataGuard Architecture
OraByte - Products list arrow eBusiness 11i Merge Share APPL TOP
OraByte - Products list arrow eBusiness 11i APPL TOP Files
OraByte - Products list arrow eBusiness 11i FND TABLES
OraByte - Products list arrow eBusiness 11i DB OH Critical Files
OraByte - Products list arrow ebusiness 11i Architecture
OraByte - Products list arrow eBusiness iAS TOP Critical Files
OraByte - Products list arrow Params Affecting 8i 9i Upgrade
OraByte - Products list arrow eBusiness 11i DB Tune2
OraByte - Products list arrow eBusiness 11i AutoConfig
OraByte - Products list arrow Params Affecting SQL
OraByte - Products list arrow Shahid Parwez Shared APPL TOP
OraByte - Products list arrow eBusiness OATM
 
eBusiness Backup Recovery
 
Closed Database Recovery Steps

Restore the damaged files from backup.

SQL> startup mount
SQL> recover database
SQL> alter database open
SURENDER
SARA
 
Offline Tablespace Recovery Steps

Restore the damaged files from the backup.

SQL> startup mount
SQL> alter datafile '/u01/oradata/users01.dbf' offline;
SQL> alter tablespace users offline;
SQL> recover tablespace users;
SQL> alter tablespace users online;
 
Offline Datafile Recovery Steps

Restore the damaged files from the backup.


SQL> Startup mount
SQL> alter datafile '/u01/oradata/users01.dbf' offline;
SQL> alter database open;
SQL> alter tablespace users offline;
SQL> recover datafile '/u01/oradata/users01.dbf';
SQL> alter tablespace users online;
 
Cancel-Based Recovery Steps

Restore the damaged files from the backup.

SQL> startup mount
SQL> recover database until cancel using backup controlfile ;
SQL> alter database open resetlogs
Perform a full backup of database.
 

 

 

 

 

 

 

 

 
Change-Based Recovery Steps

Restore the damaged files from the backup.

sql> startup mount
sql> recover database until change 2315 using backup controlfile
sql> alter database open resetlogs
 
Time-Based Recovery Steps

Restore the damaged files from the backup.

SQL> startup mount
SQL> recover database until time using backup controlfile ;
SQL> recover database until time '1999-01-01:12:00:00' using backup controlfile
SQL> alter database open resetlogs
Perform a full backup of the database
 
TIPS
System Tablespace Versus a Non-System Tablespace Recovery
-------------------------------------------------------------------------------------------

When a system data file is lost or damaged, the only way to recover
the database is by doing a closed database recovery using RECOVER
DATABASE command.


Checking for Files Needing Recovery
----------------------------------------------------------
select b.name, a.error from v$recover_file a, v$datafile b
where a.file# = b.file# ;
 
APPS DBA  l  ORACLE RAC  l  WHITE PAPER  l  BYTE ARMOR  l  BYTE WARE  l  SUPPORT  l  CONTACT US  l  SITEMAP  l  PRIVACY POLICY
Powered by: iBongo Inc