|
|
Re: Can DBLink can process the same record twice [message #308993 is a reply to message #308876] |
Wed, 26 March 2008 03:29 |
|
Littlefoot
Messages: 21822 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
DB link doesn't process anything; it is just a link. It is your code that does the processing.
So, if you are referring to a broken database link "in the middle of a transaction", changes won't take affect (i.e. it is all or nothing). So, if you did commit before the link broke, fine. If not, you'll have to repeat the transaction once again.
(I'm not talking about a bad example as a loop and "commit after every insert" scenario. It really is a bad idea.)
|
|
|