[Wine] re: Connection Error

Dan Kegel dank at kegel.com
Sat Jul 22 10:25:00 CDT 2006


Vinicius wrote:
> I'm trying to run a Windows software that needs a connection to a
> database server.
> But when I'm trying to log in, it gives me the error 'Check connections
> and password. SQL General Error : error while trying to retrieve text
> for error ORA-03114. Alias: per'.

Oracle error ORA-03114 means "not connected", for what it's worth.

You're probably running into a Wine bug.

One common source of problems (for Visual Basic apps, at least)
is OLE.  You could try installing DCOM98 and see if that helps.
(See http://frankscorner.org/index.php?p=ishield for how.)
You'll need to run your app like:
  WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" wine myapp.exe

Let me know if this helps.
- Dan



More information about the wine-users mailing list