Collections:
What Is a Transaction in Oracle
What Is a Transaction in Oracle?
✍: FYIcenter.com
A transaction is a logical unit of work requested by a user to be applied to the database objects. Oracle server introduces the transaction concept to allow users to group one or more SQL statements into a single transaction, so that the effects of all the SQL statements in a transaction can be either all committed (applied to the database) or all rolled back (undone from the database).
⇒ Ways to Start a New Transaction in Oracle
⇐ Understanding SQL Transaction Management in Oracle
2019-09-16, 2704🔥, 0💬
Popular Posts:
How To Recover a Dropped Index in Oracle? If you have the recycle bin feature turned on, dropped ind...
Where to find answers to frequently asked questions on INSERT, UPDATE and DELETE Statements in MySQL...
How to set database to be READ_ONLY in SQL Server? Databases in SQL Server have two update options: ...
How to change the data type of an existing column with "ALTER TABLE" statements in SQL Server? Somet...
How To List All User Names in a Database in SQL Server? If you want to see a list of all user names ...