dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

Enterprise users, OID and OracleDB - Oracle Server

This is a discussion on Enterprise users, OID and OracleDB - Oracle Server ; Hello, could anyone point me how to resolve my problem. I have Microsoft Windows Server 2003 SP2. I just installed "as_windows_x86_oim_oif_101401" product (Application Server Infrastructure including IM with metadata repository). After installing I've got fresh database server, AS server and ...


Home > Database Forum > Oracle Database > Oracle Server > Enterprise users, OID and OracleDB

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 10-27-2009, 06:35 AM
Database Newbie
 
Join Date: Oct 2009
Posts: 1
fmarekfmarek is on a distinguished road
Default Enterprise users, OID and OracleDB

Hello, could anyone point me how to resolve my problem.

I have Microsoft Windows Server 2003 SP2. I just installed "as_windows_x86_oim_oif_101401" product (Application Server Infrastructure including IM with metadata repository).

After installing I've got fresh database server, AS server and OID server at the same mashine running.

Now I want to configure database to delegate authorization and authentication of users to OID.

I followed this short and simple tutorial: http://www.oracle.com/technology/dep...us-how-to.html

1) I set LDAP_DIRECTORY_ACCESS to PASSWORD
2) Then I created user 'testuser_ldap' in LDAP using OIM.DAS web tool.
3) Then I created user 'testuser_db' in DB issuing sqlplus command:
> create user testuser_db identified globally as 'testuser_ldap';

Now when I try to do the following command:

> sqlplus username/pass I got the following error:
ORA-28030: Server encountered problems accessing LDAP directory service.

But LDAP server is perfectly accessible on standart port 389.

Don't know where to look for resolution.

-------------------------------------------
ORACLE_HOME/NETWORK/admin/ldap.ora

DIRECTORY_SERVERS= (oim.optr.lt:389:636)
DEFAULT_ADMIN_CONTEXT = "dc=company,dc=com"
DIRECTORY_SERVER_TYPE = OID
-------------------------------------------
ORACLE_HOME/NETWORK/admin/sqlnet.ora

SQLNET.AUTHENTICATION_SERVICES= (NTS)

NAMES.DIRECTORY_PATH= (TNSNAMES, LDAP, EZCONNECT, ONAMES, HOSTNAME)
-------------------------------------------
Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 09:37 AM.