DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Rman starting

  1. #1
    Join Date
    Dec 2000
    Posts
    255
    Hi All

    I am new to RMAN (recovery manager) , however I now want to take a backup of user schema (say scott).
    I have already created a user rman in my database and granted him RECOVERY_CATALOG_OWNER role.

    When I run command 'rman catalog rman/rman@trydb'
    it connects me to rman> (Message comes 'recovery catalog is not installed'). After that I said

    rman> create catalog tablespace 'NM_TSP';

    Here it fired an error that tablespace 'NM_TSP' does not exist. There fore I created a new tablespace called 'NM_TSP' and again gave the same command. Then it gave me the error
    'Name is already used by an existing object. What is the problem with create catalog here?
    Am I entering any wrong object. I have Oracle Documentation of RMAN but it doesn't tell much.
    Do I need to specify the target database as well in the 'rman' command at command prompt command.

    Amol


  2. #2
    Join Date
    Oct 2001
    Location
    Pelham, AL
    Posts
    40
    The RMAN documentation tells everything. Unfortunately, it tells it in the wrong order. The chapter on configuring RMAN is several chapters into it, well after the parts that are telling you how to use it.

    Skim through the whole document, then give it a try.

    You can start over by dropping the rman user and recreating it.

  3. #3
    Join Date
    Oct 2001
    Location
    Hornchurch, Essex UK
    Posts
    132

    RMAN Documentation

    Does anyone have a copy of the RMAN documentation.

    Thanks

    J

  4. #4
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Thanx
    Sam



    Life is a journey, not a destination!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width