Topic: Backup & Recovery >> User managed hot backup
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| Title: User managed hot backup |
| |
Posted: Feb 22, 2008 12:10:49 AM |
Total Post: 46
Joined: Sep, 2007
|
Hi all,
while i m taking the user managed hot backup ,i write the sysntax
SQL>ALTER TABLESPACE X BEGIN BACKUP
SQL>HOST COPY c:\...dbf d:\...dbf
SQL>ALTER TABLESPACE X END BACKUP
but my question is that, what is the actual meaning of the
1. ALTER TABLESPACE X BEGIN BACKUP?
2. ALTER TABLESPACE X END BACKUP?
plz tell me as soon as possible. |
|
|
MOH_DBA |
| Posted: Feb 22, 2008 03:28:25 PM | |
|
Total Post: 155
Joined: Nov, 2007
|
BEGIN BACKUP
Specify BEGIN BACKUP to indicate that an open backup is to be performed on the datafiles that make up this tablespace. This clause does not prevent users from accessing the tablespace. You must use this clause before beginning an open backup.
Restrictions on Beginning Tablespace Backup
Beginning tablespace backup is subject to the following restrictions:
You cannot specify this clause for a read-only tablespace or for a temporary locally managed tablespace.
While the backup is in progress, you cannot take the tablespace offline normally, shut down the instance, or begin another backup of the tablespace.
END BACKUP
Specify END BACKUP to indicate that an online backup of the tablespace is complete. Use this clause as soon as possible after completing an online backup. Otherwise, if an instance failure or SHUTDOWN ABORT occurs, then Oracle Database assumes that media recovery (possibly requiring archived redo log) is necessary at the next instance startup.
Restriction on Ending Tablespace Backup
You cannot use this clause on a read-only tablespace
and if you are using oracle 10g on windows use OCOPY utility of oracle rather than the COPY UTILITY of windows
SQL>HOST OCOPY c:\...dbf d:\...dbf
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 857 |
| Mohammed Taj | 746 |
| positive fanatic | 483 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| Gopu Gopi | 333 |
| Gitesh Trivedi | 322 |
| Vinoth Kumar | 264 |
| neeraj sharma | 258 |
| Ramesh Jois | 246 |
|
|