![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm trying to pull data from a set of oracle tables (I've setup separate DTS packages to pull data from each of oracle tables I work with) but what I need to do is setup exclusive locks on those oracle tables whilst the DTS package is runing. I was wondering whether this is possible using DTS? |
#3
| |||
| |||
|
|
DTS is only a UI layer in this case on top of the Oracle driver. Forget DTS for a second how would you do this in Oracle? DTS is merely a client that will go and get data from the Oracle client nothing else and as such if you can lock the tables using the ORacle PLSQL then you can do this in DTS That said from whom are you trying to lock the tables? Another DTS process? If it is then you could write a row to an audit table when you start the process and update it when you are finished. A new process would check that table to see if the table they wanted was being accessed. -- Allan Mitchell www.SQLDTS.com www.SQLIS.com www.Konesans.com "EL" <EL (AT) discussions (DOT) microsoft.com> wrote in message news 6182C72-AC93-4778-AA76-4CF4DF638F52 (AT) microsoft (DOT) com...I'm trying to pull data from a set of oracle tables (I've setup separate DTS packages to pull data from each of oracle tables I work with) but what I need to do is setup exclusive locks on those oracle tables whilst the DTS package is runing. I was wondering whether this is possible using DTS? |
![]() |
| Thread Tools | |
| Display Modes | |
| |