If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-20-06, 23:54
hiren_kansara hiren_kansara is offline
Registered User
 
Join Date: Jan 2006
Posts: 1
ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []

hi,

While connecting java applicaton with oracle 9i, I got following error

ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []

I am using jdbc odbc thin driver.

can you help me to solve it??

Waiting for reply,

Thanks and Regards,
Hiren
Reply With Quote
  #2 (permalink)  
Old 01-21-06, 17:24
AlanP AlanP is offline
Registered User
 
Join Date: Mar 2002
Location: Reading, UK
Posts: 1,123
Best to go to metalink, they have various notes on decoding the arguments to identify the issue.

Alan
Reply With Quote
  #3 (permalink)  
Old 01-21-06, 17:59
Littlefoot Littlefoot is offline
Lost Boy
 
Join Date: Jan 2004
Location: Croatia, Europe
Posts: 3,629
I checked it earlier today, but Metalink was down for maintenance. And yes ... it is up again now. Here's what it says:[quote=Metalink, several documents]
When using pre-9i Jdbc-Thin to talk to a 9i (or post-9i) database, you will see an ORA-600 exception on almost everything you do. eg: ORA-600 [ttcgcshnd-1 ].

Oracle is checking that the local character set id is valid as part of the process to do character data conversions between different character sets.

This error is raised when the local character set id is found to be invalid.

ORA-600 [ttcgcshnd-1] [a]: Argument [a] is local character set id

Workaround: Set event="10841 trace name context forever" in the init.ora file[quote]Perhaps it'll help ...
Reply With Quote
  #4 (permalink)  
Old 01-22-06, 16:52
AlanP AlanP is offline
Registered User
 
Join Date: Mar 2002
Location: Reading, UK
Posts: 1,123
I have come across this bug a long time ago, the best solution is to upgrade your jdbc driver to a 9i version or later.

Alan
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On