Welcome to the Teradata Developer Exchange discussion forums.
For a general introduction and guidelines on posting, please see
this forum topic.
RSS feeds are available for each forum, as well as a combined
all forums feed.
We use one of the ETL tool to load data in Warehouse. A simple process is as follow A---------->flat file-------->C$_A---------Target A (Oracle) (T.Database) (TD)
Now problem is we use fastload to load table C$ from a flat file. This is for sure that C$_A is access by only one user at a time.
ETL jobs are failing coz of deadlock on table C$ when fastload try to access this table. I can ensure that none of the other user was accessing the C$ table during loading
Hi,
We use one of the ETL tool to load data in Warehouse. A simple process is as follow
A---------->flat file-------->C$_A---------Target A
(Oracle) (T.Database) (TD)
Now problem is we use fastload to load table C$ from a flat file. This is for sure that C$_A is access by only one user at a time.
ETL jobs are failing coz of deadlock on table C$ when fastload try to access this table.
I can ensure that none of the other user was accessing the C$ table during loading
Any clue will be highly appreciated.