Oracle8i JDBC Developer's Guide and Reference Release 3 (8.1.7) Part Number A83724-01 |
|
Read-only connections are supported by the Oracle server, but not by the Oracle JDBC drivers.
For transactions, the Oracle server supports only the TRANSACTION_READ_COMMITTED
and TRANSACTION_SERIALIZABLE
transaction isolation levels. The default is TRANSACTION_READ_COMMITTED
. Use the following methods of the oracle.jdbc.driver.OracleConnection
class to get and set the level:
getTransactionIsolation()
: Gets this connection's current transaction isolation level.
setTransactionIsolation()
: Changes the transaction isolation level, using one of the TRANSACTION_*
values.
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|