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

Home -> Community -> Usenet -> c.d.o.tools -> Re: ologof() hang on Linux?

Re: ologof() hang on Linux?

From: John Jensen <jjens_at_primenet.com>
Date: 2000/04/17
Message-ID: <8dfe01$8bp$1@nnrp03.primenet.com>#1/1

Craig Kelley <ink_at_inconnu.isu.edu> writes:

: Yes. You need to properly close the connections explicitly; don't
: rely on any gabage collection to do it for you. You also might want
: to consider using multiple cursors instead of multiple database
: connections (although may need multiple connections in certain
: circumstances).
 

: One of my apps worked just great under Oracle7/AIX but died like this
: on 8i/Linux -- correctly closing the database handlers fixed it.

Thanks for your help,

I am attempting an ologof() for every orlon(), it is in one of those ologof() calls that I hang. Which do you mean by "close the connections"? I think we are also doing an oclose() for every oopen(). Do you mean that one of these cursors, left open, could mess up the ologof()?

JOhn Received on Mon Apr 17 2000 - 00:00:00 CDT

Original text of this message

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