Guest_imported
New member
- Jan 1, 1970
- 0
Hi All,
It's pretty tough finding non-ncr information on Teradata. I'm happy this website is around.
Quick question on some problems i am encountering.
We recently upgraded our JDBC drivers for Teradata after it caused a lot of strange exceptions/errors when 2 threads tried to execute an insert/update/delete statement within a few seconds of each other. I am not sure if the upgrade worked or not. For now, I'm "freezing" when a thread or 2 tries to do a drop table, or an insert. I'm assuming it's a deadlock on some system table, but considering all I have is a UNIX telnet session on my machine I'm not sure what's going on. No, I don't have queryman.
I'm more familiar with Sybase/MS-SQL server, and when it comes to teradata, i am a total newbie.
What i need to know is if 2 or more threads are updating a table, could it possibly be locking some sort of system table? How do I find out if it is? Is there any possibility the driver I have could be causing locks? Is there a way to see what the JDBC Gateway is doing?
Any information is appreciated. I'll be meeting with some DBAs in day, but I just want to get a general idea of what to look for and ask for.
Thanks
It's pretty tough finding non-ncr information on Teradata. I'm happy this website is around.
Quick question on some problems i am encountering.
We recently upgraded our JDBC drivers for Teradata after it caused a lot of strange exceptions/errors when 2 threads tried to execute an insert/update/delete statement within a few seconds of each other. I am not sure if the upgrade worked or not. For now, I'm "freezing" when a thread or 2 tries to do a drop table, or an insert. I'm assuming it's a deadlock on some system table, but considering all I have is a UNIX telnet session on my machine I'm not sure what's going on. No, I don't have queryman.
I'm more familiar with Sybase/MS-SQL server, and when it comes to teradata, i am a total newbie.
What i need to know is if 2 or more threads are updating a table, could it possibly be locking some sort of system table? How do I find out if it is? Is there any possibility the driver I have could be causing locks? Is there a way to see what the JDBC Gateway is doing?
Any information is appreciated. I'll be meeting with some DBAs in day, but I just want to get a general idea of what to look for and ask for.
Thanks