How does the Migration Workbench handle the @@TRANSTATE global variable?
The @@TRANSTATE global variable is treated as a normal variable. There is no Oracle Server equivalent. Transactions in an Oracle Server are either complete or they fail. Errors in an Oracle Server are handled through exceptions and SQLCODE. See Also: For more information, see the PL/SQL User’s Guide and Reference. Triggers and Rules The following questions are about SQL Server and Sybase Adaptive Server triggers and rules.