Job Seekers   Employers
dbapool: Authors | Submissions | Contact Us
   Forgot password? | Sign up
  Home   Discussion Forum   Articles   Interview Questions   FAQs   Scripts   Rewards   Analyzer   White Papers   Blog   Certification   Downloads   Tools
 

Topic: Backup & Recovery >> Flash Recovery area

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: Flash Recovery area
 Tony  Posted: Mar 28, 2007 12:58:44 PM

 Total Post: 26
 Joined: Dec, 2006






 Hey There

I have a slight query regarding the recovery catalogue. The question is I created a recovery catalogue and also a user to own the recovery catalogue with the required privileges I then went ahead and created a database where this catalogue was to reside. I then registered the target database to be backed up. I then logged in to RMAN using the user I had created who owned the catalogue I then specified the target database ID (dbID) and I ran my backup script but it was not successful. An error message indicating that the user was not created.

What’s the procedure in using the recovery catalogue or is the error occurring because I created a catalogue database and the target database in the same server machine?

tonygys@yahoo.co.uk

 Vigyan
Posted: Mar 28, 2007 04:07:10 PM  

 Total Post: 386
 Joined: May, 2001






 
Hi Tony,

Read this article. It should help you to setup RMAN backup procedure.

http://www.dbapool.com/articles/090601.html

If you still have problems, let me know.

Thanks,
Vigyan


 setu
Posted: May 07, 2007 07:33:16 AM  

 Total Post: 9
 Joined: May, 2007






 
Hi! tony

Ensure that the recovery catalog and target databases do
not reside on the same disk. If they are on the same disk and you
lose one database, then you will probably lose the other.

the steps for creating a catalog are:

CONNECT SYS/oracle@catdb AS SYSDBA

CREATE USER rman IDENTIFIED BY cat
TEMPORARY TABLESPACE temp
DEFAULT TABLESPACE tools
QUOTA UNLIMITED ON tools;

SQL> GRANT RECOVERY_CATALOG_OWNER TO rman;
SQL> GRANT CONNECT, RESOURCE TO rman;

% rman CATALOG rman/cat@catdb

CREATE CATALOG;
Note that the creation of the catalog can take several minutes

then register your database

Thanks
Setu


 Time Zone: EDT

  




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 Khokhar857
  Mohammed Taj746
  positive fanatic483
  Jayanta Sur479
  Vigyan Kaushik386
  Gopu Gopi335
  Gitesh Trivedi322
  Vinoth Kumar264
  neeraj sharma258
  Ramesh Jois246






oracle Mag



  About Us Advertise Terms of Use Privacy Newsletters Contact Us    

Home   Discussion Forum   FAQs  Articles  Jobs   Newsletters  Directory  Downloads 

Our Premium Sponsor
Confio Software