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, 2259🔥, 0💬
Popular Posts:
What is test testing area for? The testing area is provided to allow visitors to post testing commen...
How To Calculate Age in Days, Hours and Minutes in SQL Server Transact-SQL? On many Web sites, news ...
How To View Data Files in the Current Database in Oracle? If you want to get a list of all tablespac...
What is sqlservr.exe - Process - SQL Server (SQLEX?PRESS) in SQL Server? Process sqlservr.exe is the...
How to download Microsoft SQL Server 2005 Express Edition in SQL Server? Microsoft SQL Server 2005 E...