To verify that the isolation level setting on the upgraded database has been set to "read committed snapshot":
dbcc useroptions
Caution: Only the connection executing the alter database command is allowed in the database. You must close all connections in the database until the execution of the command finishes.
alter database
database name set read_committed_snapshot on
Your database is now ready to use with R8.4.
Related Topics |
Legal Notices
Copyright © 1999, 2015,
Oracle and/or its affiliates. All rights reserved.
Last Published Wednesday, July 29, 2015