Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: ORA-28030: Server encountered problems accessing LDAP directory service

RE: ORA-28030: Server encountered problems accessing LDAP directory service

From: David Mitchell <DavidM_at_HECB.WA.GOV>
Date: Thu, 02 Jan 2003 10:12:45 -0800
Message-ID: <F001.00525B75.20030102101245@fatcity.com>


Yes. This was indeed the case. I was using "current_user" to create the link. I just dropped and re-created the link using an named user account and the link works fine now. Thanks for the quick response!  

David

-----Original Message-----
Sent: Thursday, January 02, 2003 9:57 AM To: David Mitchell
directory service

Displayed below are the messages of the selected thread.

Thread Status: Closed
service

RDBMS Version:: 8.1.7.0
Operating System and Version:: windows NT4 Error Number (if applicable):: ORA-28030 Server encountered problems accessing LDAP directory service Server Net Version:: 8.1.7.0
Client Operating System and Version:: 8.1.7.0 Client Net Version:: 8.1.7.0

ORA-28030 Server encountered problems accessing LDAP directory service

I have 2 servers def03 and def64
I have created a dblink in def03 to connect to def64 I deinstalled Oracle advanced security in def03. but when I want to connect to database in def64 using dblink whith current_user option, i have this message

ORA-28030 Server encountered problems accessing LDAP directory service

SQL> select name,value from v$parameter 2 where name in ('db_domain','db_name','global_names');

NAME VALUE

------------------------------ -------------------------------- 
db_domain
global_names FALSE
db_name THORATFE

any helps please

morad

directory service

This is a bug (954379)

Workaround:



Don't use current_user or create user identified globally. OR
Set _ENT_DOMAIN_NAME to ANY value in init.ora file for dblinks which use current_user.

Is this your case ??
Raj



Rajendra Jamadagni MIS, ESPN Inc. Rajendra dot Jamadagni at ESPN dot com
Any opinion expressed here is personal and doesn't reflect that of ESPN Inc. QOTD: Any clod can have facts, but having an opinion is an art! -----Original Message-----
Sent: Thursday, January 02, 2003 12:30 PM To: Multiple recipients of list ORACLE-L directory service

Yes, that's correct. That is what the error message says. Anyone have any idea why it's trying to use LDAP to resolve the database link? I thought with my sqlnet.ora file set to use tnsnames.ora I'd be using my local files to resolve the service name. Any suggestions as to why it's trying to use LDAP are welcome.

David

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: David Mitchell
  INET: DavidM_at_HECB.WA.GOV

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Jan 02 2003 - 12:12:45 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US