473,471 Members | 1,881 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Re: OID configuration for replacing Oracle Names

PF wrote:
Is there a good documentation on how to configure the DIT for OID to
be used as a replacement of Oracle Names?

Do we need to create all 4 Admin context and oracle context to be able
to register the service names under it?
A couple of months ago I found a Note: on MetaLink
which detailed how to use OID to serve DB names.
I was going from TNSNAMES.ORA files to OID, but
it did work. However I never actually implemented
this "solution".

Jun 27 '08 #1
5 2040
PF
I have generated a ldif format file from namesctl dump_ldap utility.
But when I tried to load it in OID using ldapadd utility - it gives
error " Object does not exist".

I have not created any subtree entries under OracleContext using
oidadmin. I'm trying to load the entries directly under OracleContext.
Since all the entries exist under single domain in Oracle Names.

If anybody has done this before then it will be a great help if i can
share your experience.

Thanks

- PF

"Ana C. Dent" <an*******@hotmail.comwrote in message news:<wuz_a.56831$Ne.5212@fed1read03>...
PF wrote:
Is there a good documentation on how to configure the DIT for OID to
be used as a replacement of Oracle Names?

Do we need to create all 4 Admin context and oracle context to be able
to register the service names under it?

A couple of months ago I found a Note: on MetaLink
which detailed how to use OID to serve DB names.
I was going from TNSNAMES.ORA files to OID, but
it did work. However I never actually implemented
this "solution".
Jun 27 '08 #2
PF wrote:
I have generated a ldif format file from namesctl dump_ldap utility.
But when I tried to load it in OID using ldapadd utility - it gives
error " Object does not exist".

I have not created any subtree entries under OracleContext using
oidadmin. I'm trying to load the entries directly under OracleContext.
Since all the entries exist under single domain in Oracle Names.

If anybody has done this before then it will be a great help if i can
share your experience.

Thanks

- PF

"Ana C. Dent" <an*******@hotmail.comwrote in message news:<wuz_a.56831$Ne.5212@fed1read03>...
>>PF wrote:
>>>Is there a good documentation on how to configure the DIT for OID to
be used as a replacement of Oracle Names?

Do we need to create all 4 Admin context and oracle context to be able
to register the service names under it?

A couple of months ago I found a Note: on MetaLink
which detailed how to use OID to serve DB names.
I was going from TNSNAMES.ORA files to OID, but
it did work. However I never actually implemented
this "solution".
I have. Set me an email with your real mail address.
Send the email to my full name below, spaces replaced with
dots, at interaccess dot nl, and I'll send you a word
document describing the installation of the ldap server,
configuration of it, and the migration of tnsnames to ldap,
as well as the adjustments to sqlnet.ora
(I get spam enough as it is)

--
Regards, Frank van Bortel

Jun 27 '08 #3
Frank <fv********@netscape.netwrote in message news:<bh**********@news2.tilbu1.nb.home.nl>...
PF wrote:
I have generated a ldif format file from namesctl dump_ldap utility.
But when I tried to load it in OID using ldapadd utility - it gives
error " Object does not exist".

I have not created any subtree entries under OracleContext using
oidadmin. I'm trying to load the entries directly under OracleContext.
Since all the entries exist under single domain in Oracle Names.

If anybody has done this before then it will be a great help if i can
share your experience.

Thanks

- PF

"Ana C. Dent" <an*******@hotmail.comwrote in message news:<wuz_a.56831$Ne.5212@fed1read03>...
>PF wrote:

Is there a good documentation on how to configure the DIT for OID to
be used as a replacement of Oracle Names?

Do we need to create all 4 Admin context and oracle context to be able
to register the service names under it?

A couple of months ago I found a Note: on MetaLink
which detailed how to use OID to serve DB names.
I was going from TNSNAMES.ORA files to OID, but
it did work. However I never actually implemented
this "solution".
I have. Set me an email with your real mail address.
Send the email to my full name below, spaces replaced with
dots, at interaccess dot nl, and I'll send you a word
document describing the installation of the ldap server,
configuration of it, and the migration of tnsnames to ldap,
as well as the adjustments to sqlnet.ora
(I get spam enough as it is)

Hi Frank,

Can you send me that word document describing the installation of the
ldap server, etc.? I am working on it.

My email: an*@semicrol.es

Thanks in advance,

Ana
Jun 27 '08 #4
Ana RM wrote:

