RMAN Error [message #133436] |
Fri, 19 August 2005 01:45 |
Cicerro
Messages: 1 Registered: August 2005 Location: TURKEY
|
Junior Member |
|
|
I can't backup oracle. When I connect RMAN to database then error occurred. I am new administrator. Please help me.
Thanks for your interest
---------------------------------------------------------------
Recovery Manager: Release 9.2.0.4.0 - 64bit Production
Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
RMAN>
connected to target database: ORAEGM (DBID=2250436007)
RMAN>
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-04004: error from recovery catalog database: ORA-01033: ORACLE initialization or shutdown in progress
RMAN>
using target database controlfile instead of recovery catalog
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of register command at 08/19/2005 09:04:05
RMAN-06002: command not allowed when not connected to a recovery catalog
RMAN>
Recovery Manager complete.
|
|
|
Re: RMAN Error [message #133500 is a reply to message #133436] |
Fri, 19 August 2005 06:56 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
Looks like someone is busy starting or shutting down your catalog database. Ask you DBA to check if it's up and running:
$ oerr ora 01033
01033, 00000, "ORACLE initialization or shutdown in progress"
// *Cause: An attempt was made to log on while Oracle is being started up
// or shutdown.
// *Action: Wait a few minutes. Then retry the operation.
Best regards.
Frank
|
|
|
Re: RMAN Error [message #133501 is a reply to message #133436] |
Fri, 19 August 2005 06:57 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
You must be using a recovery catalog to backup.
But trying to backup the the database , with NOCATALOG commands.
or
the database in which catalog is stored is not available.
Post your script.
Read documentation.
[Updated on: Fri, 19 August 2005 06:58] Report message to a moderator
|
|
|