|
Oracle Home |
|
Home > Oracle Database Administration (DBA) > Backup & Recovery > User Managed Backups |
|
Oracle Database 10g Administration (DBA): Backup and Recovery |
|---|
User Managed Backups |
|
1. User Managed Backup Overview
A user-managed backup is made by performing a physical copy of data files using the OS commands. These copies are moved to a separate location using OS commands. The user maintains a record of the backups. For the recovery operation we have to move back (or to the new location of the database) the files and perform the recovery.
The user-managed backups could be take at the following levels:
2. How could I take an online TABLESPACE level backup ?
NOTES:
SELECT t.NAME "Tablespace", f.NAME "Datafile" FROM V$TABLESPACE t, V$DATAFILE f WHERE t.TS# = f.TS# ORDER BY t.NAME;
4. How could I take an online FILE level backup ?
This is done with SQL> RECOVER TABLESPACE command. It is possible to perform a tablespace recovery while the rest of the database is online.
The prerequisites for a tablespace recovery are:
More information about this subject ( User Managed Backups ) you can get from www.in-oracle.com
|
|
Home > Oracle Database Administration (DBA) > Backup & Recovery > User Managed Backups |
|
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.