catalog [message #263077] |
Wed, 29 August 2007 00:45 |
anamika_025
Messages: 81 Registered: July 2007 Location: Indore
|
Member |
|
|
what is catalog? please explain..
thanks and regards,
Anamika
|
|
|
|
|
Re: catalog [message #263087 is a reply to message #263077] |
Wed, 29 August 2007 01:00 |
anamika_025
Messages: 81 Registered: July 2007 Location: Indore
|
Member |
|
|
thanks Michel and Arju.
1 more question.
what is the meaning of incremental level
meaning of levels..why the use of levels
|
|
|
|
Re: catalog [message #263099 is a reply to message #263077] |
Wed, 29 August 2007 01:21 |
NandKumar
Messages: 92 Registered: June 2007 Location: v$hyderabad
|
Member |
|
|
catalog is a database used for storing RMAN backup and recovery information. If you dont use catalog database, this info is stored in the control file of the database. It is recommended to use a catalog database.
|
|
|
Re: catalog [message #263100 is a reply to message #263077] |
Wed, 29 August 2007 01:26 |
anamika_025
Messages: 81 Registered: July 2007 Location: Indore
|
Member |
|
|
how to solve this problem..
RMAN> recover database;
Starting recover at 29-AUG-07
using channel ORA_DISK_1
starting media recovery
media recovery failed
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 08/29/2007 11:46:32
ORA-00283: recovery session canceled due to errors
RMAN-11003: failure during parse/execution of SQL statement: alter database reco
ver if needed
start
ORA-00283: recovery session canceled due to errors
ORA-01124: cannot recover data file 1 - file is in use or recovery
ORA-01110: data file 1: 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\RND\SYSTEM01.DBF'
|
|
|
|
Re: catalog [message #263109 is a reply to message #263077] |
Wed, 29 August 2007 01:49 |
anamika_025
Messages: 81 Registered: July 2007 Location: Indore
|
Member |
|
|
how to solve this problem...
E:\>rman catalog=rman/rman@rnd target=dev/dev@rnd
Recovery Manager: Release 10.2.0.1.0 - Production on Wed Aug 29 12:11:30 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
connected to target database: RND (DBID=1249640031)
connected to recovery catalog database
RMAN> register database;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of register command at 08/29/2007 12:12:00
RMAN-06428: recovery catalog is not installed
RMAN>
|
|
|
|
|
|
Re: catalog [message #263156 is a reply to message #263112] |
Wed, 29 August 2007 04:23 |
NandKumar
Messages: 92 Registered: June 2007 Location: v$hyderabad
|
Member |
|
|
Arju...
Quote: | Quote:
It is recommended to use a catalog database.
Where? Oracle recommend or you?
Oracle!!! obviously not unless you need a long long history of backup.
|
Follow this metalink document 452529.1 and you will find "WHERE/WHO" recommends...read the first line atleast
[Updated on: Wed, 29 August 2007 04:24] Report message to a moderator
|
|
|
|