Home » RDBMS Server » Backup & Recovery » BACKUP FAILS (Oracle 10.1.0.2)
BACKUP FAILS [message #339880] Sat, 09 August 2008 06:57 Go to next message
ankush_chawla
Messages: 136
Registered: November 2006
Senior Member
hello

rman backup fails with the error . All the data files are backed but before taking the backup of spfile and control file it gives the following error

channel ORA_DISK_1: starting piece 1 at 04-AUG-08
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 08/04/2008 16:59:06
RMAN-10038: database session for channel ORA_DISK_1 terminated unexpectedly

In the alert log file we can find following error at the same timestamp
ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [0x35ED02B] [] [] [] [].
ORA-00600: internal error code, arguments: [kghfrempty:ds], [0x9EA40048], [], [], [], [], [], []
ORA-00600: internal error code, arguments: [17114], [0x9EA40050], [], [], [], [], [], []
Metalink suggest to change this parameter for the above ORA errors.
ALTER SYSTEM SET event='10235 trace name context forever, level 513' SCOPE=SPFILE;
Does anybody has an idea about this parameter .
spfile seems to be fine , i have recreated the file many times but backup failed in the similar fashion

We cannot upgrade Oracle as the application doesn't support.
Kindly suggest

best Regards
ankush
Re: BACKUP FAILS [message #339889 is a reply to message #339880] Sat, 09 August 2008 07:57 Go to previous messageGo to next message
Mohammad Taj
Messages: 2412
Registered: September 2006
Location: Dubai, UAE
Senior Member

Error: ORA-00600

Clause: Oracle BUG

Solution: Apply Latest PATCHSET/PATCH/CPU

Source: http://metalink.oracle.com


Re: BACKUP FAILS [message #340031 is a reply to message #339889] Mon, 11 August 2008 02:07 Go to previous messageGo to next message
ankush_chawla
Messages: 136
Registered: November 2006
Senior Member
Hello

We cannot upgrade the database as application doesnt support it

What the meaning of below error i am not able to find any meaningful info in metalink. Can anybody help
ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [0x35ED02B] [] [] [] [].

regards
ankush
Re: BACKUP FAILS [message #340040 is a reply to message #340031] Mon, 11 August 2008 02:36 Go to previous messageGo to next message
Michel Cadot
Messages: 68653
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
ORA-00600/ORA-07445/ORA-03113 = Oracle bug => search on Metalink and/or call Oracle support


Regards
Michel
Re: BACKUP FAILS [message #340169 is a reply to message #339880] Mon, 11 August 2008 15:09 Go to previous message
alanm
Messages: 284
Registered: March 2005
Senior Member

hi,
something to try,

are the control files (I assume you have more than one) all the same size.

and maybe try command like this

RMAN> run{
backup spfile;
}

RMAN> run{
backup current controlfile;
}


and set what happens

regards

Alan

[Updated on: Mon, 11 August 2008 15:15]

Report message to a moderator

Previous Topic: recreating oracle from hard drive
Next Topic: How to recover package procedure from previous backup
Goto Forum:
  


Current Time: Sun May 19 19:00:32 CDT 2024