RMAN without Catalog

Where RMAN keeps information of backups if you are using RMAN without Catalog?

Questions by shanthiavari

Showing Answers 1 - 25 of 25 Answers

dbasathi

  • Oct 14th, 2008
 

CATALOG vs NOCATALOG


the difference is only, who maintains the backup records like,
when is the last successful backup, incremental, differential,etc.,

In CATALOG mode, another database (TARGET database) stores all the information.
In NOCATALOG mode, controlfile of Target database is responsible.

Bond007

  • Aug 8th, 2011
 

RMAN keeps the backup information in control file if we using RMAN w/o catalog.

  Was this answer useful?  Yes

nasar khan

  • Nov 26th, 2013
 

in this case. all the information of back set will b in controlfile only. and all backup pieces will get stored in $ORACLE_HOME/dbs. if we didn't configured FRA.

  Was this answer useful?  Yes

sahir

  • Aug 29th, 2014
 

RMAN keeps backup information in the control file of the target database(the database which will be backed up)

  Was this answer useful?  Yes

pankaj kumar

  • Sep 3rd, 2014
 

In nocatalog, mode all information stored in reusable section of control file

  Was this answer useful?  Yes

Nisha Srivastava

  • Nov 10th, 2014
 

By Default RMAN Stores all the Backup information to
Target Database Control file.

  Was this answer useful?  Yes

subhash

  • Jul 13th, 2017
 

In Reusable Section of Control File

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions