These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: NHibernate Support Oracle Ldap
PostPosted: Mon Jun 09, 2008 11:31 am 
Newbie

Joined: Fri Jun 06, 2008 11:43 am
Posts: 2
Hibernate version: 1.2.0

Did NHibernate OracleDataClientDriver support Oracle LDAP server?

We have some trouble to connect to a database base managed by an Oracle Internet Directory.

Usualy, in the connection string we use the Tns name of the service but, with Oracle ldap the Service names are uniquely identified by Distinguished Names (DNs) in OID.

<?xml version="1.0" encoding="utf-8" ?>
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2">
<session-factory>
<property name="dialect">NHibernate.Dialect.OracleDialect</property>
<property name="default_schema">Schema_name</property>
<property name="show_sql">true</property>
<property name="connection.provider">NHibernate.Connection.DriverConnectionProvider</property>
<property name="connection.driver_class">NHibernate.Driver.OracleDataClientDriver</property>
<property name="connection.connection_string"><![CDATA[user ID=uid;Password=psw;Data Source=TNS Service Name]]></property>
<mapping assembly="our Assembly" />
</session-factory>
</hibernate-configuration>

In java i saw that we can use driver like:

LDAP syntax Thin
"jdbc:oracle:thin:@ldap://ldap.acme.com:7777/sales,cn=OracleContext,dc=com"
or, when using SSL:
"jdbc:oracle:thin:@ldaps://ldap.acme.com:7777/sales,cn=OracleContext,dc=com"


Top
 Profile  
 
 Post subject: NHibernate && Oracle Ldap
PostPosted: Tue Jun 10, 2008 8:21 am 
Newbie

Joined: Fri Jun 06, 2008 11:43 am
Posts: 2
It seems to be an oracle driver problem not an oracle ldap problem.-

NHibernate support connection with an Oracle ldap server.

Sorry for the post.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.