The session settings allow you to issue database statements to customize the database environment when the connections are created. You need to set these settings only if you have a customization you need to apply to a database environment.
To set your session settings:
Oracle Example:
alter session set _ = _
Microsoft SQL Server Example:
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
Related Topics |
Legal Notices
Copyright © 1999, 2016,
Oracle and/or its affiliates. All rights reserved.
Last Published Thursday, February 04, 2016