Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-06413 Solution
In article <6qtd4g$7bb$1_at_nnrp1.dejanews.com>,
wheelock_at_my-dejanews.com wrote:
> We had been experiencing problems getting a program written in Ada using
> ObjectAda 7.1 on Windows NT to connect to an Oracle 8 database. Executables
> developed using MSVC++ written with Pro*C and also OCI would connect just
> fine, but linking the same libraries to make an Ada program would result in a
> connection failed error with ORA-06413, Connection Not Open. Same problem
> appeared when we tried to write an program in Ada to connect using ODBC.
>
> It turned out that the problem was related to parentheses in the path that
> the executable was located in. ObjectAda created a subdirectory like the
> following:
>
> E:\Ada\ODBC Test\ODBC Test-Win32(Intel)-Debug\
>
> The parenthesis portion "(Intel)" apparently confused Net8 when it tried to
> create a connect descriptor with the path to the executable program, which
> resulted in error ORA-06413. We moved the excutable to another directory
> without () and it worked fine.
>
> -----== Posted via Deja News, The Leader in Internet Discussion ==-----
> http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
>
Thanks for posting this solution! I ran into the same problem using PowerBuilder 5.0 and Oracle 7.1. Your solution saved my life!
Chris Daugherty
cmdaugherty_at_pier1.com
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Mon Aug 17 1998 - 13:33:01 CDT
![]() |
![]() |