Date: 06/25/01
- Next message: Eric Lofland: "[phplib] "Parse error: parser stack overflow in db_mysql.inc on line 62""
- Previous message: Andreas Otto: "[phplib] using phplib latest cvs version"
- In reply to: Thies C. Arntzen: "[phplib] Re: [PHP] Oracle Database keeps disconnecting - or something"
- Next in thread: Thies C. Arntzen: "[phplib] Re: [PHP] Oracle Database keeps disconnecting - or something"
- Reply: Thies C. Arntzen: "[phplib] Re: [PHP] Oracle Database keeps disconnecting - or something"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Thies C. Arntzen" wrote:
>
> On Sun, Jun 24, 2001 at 09:50:05PM +0300, Rouvas Stathis wrote:
> > "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?
>
> what do you mean? i simply _know_ that calling "OciLogout" will
> not cause the "failed to roll.." message - that's all i said.
Agreed. OciLogout is not the cause of the msg.
What I meant was, what do you think is causing such messages?
-Stathis.
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Eric Lofland: "[phplib] "Parse error: parser stack overflow in db_mysql.inc on line 62""
- Previous message: Andreas Otto: "[phplib] using phplib latest cvs version"
- In reply to: Thies C. Arntzen: "[phplib] Re: [PHP] Oracle Database keeps disconnecting - or something"
- Next in thread: Thies C. Arntzen: "[phplib] Re: [PHP] Oracle Database keeps disconnecting - or something"
- Reply: Thies C. Arntzen: "[phplib] Re: [PHP] Oracle Database keeps disconnecting - or something"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

