Explain how to create a RMAN recovery catalog

          

Explain how to create a RMAN recovery catalog


Oracle database backup and recovery - Explain how to create a RMAN recovery catalog posted by Babu Kunwar
<<Previous   Next>>

Explain how to create a RMAN recovery catalog

Creating RMAN account:
SQL> create tablespace rman datafile '+data1' 2 size 125m auto extend on next 50m maxsize 500m;
We will get am message that tablespace created.
SQL> grant recovery_catalog_owner to rman identified by rman;
Grant succeeded.
SQL> alter user rman default tablespace rman 2 quota unlimited on rman;
User altered.
Now the RMAN recovery catalog has been created and we can log on and use it.



Write your comment - Share Knowledge and Experience


<<Previous   Next >> 
More links
PL/SQL

Define PL/SQL. Explain its purpose
Advantages of PL/SQL
Main Features of PL/SQL
PL/SQL Architecture
Basic Structure of PL/SQL
Variables and Types.............

Interview questions
Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring