Home » RDBMS Server » Backup & Recovery » how can i implement RMAN
how can i implement RMAN [message #123317] Sat, 11 June 2005 15:45 Go to next message
mostafa71
Messages: 18
Registered: May 2005
Junior Member

hi sirs,
this is the firest time to me to implement RMAN backup on oracle9i with windows2000 My question is

-how can i implement this step by step?
-how can i create catalog database?
-how can i take this backup direct to the tape?
-which parameter can i set related to RMAN?

thanks,
mostafa
Re: how can i implement RMAN [message #123329 is a reply to message #123317] Sun, 12 June 2005 01:38 Go to previous messageGo to next message
girish.rohini
Messages: 744
Registered: April 2005
Location: Delhi (India)
Senior Member
HI

Pls refer this URL:

It tells u a lot about RMAN..

http://www.orafaq.com/faqdbabr.htm

As for the process of creating catalog and rman scripting, its same both on windows & unix.

Regds
Girish

Re: how can i implement RMAN [message #123433 is a reply to message #123329] Mon, 13 June 2005 08:13 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
I fear, you have to read some documents and understand what is happening. Please understand, it is your backup of your database.

http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96566/toc.htm
Re: how can i implement RMAN [message #124315 is a reply to message #123317] Fri, 17 June 2005 08:59 Go to previous messageGo to next message
marks20101
Messages: 74
Registered: May 2005
Member
Check this out:
http://www.oracle-base.com/articles/9i/RecoveryManager(RMAN)9i.php

You may have to cut and paste the whole link into your broswer....

Mark.........
Re: how can i implement RMAN [message #125427 is a reply to message #124315] Fri, 24 June 2005 23:23 Go to previous messageGo to next message
sunil_v_mishra
Messages: 506
Registered: March 2005
Senior Member
thanks for sending RMAN link of oracle documentation

sunil
Re: how can i implement RMAN [message #125863 is a reply to message #123317] Wed, 29 June 2005 09:59 Go to previous message
ponnambalam
Messages: 1
Registered: June 2005
Location: chennai
Junior Member

hi sir,
first u connect the target database
in the command prompt
c:> set oracle_sid='database name'
c:>rman target/
rman>show all
list the configurations
change the configuration settings
rman>backup database
backup the database in the location specified in the configuration settings


create catalog database first of all u need to create a tablespace to store the details of base tables

i,create tablespace

ii,create user to access the recovery catalog

iii,grant recovery_catalog_owner privilege to user

iv,create catalog

v,now the catalog is created

vii, connect to the target database

vi,we need to register our target database in catalog

now we can perform backup operations in another system who
connect to the recovery catalog and target database.


Previous Topic: from NOARCHIVELOG to ARCHIVELOG
Next Topic: ORA-04030 error while taking backup using RMAN
Goto Forum:
  


Current Time: Thu Mar 28 06:08:14 CDT 2024