Home » Fusion Middleware & Colab Suite » Weblogic & Application Server » java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], []
java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [] [message #76449] |
Thu, 11 July 2002 01:57 |
Somil Dixit
Messages: 1 Registered: July 2002
|
Junior Member |
|
|
We are trying to deploy a application with Oracle 9i Application Server on Solaris.
While trying to connect to DB it gives the error
java.sql.SQLException: ORA-00600: internal error code, arguments: [[ttcgcshnd-1]], [[0]], [[]], [[]], [[]], [[]], [[]], [[]]
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.sql.SQLException.<init>(SQLException.java:43)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:169)
at oracle.jdbc.ttc7.TTIoer.processError(Compiled Code)
at oracle.jdbc.ttc7.Oall7.receive(Compiled Code)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(Compiled Code)
at oracle.jdbc.ttc7.TTC7Protocol.fetch(TTC7Protocol.java:889)
at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:1826)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2015)
at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:571)
at webarch.localdb.OradbAccess.executeQuery(Compiled Code)
at webarch.EXT_ERRMSG.getResultSet(Compiled Code)
at webarch.EXT_ERRMSG.Show_Msg(EXT_ERRMSG.java:25)
at guitypes.MCAppDataMngr.callService(Compiled Code)
at Gui_assetmgmt.w_OfficeMenu.defaultsearch(w_OfficeMenu.java:2051)
at Gui_assetmgmt.w_OfficeMenu.ProcessButtonClick(w_OfficeMenu.java:560)
at guitypes.gu_multiud.ProcessButtonClick(gu_multiud.java:87)
at guitypes.gu_cbutton.actionPerformed(gu_cbutton.java:95)
at comnServlet.doGet(Compiled Code)
at comnServlet.doPost(comnServlet.java:489)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:211)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
at com.evermind.server.http.ServletRequestDispatcher.invoke(Compiled Code)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Compiled Code)
at com.evermind.server.http.HttpRequestHandler.processRequest(Compiled Code)
at com.evermind.server.http.HttpRequestHandler.run(Compiled Code)
at com.evermind.util.ThreadPoolThread.run(Compiled Code)
The database (Oracle 9i) is on the same server.
There is no previous installation of oracle on the server.
The solution given on the net is to apply the patch for jdbc thin driver 1725012. after applying the patch same error occurs.
We tried to include classes12.zip and classes111.zip in classpath but got the same error.
We also tried to rename the classes12.zip and classes111.zip from the database login as well as the Oracle 9iAS login but application fails at the same place. Is there a possibility that mentioned files are picked from some other place. Or do any other files serve the same purpose? May be these files have to be replaced.
The same application runs perfectly on NT with Oracle 9iAS.
Thanks and regards,
Somil.
|
|
|
|
|
Re: java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [] [message #76846 is a reply to message #76449] |
Mon, 15 December 2003 17:49 |
blue eyes
Messages: 1 Registered: December 2003
|
Junior Member |
|
|
I have the same Exception. when I connect, insert it's OK. But I query data from table it thrown java.sql.SQLException: ORA-00600: internal error code, arguments: [[ttcgcshnd-1]], [[0]], [[]], [[]], [[]], [[]], [[]], [[]].
Any help ?
|
|
|
|
|
|
|
|
|
|
|
|
Re: java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [] [message #77006 is a reply to message #76449] |
Wed, 02 June 2004 21:03 |
Sunil
Messages: 132 Registered: September 1999
|
Senior Member |
|
|
Hello all,
iam getting java.sql.SQLEXception:ORA-00600:internal error code,arguments,[[ttcgchnd-1]],[[0]],[[]],[[]],[[]],[[]],[[]] pls any one can give me the solution of
the above problem
|
|
|
|
|
|
|
|
|
|
|
|
Re: java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd [message #77184 is a reply to message #76962] |
Fri, 29 October 2004 05:32 |
Ashish Khandelwal
Messages: 1 Registered: October 2004
|
Junior Member |
|
|
I have oracle8i client installed
and i am using tomcat web server
and eclipse for IDE
i m still getting this exception
even after i have set the export order
of classes12.zip as first
I m able to connect using oracle.jdbc.driver.OracleDriver driver
i m able to update values
i m able insert values
i m able to select numeric values
and i not ABLE TO SELECT VARCHAR values
this seems really crazy...
any help will really be appriciated
regards
Ashish
|
|
|
Re: java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd [message #77186 is a reply to message #77181] |
Sun, 31 October 2004 18:35 |
Prabhakaran Subramanian
Messages: 1 Registered: October 2004
|
Junior Member |
|
|
Here i connect from java to oracle 9i database, the connection gives failure with the error message of Re: java.sql.SQLException: ORA-00600: internal error code, arguments: [[ttcgcshnd-1]], [[0]], [[]], [[]], [[]], [[]], [[]], [[]]
When i remove the classes12.zip in the classpath and i put ojdbc14.jar, now the database is connected, without showing error.
Thanks and Regards,
Prabhakaran Subramanian.
|
|
|
|
|
|
Re: java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd [message #77289 is a reply to message #77243] |
Sun, 13 February 2005 21:32 |
Jayaseelan
Messages: 1 Registered: February 2005
|
Junior Member |
|
|
Here I'm sending some description of the problem.Need to pay little patience.
>I am running on WebLogic server 7.0 which is installed on my machine.
>I am connecting to Oracle Database, through client Oracle9i-client. The Database itself is a 9i one.
>I've been success, while connecting to Database in the same procedure for ordinary java programs(not the web components).
>My Oracle version is 9.2.0.5.0
If you can find a free time just let me know the possible solution. I am sending the Jsp also.
Here is WebLogic Classpath setting
CLASSPATH=D:beajdk131_03libtools.jar;D:beaweblogic700serverlibweblogic_
sp.jar;D:oracleora90jdbclibclasses12.jar;D:beaweblogic700serverlibwebl
ogic.jar;
|
|
|
|
Re: java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [] [message #118643 is a reply to message #76449] |
Fri, 06 May 2005 12:34 |
shri_mujumdar
Messages: 1 Registered: May 2005
|
Junior Member |
|
|
I am getting this exception when i am trying to connct to oracle9i through the Servlet on weblogic 6.1(trial version), wheather trial version be making any difference?
java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd-1],
[0], [], [], [], [], [], []
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1405)
at oracle.jdbc.ttc7.TTC7Protocol.fetch(TTC7Protocol.java:889)
at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.jav
a:1681)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStateme
nt.java:1870)
at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:
538)
at JdbcDemo.<init>(JdbcDemo.java:20)
at AbcServlet.doGet(AbcServlet.java:39)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:265)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:200)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
rvletContext.java:2495)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2204)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
Help required
|
|
|
Re: java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd [message #122689 is a reply to message #77117] |
Wed, 08 June 2005 00:36 |
dalfans
Messages: 1 Registered: June 2005 Location: Jakarta
|
Junior Member |
|
|
i have a problem, and i need your help right now ....
java.sql.SQLException: ORA-00600: internal error code, arguments: [kcbgtcr_12],
[1], [], [], [], [], [], []
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:2321)
at oracle.jdbc.oci8.OCIDBAccess.executeFetch(OCIDBAccess.java:1741)
at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(OCIDBAccess.java:1902)
at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.ja
va:2047)
at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.jav
a:1940)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStateme
nt.java:2709)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePrepar
edStatement.java:589)
at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStat
ement.java:656)
at com.siemens.mitc.perfreport.AggregateAndClassify.run(AggregateAndClas
sify.java:63)
at com.siemens.mitc.perfreport.INCallTSImport4.runIN(INCallTSImport4.jav
a:198)
at com.siemens.mitc.perfreport.misc.gui.MainMenu.runINData(MainMenu.java
:2307)
at com.siemens.mitc.perfreport.misc.gui.MainMenu.jButton_ImportActionPer
formed(MainMenu.java:2245)
at com.siemens.mitc.perfreport.misc.gui.MainMenu.access$2000(MainMenu.ja
va:50)
at com.siemens.mitc.perfreport.misc.gui.MainMenu$20.actionPerformed(Main
Menu.java:554)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:18
49)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.jav
a:2169)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258
)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL
istener.java:234)
at java.awt.Component.processMouseEvent(Component.java:5488)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3093)
at java.awt.Component.processEvent(Component.java:5253)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3955)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212
)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1766)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:234)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
|
|
|
|
Re: java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [] [message #147028 is a reply to message #76449] |
Tue, 15 November 2005 07:27 |
phobos
Messages: 1 Registered: November 2005
|
Junior Member |
|
|
Hi there, this is my first post, i salute all the people on this forum.
I have the same problem described in this topic.
Here my configuration:
Client:
Windows XP pro SP2
Tomcat 5.0.28
Oracle 8i (8.1.7) client
Eclipse 3.1
Java 1.5.0_04 (jdk and jre)
Server:
Linux Red Hat 9
Oracle DB 9i
CLASSPATH: C:\oracle\ora81\jdbc\lib\classes12.zip;C:\oracle\ora81\jdbc\lib\nls_charset12.zip
JAVA_HOME: C:\Programmi\Java\jdk1.5.0_05
PATH: C:\oracle\ora81\bin;C:\Programmi\Oracle\jre\1.1.7\bin;%SystemRoot%\system32;
%SystemRoot%;%SystemRoot%\System32\Wbem;%JAVA_HOME%\bin;C:\oracle\ora81\jdbc\lib
TOMCAT_HOME: C:\Programmi\Tomcat 5.0
I've the patched 1.2 classes from Oracle primary site as described in this readme:
# Patch for JDBC Bug-1725012 This patch fixes a compatibility problem that shows up when
# using the 8.1.7.0 and 8.1.7.1 JDBC Thin drivers to connect to the 9i databases.
# Without this patch, you would not be able to connect to the 9i databases using
# the 8.1.7.0 and 8.1.7.1 JDBC Thin drivers.
# This patch contains the following:
# 1. This readme file
# 2. oracle/jdbc/ttc7/v8TTIoac.class
# To apply the patch, you should:
# 1. Unzip your JDBC classes12.zip or classes111.zip (depending on which JDK version you use).
# 2. Replace the old oracle/jdbc/ttc7/v8TTIoac.class with the new version.
# 3. Re-zip your zip file.
i've also put the files (classes12.zip, classes111.zip, nls_charset12.zip, ojdbc14_g.zip)
in the following dirs:
C:\Programmi\Tomcat 5.0\webapps\%APPLICATION_NAME%\WEB-INF\lib
C:\Programmi\Tomcat 5.0\common\lib
C:\oracle\ora81\jdbc\lib
i've also tried to rename classes12.zip (and the other files) to .jar
but i get the same error in the tomcat log:
java.sql.SQLException: ORA-00600: codice errore INT., argom.: [ttcgcshnd-1], [0], [], [], [], [], [], []
(the version of client is italian)
Any idea to help me to solve?
many thanx
|
|
|
|
|
Re: java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd [message #223341 is a reply to message #176159] |
Thu, 08 March 2007 08:56 |
themaster_001
Messages: 1 Registered: March 2007
|
Junior Member |
|
|
I use an oracle 9i database and i try via a webspohere application to access the database running on a Sun one 8.1 server, i got the following error:
[message=SQL error during command execution][detail=ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], [] ]
On the Server machine, java 1.5 is installed
I tried ojdbc14.jar and nothing.
Note that the same application run fine on another Sun one 7 server.
The ping to the database wroks fine but any application with oracle 9i database.
There is others applications working fine with oracle8i on that Sun one Server 8.1.
Can some one help me?
Thanks in advance.
|
|
|
|
Re: java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [] [message #240897 is a reply to message #76449] |
Sun, 27 May 2007 07:21 |
mahendra_sahu
Messages: 3 Registered: May 2007
|
Junior Member |
|
|
This Problem is caused due to Bug in oracle and happens when accessing Oracle 9.0.1 Database with JDBC 8.1.7.0.0.
This bug is caused by the mismatch between the 9i server and the 8.1.7 Jdbc-Thin clients. OERI:ttcgcshnd-1 using JDBC thin pre-9i to 9i database
You are using class12.jar of JDBC 8.1.7.0.0.
Solution:
This is fixed in the JDBC Thin Driver bundled in Database patchset 8.1.7.2 or higher version.
So use Oracle provided class12.jar
This might be from JDBC thin driver 8.1.7.2 .
Which is under \oracle\ora92\jdbc\lib\class12.jar
|
|
|
Re: java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [] [message #240898 is a reply to message #76449] |
Sun, 27 May 2007 07:27 |
mahendra_sahu
Messages: 3 Registered: May 2007
|
Junior Member |
|
|
This Problem is caused due to Bug in oracle and happens when accessing Oracle 9.0.1 Database with JDBC 8.1.7.0.0.
This bug is caused by the mismatch between the 9i server and the 8.1.7 Jdbc-Thin clients. OERI:ttcgcshnd-1 using JDBC thin pre-9i to 9i database
You are using class12.jar of JDBC 8.1.7.0.0.
Solution:
This is fixed in the JDBC Thin Driver bundled in Database patchset 8.1.7.2 or higher version.
So use Oracle provided class12.jar
This might be from JDBC thin driver 8.1.7.2 .
Which is under \oracle\ora92\jdbc\lib\class12.jar
|
|
|
Goto Forum:
Current Time: Mon Nov 25 11:33:48 CST 2024
|