2 0x60b51b11 function_return_ex+0x281(level=3, handle=<register ESI not in topmost frame>, ret_code=-1, save_to_diag=0) [/root/unixODBC-2.2.12/DriverManager/__info.c:4791] in libodbc.so.1 (0x7ed37dbc)
Are you running as root? If so, this may be the cause of your problem.
If you are running as Oracle, why did you install the ODBC as root?
I request to fix this issue where exactly the problem could be.
I think you want someone to fix this for you. The problem appears to be that the unixODBC program is causing Wine to crash. I do have a request for you: Please install the Windows Oracle Client and see if you can tnsping your Oracle server.
2 0x60b51b11 function_return_ex+0x281(level=3, handle=<register ESI not in topmost frame>, ret_code=-1, save_to_diag=0) [/root/unixODBC-2.2.12/DriverManager/__info.c:4791] in libodbc.so.1 (0x7ed37dbc)
Are you running as root? If so, this may be the cause of your problem.
If you are running as Oracle, why did you install the ODBC as root?
As the part of oracle database installation,Unixodbc is installed as root.
An user is created as installation process and from that user only am running my application.This worked some times.This crash occurs When tried to run the same application couple of times.
Please install the Windows Oracle Client and see if you can tnsping your Oracle server.
I could able to tnsping Oracle Server running in linux from Windows Oracle client.
2 0x60b51b11 function_return_ex+0x281(level=3, handle=<register ESI not in topmost frame>, ret_code=-1, save_to_diag=0) [/root/unixODBC-2.2.12/DriverManager/__info.c:4791] in libodbc.so.1 (0x7ed37dbc)
Are you running as root? If so, this may be the cause of your problem.
If you are running as Oracle, why did you install the ODBC as root?
As the part of oracle database installation,Unixodbc is installed as root.
An user is created as installation process and from that user only am running my application.This worked some times.This crash occurs When tried to run the same application couple of times.
Please install the Windows Oracle Client and see if you can tnsping your Oracle server.
I could able to tnsping Oracle Server running in linux from Windows Oracle client.
Then use the Windows Oracle Client! unixODBC should not be available to
your Wine session. I read this today in this mailing list, but the
message series may be from June through today.
In other words, someone else had this problem and the only method to fix
it was to use the client, not the unixODBC system.
Then use the Windows Oracle Client! unixODBC should not be available to
your Wine session. I read this today in this mailing list, but the
message series may be from June through today.
oracle client and oracle server are installed in oracle enterprise server.
unixODBC provides the driver manager and odbc connectivity.
ODBC connection is perfect.Am running my windows executable from linux
using wine-1.1.7.
In other words, someone else had this problem and the only
method to fix it was to use the client, not the unixODBC system.
unixODBC is the DriverManager.My application uses oracle client to communicate with oracle database server.