| Ramesh Babu |
Posted: Jun 19, 2006 01:13:58 PM |
Total Post: 2
Joined: Jan, 2006
|
Hi
I want to test backup and restore using RMAN can some one give a sample scenario of taking backup and restoring of oracle database on Linux.
Thanks in Advance,
Ramesh.
|
|
|
Prakash |
| Posted: Dec 18, 2006 11:50:50 PM | |
|
Total Post: 112
Joined: Aug, 2006
|
check this link.
http://download-west.oracle.com/docs/cd/B14117_01/server.101/b10735/bkup.htm#1004940
|
|
|
|
|
karthik |
| Posted: Dec 21, 2006 01:48:37 AM | |
|
Total Post: 4
Joined: Dec, 2006
|
First step configure your Database in archive log mode
In command promt enter the command
>rman target/
your command promt will be changed as
rman>
Then
do the followin steps
rman>backup database
2>format '/backup/backup_u%.bak'
3>database filesperset=2;
This will backup your database in the path you specified.. in the format you specified
and do the Restoe operation and recover database operation for hte different scenarios
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |