Friday, October 17, 2008

LDAP_DIRECTORY_SYSAUTH

Thank you for visiting Spatial DBA - Oracle and ArcSDE.

I have stopped updating the blog.

Please visit Oracle DBA Tips (http://www.oracledbatips.com) for more Oracle DBA Tips.

===================================================================



Property
Description
Parameter type
String
Syntax
LDAP_DIRECTORY_SYSAUTH = { yes | no }
Default value
no
Modifiable
No
Basic
Yes
LDAP_DIRECTORY_SYSAUTH enables or disables directory-based authorization for SYSDBA and SYSOPER.
Note:
1. This parameter was introduced in 11g.
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) = ‘LDAP_DIRECTORY_SYSAUTH’;

Oracle initializatoin parameters

No comments:

Post a Comment