Property | Description |
Parameter type | X.500 Distinguished Name |
Default value | There is no default value. |
Modifiable | No |
Range of values | All X.500 Distinguished Name format values |
RDBMS_SERVER_DN specifies the Distinguished Name (DN) of the Oracle server. It is used for retrieving Enterprise Roles from an enterprise directory service.
If you do not want to use a directory for enterprise user and privilege management, but prefer to use SSL authentication alone, do not set this parameter.
Note:
1. 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) = 'RDBMS_SERVER_DN';
NAME | VALUE | IS DEFAULT | ISSES_ MODIFIABLE | ISSYS_ MODIFIABLE | ISINSTANCE_ MODIFIABLE | IS DEPRECATED | DESCRIPTION | |
rdbms_server_dn | | TRUE | FALSE | FALSE | FALSE | FALSE | RDBMS's Distinguished Name | |
No comments:
Post a Comment