what is Set Transaction?

what is Set Transaction?

View Answers

November 20, 2010 at 11:28 AM

Hi,

The SET TRANSACTION statement to establish the current transaction as read only or read write, establish its isolation level, or assign it to a specified rollback segment.

The operations performed by a SET TRANSACTION statement affect only your current transaction, not other users or other transactions. Your transaction ends whenever you issue a COMMIT or ROLLBACK statement.

Thanks.









Related Tutorials/Questions & Answers:
Advertisements