"Thies C. Arntzen" wrote:
> 
> On Fri, Jun 22, 2001 at 09:16:08PM +0300, Rouvas Stathis wrote:
> > Do you experience any other sort of problems other than those warnings?
> > I mean, is anything wrong with the data? Normally, nothing should be
> > wrong.
> >
> > I have seen the same messages (especially the "service handle not
> > intitialized" one) in my server too.
> > I have traced it to attemtps to close an already closed connection, as
> > in
> >
> > $cone = OciLogon(...);
> > ...stuff...
> > OciLogout($cone);
> > ...stuff...
> > OciLogout($cone);
> 
>     believe me - this is not the cause of the message.

any ideas?

-Stathis.

>     tc

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to