Summary of rman catalog Configuration

Source: Internet
Author: User

Rman catalog configuration brief note Server Configuration:

[sql] SQL> create tablespace tbs_rman datafile 'H:\oradata\test\tbs_rman.dbf' size 20m autoextend on;     Tablespace created     SQL> create user rman identified by oracle default tablespace tbs_rman temporary tablespace temp;     User created     SQL> alter user rman quota unlimited on tbs_rman;     User altered     SQL> grant recovery_catalog_owner to rman;     Grant succeeded  

 

Client Configuration:
[sql] # tnsname.ora  rmandb =    (DESCRIPTION =      (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.128.1)(PORT = 1521))      (CONNECT_DATA =        (SERVER = DEDICATED)        (SERVICE_NAME = test)       )     )  

 

Client Login:
[sql] [oracle@rhel5 admin]$ rman target / catalog rman/oracle@rmandb    Recovery Manager: Release 10.2.0.1.0 - Production on Tue Aug 6 14:42:32 2013    Copyright (c) 1982, 2005, Oracle.  All rights reserved.    connected to target database: ORCL (DBID=1349938074)  connected to recovery catalog database    RMAN>   

 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.