|
|
Archives of the TeradataForum
Message Posted: Wed, 23 Jul 2003 @ 21:23:51 GMT
Subj: | | Re: Deadlocks on DBC tables |
|
From: | | Christie, Jon |
It would probably make your life easier if you avoided DDL while ARC is running. When ARC dumps an object, it also has to dump the data
dictionary rows for that object. That's what's causing the locks you saw.
On the other hand, 2631 errors are "retryable." ARC will retry things that fail with a 2631. So will bteq as long as retry is on (the
default). I'm not sure what the setting is for Queryman, but I'm sure there's something.
| |