Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Desperate plea for Help: failed ODBC requests

Re: Desperate plea for Help: failed ODBC requests

From: J Sukumaran <jsukumar_at_us.oracle.com>
Date: Wed, 09 Dec 1998 15:08:24 -0800
Message-ID: <366F02E8.F236BCF0@us.oracle.com>


Similar to what Sybrand mentioned, you can check your connectivity on your server too.
Here is what to do.
$echo $ORACLE_HOME
This will give you your oracle home directory. From there type $cd network/log
Once inside there have a look at the following files - listener.log and sqlnet.log
There will be some error messages there. If you want me to have a look at them, email it to me.
My e-mail id is jsukumar_at_us.oracle.com

If you could not find anything in that file, maybe you may have to set the trace on the
server side.
You can do that by issuing the following command. $lsnrctl
LSNRCTL>trace listener
This will create a file in the following directory -  $ORACLE_HOME/network/trace
You can look at that too.

Thanks

Jyotheesh Sukumaran

dcho_at_mail.arco.com wrote:

> I am in charge of implementing an off-the-shelf ODBC front-end program with
> Oracle as the backend database. The program intermittenly fails to execute
> certain tasks and now I might be sandwiched between two vendors neither of
> whom is willing to take serious responsibility (how typical).
>
> The vendor of the ODBC front-end program claims that the problem is
> environmental and that the server either "drops or ignores the requests due to
> packet failures." And although I haven't apporoached Oracle about it, I doubt
> that they will lift a finger to help me troubleshoot the server's ODBC
> connectivity issues with an obsecure front-end program from an obsecure vendor
> (please email me if you want to know more about the program).
>
> As a starter, I have one question: Does the server maintain a log of ODBC
> requests from clients? If so, where can I find it (Note that I am not an
> Oracle expert, so please be gentle in your response)
>
> I now find myself at the end of the rope. This vendor does not provide
> technical support for Oracle, so they tend to place all blame on the backend
> database whenever elusive problems arise. Your help will be greatly
> appreciate it.
>
> From Very Frustrated
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Wed Dec 09 1998 - 17:08:24 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US