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

Home -> Community -> Usenet -> c.d.o.misc -> Re: What is ORA-03123

Re: What is ORA-03123

From: Patrik Groß <pgross_at_netcologne.de>
Date: Sat, 4 Dec 1999 21:22:14 +0100
Message-ID: <82btgt$3bq$1@news.netcologne.de>


HI, try the MS-Odbc Driver for ORACLE
Joel R. Kallman <jkallman_at_us.oracle.com> schrieb in im Newsbeitrag: 383bda51.4194150_at_newshost.us.oracle.com...
> On Tue, 23 Nov 1999 15:56:34 GMT, thtsang_at_my-deja.com wrote:
>
> >Hello All,
> >
> >I have a VB program connecting an Oracle database. I have got the error
> >ORA-03123 serveral time. According to oerr, 'this is not an error' and I
> >should retry later. What's going on?
> >
> >I heard that this may be caused by 16 bit programs using IPX. But mine
> >is VB5 program using the ODBC driver from Oracle. The network protocol
> >was TCP/IP. Can anyone suggest what is the problem? Also, is it
> >guaranteed that my retry will eventually succeed? How long should I
> >wait?
>
> For *every* connection you open to the Oracle database, try setting:
>
> SQLSetConnectOption( hdbc, SQL_ASYNC_ENABLE_OFF, SQL_NTS );
> >
> >Thank you very much.
> >
> >Anthony Tsang
> >
> >
> >Sent via Deja.com http://www.deja.com/
> >Before you buy.
>
> Thanks!
>
> Joel
>
> Joel R. Kallman
> Oracle Service Industries
> Columbus, OH http://govt.us.oracle.com
> jkallman@us.oracle.com http://www.oracle.com
>
> ----
> The statements and opinions expressed here are my own
> and do not necessarily represent those of Oracle Corporation.
Received on Sat Dec 04 1999 - 14:22:14 CST

Original text of this message

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