ODAC

TOraSession.InternalName Property

Used to get or set the client database name that will be recorded when performing global transactions.

Class

TOraSession

Syntax

property InternalName: string;

Remarks

Use the InternalName property to get or set the client database name that will be recorded when performing global transactions. While there is no actual global transaction support, setting this property to a non-empty string can give performance gains on SQL statement execution. But there is one undesirable effect: you cannot commit or rollback transaction from PL/SQL block. You should call TCustomDAConnection.Commit or TCustomDAConnection.Rollback explicitly.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback