Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ODP.NET - Weird Behaviour
On 03/24/2006 03:01:15 PM, Subbiah, Nagarajan wrote:
> Hi List,
>
> We have a VB .NET application which is using Oracle ODP.NET 9.2 version for
> the connectivity to the database. If the application is placed under the any
> folder name ends with ')', it crashes.
>
Raja, Oracle's network layer has a built in parser which checks the syntax of the tnsnames.ora file. Such parsers are usually based on lex and yacc (or flex and bison in case of GPL-ed software) and one thing that they have to account for are parenthesizes. My suspicion is that parenthesizes in the path name will somehow confuse the parser which will read incorrect elements of the TNS descriptor and prevent the network layer from finding the destination. May be you should put your app in a directory with more standard name?
-- Mladen Gogala http://www.mgogala.com -- http://www.freelists.org/webpage/oracle-lReceived on Sat Mar 25 2006 - 00:43:28 CST