<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How to solve ORA-00600 error: ksedmp: internal or fatal error; internal error code, arguments: [12700]</title>
	<atom:link href="http://www.my-whiteboard.com/oracle-dba/how-to-solve-ora-00600-error-ksedmp-internal-or-fatal-error-internal-error-code-arguments-12700.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.my-whiteboard.com/oracle-dba/how-to-solve-ora-00600-error-ksedmp-internal-or-fatal-error-internal-error-code-arguments-12700.html</link>
	<description>Business in Information Technology &#38; Biotechnology</description>
	<pubDate>Wed, 20 Aug 2008 14:45:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Ranga</title>
		<link>http://www.my-whiteboard.com/oracle-dba/how-to-solve-ora-00600-error-ksedmp-internal-or-fatal-error-internal-error-code-arguments-12700.html#comment-192</link>
		<dc:creator>Ranga</dc:creator>
		<pubDate>Mon, 21 Jan 2008 14:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/uncategorized/how-to-solve-ora-00600-error-ksedmp-internal-or-fatal-error-internal-error-code-arguments-12700.html#comment-192</guid>
		<description>Superb approach!!!

It really saves my time &#38; life.

Thanks a lot</description>
		<content:encoded><![CDATA[<p>Superb approach!!!</p>
<p>It really saves my time &amp; life.</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oracle_job</title>
		<link>http://www.my-whiteboard.com/oracle-dba/how-to-solve-ora-00600-error-ksedmp-internal-or-fatal-error-internal-error-code-arguments-12700.html#comment-119</link>
		<dc:creator>oracle_job</dc:creator>
		<pubDate>Wed, 12 Sep 2007 15:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/uncategorized/how-to-solve-ora-00600-error-ksedmp-internal-or-fatal-error-internal-error-code-arguments-12700.html#comment-119</guid>
		<description>I just wanted to see if you have seen or faced similar issue upgrading from 9.2.0.6(9i) to  10.2.0.1(10gR2) database while running catupgrd.sql getting ORA-03114 related to XDB.  I have been doing research and have tar open with Oracle NO LUCK since last few weeks.  Wanted to see if you ran into this type of issue.  I have upgraded about 9 databases successfully with the same manual procedure without any problem.  The only deference is the dba_registry entry does not have any java or XML entry.

 

Here is some information –

 

DBA_REGISTRY(9.2.0.6)

 

COMP_ID                        SUBSTR(COMP_NAME,1,30)         VERSION                        STATUS

------------------------------ ------------------------------ ------------------------------ -------

CATALOG                        Oracle9i Catalog Views         9.2.0.6.0                      VALID

CATPROC                        Oracle9i Packages and Types    9.2.0.6.0                      VALID

JAVAVM                         JServer JAVA Virtual Machine   9.2.0.6.0                      VALID

CATJAVA                        Oracle9i Java Packages         9.2.0.6.0                      VALID

XML                            Oracle XDK for Java            9.2.0.8.0                      VALID

 

XML component version is 9.2.0.8 due to patch set 9.2.0.6.

 

DBA_REGISTRY(10.2.0.1 after failing catupgrd.sql)

 

COMP_ID                        SUBSTR(COMP_NAME,1,30)         VERSION

             STATUS

------------------------------ ------------------------------ ------------------

------------ -----------

CATALOG                        Oracle Database Catalog Views  10.2.0.1.0

             VALID

CATPROC                        Oracle Database Packages and T 10.2.0.1.0

             INVALID

JAVAVM                         JServer JAVA Virtual Machine   10.2.0.1.0

             VALID

CATJAVA                        Oracle Database Java Packages  10.2.0.1.0

             VALID

XML                            Oracle XDK                     10.2.0.1.0

             REMOVED

XDB                            Oracle XML Database

             LOADING

 

 

I have tried –

 

(1)   DROPPING XML from 9.2.0.6 and using cold backup of that for manual upgrade.  Got the same problem

(2)   DROPPING XDB from 10.2.0.1 and rerunning catupgrd.sql.  Got the same problem

(3)   DROPPING XDB and XML from 10.2.0.1 and rerunning catupgrd.sql.  Got the same problem

 

Any suggestion or thoughts?</description>
		<content:encoded><![CDATA[<p>I just wanted to see if you have seen or faced similar issue upgrading from 9.2.0.6(9i) to  10.2.0.1(10gR2) database while running catupgrd.sql getting ORA-03114 related to XDB.  I have been doing research and have tar open with Oracle NO LUCK since last few weeks.  Wanted to see if you ran into this type of issue.  I have upgraded about 9 databases successfully with the same manual procedure without any problem.  The only deference is the dba_registry entry does not have any java or XML entry.</p>
<p>Here is some information –</p>
<p>DBA_REGISTRY(9.2.0.6)</p>
<p>COMP_ID                        SUBSTR(COMP_NAME,1,30)         VERSION                        STATUS</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;-</p>
<p>CATALOG                        Oracle9i Catalog Views         9.2.0.6.0                      VALID</p>
<p>CATPROC                        Oracle9i Packages and Types    9.2.0.6.0                      VALID</p>
<p>JAVAVM                         JServer JAVA Virtual Machine   9.2.0.6.0                      VALID</p>
<p>CATJAVA                        Oracle9i Java Packages         9.2.0.6.0                      VALID</p>
<p>XML                            Oracle XDK for Java            9.2.0.8.0                      VALID</p>
<p>XML component version is 9.2.0.8 due to patch set 9.2.0.6.</p>
<p>DBA_REGISTRY(10.2.0.1 after failing catupgrd.sql)</p>
<p>COMP_ID                        SUBSTR(COMP_NAME,1,30)         VERSION</p>
<p>             STATUS</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8211;</p>
<p>CATALOG                        Oracle Database Catalog Views  10.2.0.1.0</p>
<p>             VALID</p>
<p>CATPROC                        Oracle Database Packages and T 10.2.0.1.0</p>
<p>             INVALID</p>
<p>JAVAVM                         JServer JAVA Virtual Machine   10.2.0.1.0</p>
<p>             VALID</p>
<p>CATJAVA                        Oracle Database Java Packages  10.2.0.1.0</p>
<p>             VALID</p>
<p>XML                            Oracle XDK                     10.2.0.1.0</p>
<p>             REMOVED</p>
<p>XDB                            Oracle XML Database</p>
<p>             LOADING</p>
<p>I have tried –</p>
<p>(1)   DROPPING XML from 9.2.0.6 and using cold backup of that for manual upgrade.  Got the same problem</p>
<p>(2)   DROPPING XDB from 10.2.0.1 and rerunning catupgrd.sql.  Got the same problem</p>
<p>(3)   DROPPING XDB and XML from 10.2.0.1 and rerunning catupgrd.sql.  Got the same problem</p>
<p>Any suggestion or thoughts?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
