Connect Bug in MultiByte Char

phoenix610

Member²
Hi, I can speak English a little.

If I run a program under a folder whose name includes both single-byte char and mulit-byte char,
I can' connect with "ORA-12154" error.

for example,
folder name is "XXX(Tool)".
X is MultiByte Char.

Environment
Windows2000 Pro(Japanese)
Delphi 7 Pro(Japanese)
Direct Oracle Access 4.0.6.2
 
This is a known Oracle Net bug. You cannot use parenthesis in the directory name. It should not depend on sigle-byte / multi-byte characters though. In other words XXX(Tool) will fail, but XXXTool should be okay.
 
Back
Top