5 Transaction Management
This chapter provides an overview of database transaction management.
Transaction Management in Oracle® Database Navigator ensures atomicity and isolation of database operations so that the transactions are executed separately, are complete and committed into the database. In case a part of the transaction fails, transaction management enables you to roll back the entire transaction and bring the database connection to a valid state.
Topics:
- Transaction Handling
This topic describes handling any open or uncommitted database transaction. - Resource Monitor
This topic describes the usage of resource monitor in the Database Navigator plug-in. - Session Management
This topic provides an overview of database session management.