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

Thread: RMAN DB Connect

  1. #1
    Join Date
    Feb 2003
    Location
    Tehran/Iran
    Posts
    94

    RMAN DB Connect

    Hi all,
    I'm trying to make a backup from a database called DBT1 and rman has been configured in own database called RCAT. What I try to do is making backup of the DBT1 database.
    I am connecting to the database RCAT and trying to make backup from the DBT1 backup:
    rman target / catalog rman/rman@rcat

    has created a script to make backup level-0.
    The database backuped up is RCAT database. How can make backup from the DBT1 database. Has something to with registration of database or the connecting string I use.

    Regards
    Hamhey

  2. #2
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    Instead of using

    rman target / catalog rman/rman@rcat

    use

    rman target sys/password@DB1 catalog rman/rman@rcat.

    Read the answers to earlier thread posted.
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  3. #3
    Join Date
    Feb 2000
    Location
    Singapore
    Posts
    1,758
    or..
    Code:
    set oracle_sid DBT1
    rman target / catalog rman/rman@rcat
    Sanjay G.
    Oracle Certified Professional 8i, 9i.

    "The degree of normality in a database is inversely proportional to that of its DBA"

  4. #4
    Join Date
    Feb 2003
    Location
    Tehran/Iran
    Posts
    94
    Thanks,

    //Hamhey

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