f2s_ora_auth_mode¶
Applies to: Oracle Driver
Syntax
set_attribute f2s_ora_auth_mode of {DriverId} to {variable}
get_attribute f2s_ora_auth_mode of {DriverId} to {variable}
Parameter |
Description |
---|---|
DriverId |
The ID of the driver for which this applies. In most cases, you should use _f2s_ActiveDriverID. |
variable |
<DESCRIPTION> <DEFAULT> |
Description
This command is used to control what mode the user logs in as. When 0 is passed, the user will be logged in with the default privileges given to it. When 1 is passed, the user will be logged in with the roles assigned to the sysdba user, most likely full control over the database.
Examples
get_attribute
<EXAMPLE>
set_attribute
<EXAMPLE>
Related Attributes
reference
reference 2
ESQL Equivalents
Replaces: SET_AUTHENTICATION_MODE