• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

error

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi;
all,
Now i am facing a problem in connection with oracle database by using JDBC "Class.forName("oracle.jdbc.driver.OracleDriver")"...
the connection is established but when i fetch the data from the remote server then there is an error will be shown...
the given error is...

Exception : java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []


now what can i do ? plz help me ...i am waiting for ur solutions...

thanking you
koushik maiti
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Firstly some book keeping:

1) a subject line "error" is not very helpful. We like people to UseAMeaningfulSubjectLine
2) You should make your posts easy to read. We like people to UseRealWords

There are other pointers that will help you get your questions answered here

A quick database search hints that there may be a difference in your Oracle and driver versions. Try getting hold of the most up to daye one.

Dave
 
reply
    Bookmark Topic Watch Topic
  • New Topic