Hi folks,
working on the ORA Monitor, I verify that several times, ODAC generates
begin :result := sys.dbms_transaction.local_transaction_id(true); end;
why ODAC generates this SQL ?
Is there a way to not use it ?
Thanks in advance,
Josir Gomes
dbms_transaction statement
-
Challenger
- Devart Team
- Posts: 925
- Joined: Thu 17 Nov 2005 10:53
change/not execute dbms_transaction
Is there a way not to execute it or to change the SQL command ?
Thanks in advance,
Josir.
Thanks in advance,
Josir.
-
Challenger
- Devart Team
- Posts: 925
- Joined: Thu 17 Nov 2005 10:53
Overriding dbms_transaction statement
Hi challenger,
I've already have a call to self-made procedure that start the transaction and do other processing.
If I can override this command, I could call my procedure instead of dbms_transaction.
I will try to stop calling StartTransaction. But avoiding ApplyUpdates is problematic... I will do some tests before continue the thread.
Thank you.
Josir
I've already have a call to self-made procedure that start the transaction and do other processing.
If I can override this command, I could call my procedure instead of dbms_transaction.
I will try to stop calling StartTransaction. But avoiding ApplyUpdates is problematic... I will do some tests before continue the thread.
Thank you.
Josir