Property | Description |
Parameter type | Boolean |
Default value | false |
Modifiable | No |
Range of values | true | false |
REMOTE_OS_AUTHENT specifies whether remote clients will be authenticated with the value of the OS_AUTHENT_PREFIX parameter.
Note
1. The REMOTE_OS_AUTHENT parameter is deprecated. It is retained for backward compatibility only.
2. Query for the current value of the parameter
select name, value, isdefault, isses_modifiable, issys_modifiable,
isinstance_modifiable, isdeprecated, description
from v$parameter
where upper(name) = 'REMOTE_OS_AUTHENT';
NAME | VALUE | IS DEFAULT | ISSES_ MODIFIABLE | ISSYS_ MODIFIABLE | ISINSTANCE_ MODIFIABLE | IS DEPRECATED | DESCRIPTION | |
remote_os_authent | TRUE | FALSE | FALSE | FALSE | FALSE | FALSE | allow non-secure remote clients to use auto-logon accounts | |
No comments:
Post a Comment