ODAC 9.1.4 support Transaction Guad (12c new feature)

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
IgorM
Posts: 4
Joined: Sun 20 Oct 2013 20:44

ODAC 9.1.4 support Transaction Guad (12c new feature)

Post by IgorM » Sun 20 Oct 2013 20:52

Hi!

I have question about ODAC functionality for Oracle 12c.
You wrote about ODAC 9.0.2 New Features: "Oracle 12c is supported".
ODAC support Transaction Guard?
(http://docs.oracle.com/cd/E16655_01/app ... _guard.htm)



In Java I use method getLogicalTransactionId() for Connection for LTXId.
ODP.Net have the same functionality.
Example: http://docs.oracle.com/cd/E16655_01/jav ... nguard.htm

OraSession object in ODAC support getLogicalTransactionId() method?
Where I can find information about it?

Thank you!

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: ODAC 9.1.4 support Transaction Guad (12c new feature)

Post by AlexP » Mon 21 Oct 2013 06:34

Hello,

For the time being, ODAC doesn't support this functionality.
You can add an advice to implement such functionality at our uservoice page. We cannot nominate the exact terms of the implementation, this will depend on the number of voices at Uservoice.

IgorM
Posts: 4
Joined: Sun 20 Oct 2013 20:44

Re: ODAC 9.1.4 support Transaction Guad (12c new feature)

Post by IgorM » Mon 21 Oct 2013 07:20

Hello!

What the mean "Oracle 12c is supported" in ODAC new features list? :-)
It is not supported fully ...

BR
Igor Melnikov

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: ODAC 9.1.4 support Transaction Guad (12c new feature)

Post by AlexP » Mon 21 Oct 2013 09:57

Hello,

"Oracle 12c is supported" means that you can work with Oracle 12с using our components. We didn't announce support for all the new Oracle 12c features; If you want any new feature to be supported, please post your suggestion at our uservoice.

Post Reply