Skip to Main Content

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question.

Asked: March 07, 2016 - 11:45 am UTC

Last updated: November 26, 2018 - 10:11 am UTC

Version: 11g2

Viewed 1000+ times

You Asked

I search incident error suddenly and my database immediate down and show error message client connect could not hand-off.
And I see alter log file and search on internet also but i can't able to find information for first argument mention in the ora 7445 and ora 600.
How to resolve following error?

Incident Id Problem key
----------------------------------------------
227257 ORA 7445 [kkxcrc()+793]
226167 ORA 7445 [kkxcrc()+793]
227399 ORA 7445 [kkxcrc()+793]
227161 ORA 7445 [kkxcrc()+793]
227570 ORA 7445 [kkxcrc()+793]
225391 ORA 7445 [psdghi()+3040]
225112 ORA 7445 [psdghi()+3040]
225424 ORA 7445 [pfrinstr_MOVNU()+33]
234789 ORA 7445 [kkxcrc()+793]
233229 ORA 7445 [opiomc()+107]
233197 ORA 600 [kghfrempty:ds]
233198 ORA 600 [kghGetHpSz1]
233717 ORA 7445 [kpuhhmrk()+51]
233199 ORA 600 [600]
233718 ORA 600 [kghrcdepth:ds]
233200 ORA 7445 [_intel_new_memset()+3524]
234285 ORA 7445 [PC:0x0]
234286 ORA 600 [kglMutexHeld]
233869 ORA 7445 [opiomc()+107]
257534 ORA 7445 [opiomc()+107]
265414 ORA 600 [kghrst:ds]
265415 ORA 600 [kghrcdepth:ds]
265416 ORA 600 [kghfrh:ds]
265417 ORA 600 [kghrst:ds]
265418 ORA 600 [kghfrh:ds]
266278 ORA 600 [kghrst:ds]
266279 ORA 600 [kghfrh:ds]
266280 ORA 600 [kghrst:ds]
266281 ORA 600 [kghfrh:ds]
266282 ORA 600 [kghrst:ds]

and Connor said...

Anything with ora-7445, or ora-600 is basically a program crash inside our kernel. You use adrci to package up all the files and you log a call with Support.

eg here

http://oradbastuff.blogspot.com.au/2014/01/how-to-create-adcri-package-for-oracle.html

Rating

  (3 ratings)

Is this answer out of date? If it is, please let us know via a Comment

Comments

A reader, September 16, 2016 - 6:20 am UTC

what is "ORA 600 [qergrRowP.bfl]" error found in alert log.
I does not have a oracle support account.
so I goes to internet but i could not found regarding qergrRowP.bfl error.
Connor McDonald
September 17, 2016 - 2:21 am UTC

Well...perhaps you should have a support contract :-)

Then you could download the most recent patchset for your version, where this problem is fixed.

A reader, June 09, 2017 - 4:19 pm UTC

what is the argument of ora-0600 like
ORA-00600: internal error code, arguments: [25027], [9], [1], [], [], [], [], [], [], [], [], [].

where i can see ora-00600 error with all parameter.
Means what is 25027 , 9, 1 and also empty square brackets .
Connor McDonald
June 11, 2017 - 6:59 am UTC

Go to MOS, there is an ora-600 lookup utility.

Check MOS note 1082674.1

A reader, November 18, 2018 - 11:23 am UTC

i have this error also and i dont have oracle support

ORA-00600: internal error code, arguments: [kghrst:ds], [0xE07DC00]

any one can help
Connor McDonald
November 26, 2018 - 10:11 am UTC

"rst" probably equates to "restore".

So if you were restoring/recovering you might have encountered a bug in this area, for example:

"Bug 21923026 Corruption during Recovery after upgrading to 12c for Compressed Tables"

But if you don't have support, I'm not sure how you're planning on patching or getting a bug fix.

More to Explore

PL/SQL demos

Check out more PL/SQL tutorials on our LiveSQL tool.

PL/SQL docs

PL/SQL reference manual from the Oracle documentation library