Using Integrated Logins

You must perform several steps in order to connect via an integrated login.

  1. Enable the integrated login feature in a database by setting the value of the LOGIN_MODE database option to either Mixed (deprecated) or Integrated (the option is case insensitive), in place of the default value of Standard. )This step requires SET ANY SECURITY OPTION system privilege.
  2. Create an integrated login mapping between a user profile and an existing database user. This can be done using a SQL statement.
  3. Connect from a client application in such a way that the integrated login facility is triggered.

Each of these steps is described in the sections below.