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, 2657🔥, 0💬
Popular Posts:
How to set database to be READ_ONLY in SQL Server? Databases in SQL Server have two update options: ...
How To Change the Name of a Database User in SQL Server? If you want to change the name of an existi...
How to set database to be READ_ONLY in SQL Server? Databases in SQL Server have two update options: ...
How To Locate and Take Substrings with CHARINDEX() and SUBSTRING() Functions in SQL Server Transact-...
What is sqlservr.exe - Process - SQL Server (SQLEX?PRESS) in SQL Server? Process sqlservr.exe is the...