October 2002
Beginner
864 pages
18h 41m
English
SQL> SET TRANSACTION (READ ONLY | USE ROLLBACK SEGMENT);
The SET TRANSACTION command enables the user to specify when a transaction should begin. The READ ONLY option locks a set of records until the transaction ends to ensure that the data is not changed.
Read now
Unlock full access