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, 2638🔥, 0💬
Popular Posts:
How To Update Multiple Rows with One UPDATE Statement in SQL Server? If the WHERE clause in an UPDAT...
How To Drop an Index in Oracle? If you don't need an existing index any more, you should delete it w...
How To Connect ASP Pages to Oracle Servers in Oracle? If you are running Windows IIS Web server and ...
What are DDL (Data Definition Language) statements for tables in SQL Server? DDL (Data Definition La...
How To Generate CREATE TABLE Script on an Existing Table in SQL Server? If you want to know how an e...