Skip to main content

Commit Transaction

Commits a transaction in the Oracle database.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.

Inputs

  • Transaction Id - The ID of the transaction to commit.

Error Handling

The node will return specific errors in the following cases:

  • Empty or invalid Transaction Id
  • Transaction ID not found in the transactions dictionary

Usage Notes

  • The transaction must have been previously started using the Start Transaction node
  • The transaction ID must be valid and correspond to an active transaction
  • After committing, the transaction is removed from the transactions dictionary