Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: ologof() hang on Linux?
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
![]() |
![]() |