OraNames parsing issue

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
tjarvis
Posts: 2
Joined: Mon 21 Apr 2008 02:22
Location: Melbourne

OraNames parsing issue

Post by tjarvis » Mon 21 Apr 2008 02:34

Hi,

When using the OracleConnection.GetServerList() method there seems to be an issue with any entries that end with the text ".world", the ".world" text gets stripped from the tnsname entry.

i.e.

SomeName.world =
(DESCRIPTION ....
.....
)

returns SomeName instead of SomeName.world, this causes an issue when then trying to connect using that server name.

Regards

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Mon 21 Apr 2008 10:45

Hello!

Thank you for the bug report. The problem is reproduced now.
We are working on deploying a solution.
It's likely the bug will be fixed in the next build.

Post Reply