RE: error testing jdbc connectin

2002-03-26 Thread Ticha Murehwa

Hi Charlie
Via SQL*Plus I get connected without any problem via SQL*Net.
When using the JdbcCheckup.java program,it sends back messages on whatever
has gone through and one of them is the notification that it has connected
successfully.
If you look at the program which as I mentioned earlier on comes with the
samples, you will notice that the next part is the selection of 'Hello
world' from dual.
Regards
Tich

-Original Message-
Sent: 25 March 2002 09:55
To: [EMAIL PROTECTED]


If I were faced with this situation, I'd tackle in in the following manner.
Part of the reason is that on a good day I can only spell Java. IMO, you
need to determine if you have a Java problem or a more basic SQL*Net
problem.
Unless  until you can connect to the DB via SQL*Net using some other flavor
of client s/w; such as SQL*Plus or Access, etc. I'd ignore the Java angle.
Are you REALLY sure that it connetcts OK?

Ticha Murehwa wrote:
 
 Hi all
 I hope you can help me out with this.
 I am running JdbcCheckup connection that comes as part of jdbc samples on
 oracle 9.0.1
 I am running win2k and I get the following error.Unfortunately I dont have
 access to metalink.
 Can anyone help me out .
 Oracle 9i is the downloadable one on technet.
 The program connects fine but as soon as it does the select it gives this
 error
 
 Exception in thread main 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 JdbcCheckup.main(JdbcCheckup.java:55)
 
 Regards
 Tich
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Ticha Murehwa
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
 San Diego, California-- Public Internet access / Mailing Lists
 
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).

-- 
Charlie Mengler  Maintenance Warehouse  
[EMAIL PROTECTED] 10641 Scripps Summit Ct.
858-831-2229 San Diego, CA 92131
Lead, follow, or at least have the courtesy to get out of my way!
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Ticha Murehwa
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



error testing jdbc connectin

2002-03-25 Thread Ticha Murehwa

Hi all
I hope you can help me out with this.
I am running JdbcCheckup connection that comes as part of jdbc samples on
oracle 9.0.1
I am running win2k and I get the following error.Unfortunately I dont have
access to metalink.
Can anyone help me out .
Oracle 9i is the downloadable one on technet.
The program connects fine but as soon as it does the select it gives this
error

Exception in thread main 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 JdbcCheckup.main(JdbcCheckup.java:55)


Regards
Tich
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Ticha Murehwa
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).