<quote>
>>Send the email to my full name below, spaces replaced with
dots, at interaccess dot nl, and I'll send you a word
document
</quote>
Now if you think I'm going to spell out my email address,
you're wrong. Which part above isn't clear?

BTW - it's in Dutch, but has lots of pictures - it was for
management ;-)
And just to make it clear: it handles tnsname to ldap,
not onames to ldap.
--
Regards, Frank van Bortel

Jun 27 '08 #5
PF
Ana,

Now I have installed and configured the OID successfully. Now I'm
at the point of loading data from Oracle names repository to OID. I
have only one domain in Oracle Names Repository so i did not create
any domian entries under OracleContext. However now I'm hiting a bug
that when I create the ldif file using

namesctl dump_ldap -x -f test.ldif

It creates the ldif file but with extra DC on most of the enteries.
This extra DC has special characters in its values.

Any Idea what you did to pass this hurdle.
Thanks for your help...
an*@semicrol.es (Ana RM) wrote in message news:<a3**************************@posting.google. com>...
Frank <fv********@netscape.netwrote in message news:<bh**********@news2.tilbu1.nb.home.nl>...
PF wrote:
I have generated a ldif format file from namesctl dump_ldap utility.
But when I tried to load it in OID using ldapadd utility - it gives
error " Object does not exist".
>
I have not created any subtree entries under OracleContext using
oidadmin. I'm trying to load the entries directly under OracleContext.
Since all the entries exist under single domain in Oracle Names.
>
If anybody has done this before then it will be a great help if i can
share your experience.
>
Thanks
>
- PF
>
"Ana C. Dent" <an*******@hotmail.comwrote in message news:<wuz_a.56831$Ne.5212@fed1read03>...
>
>>PF wrote:
>>
>>>Is there a good documentation on how to configure the DIT for OID to
>>>be used as a replacement of Oracle Names?
>>>
>>>Do we need to create all 4 Admin context and oracle context to be able
>>>to register the service names under it?
>>
>>A couple of months ago I found a Note: on MetaLink
>>which detailed how to use OID to serve DB names.
>>I was going from TNSNAMES.ORA files to OID, but
>>it did work. However I never actually implemented
>>this "solution".
I have. Set me an email with your real mail address.
Send the email to my full name below, spaces replaced with
dots, at interaccess dot nl, and I'll send you a word
document describing the installation of the ldap server,
configuration of it, and the migration of tnsnames to ldap,
as well as the adjustments to sqlnet.ora
(I get spam enough as it is)


Hi Frank,

Can you send me that word document describing the installation of the
ldap server, etc.? I am working on it.

My email: an*@semicrol.es

Thanks in advance,

Ana
Jun 27 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: ulloa | last post by:
Hi. My name is Randall and I am from Costa Rica. I have a little problem. I did an application using Perl, DBI and DBI::Oracle, and now I have to upload my application in an Unix server. The...
0
by: JWM | last post by:
I am trying to implement Oracle connection pooling for the following code, which was written by someone else. Here is my main question -- this java file creates code that is executed every hour,...
1
by: Andrew Arace | last post by:
I scoured the groups for some hands on code to perform the menial task of exporting table data from an Access 2000 database to Oracle database (in this case, it was oracle 8i but i'm assuming this...
5
by: premmehrotra | last post by:
I am using Microsoft Access 2000 and Oracle 9.2.0.5 on Windows 2000. When I export a table from Access to Oracle using ODBC I get error: ORA 972 identifier too long I think the error is because...
13
by: Chris Botha | last post by:
The machine is running XP Pro with all the latest service packs, etc. I must access an Oracle database so I installed the Oracle client stuff. I can query Oracle from a Windows app, no problem....
27
by: Nasir | last post by:
Hi there, Is it posible to set the collation of SQL server 2005 like Oracle, which is that objects names and column names are case-insensitive, but data is sensitive;e.g: In Oracle: --create...
1
by: 7736 | last post by:
Good Day.. could someone please help me with some code on how to replace a space with a dot. what i am actually doing is.. when a user gets to change their display name in oracle it gets...
9
by: dunleav1 | last post by:
Does enabling/disabling Data Execution Prevention have a performance impact on SQL 2000 or SQL 2005? For SQL best performance - how should I configure for: Processor Scheduling: Programs or...
0
by: =?Utf-8?B?U3VzYW4=?= | last post by:
We are trying to move to a 64 bit architecture, but I'm still having some issues. I have the code with the 32 bit version of Oracle working fine on a 64 bit computer with Windows Server 2003 (also...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.