RE: Why won't my script terminate?
From: Jared Still (jkstill_at_cybcon.com)
Date: 04/03/04
- Previous message: Jared Still: "Re: DBD::Oracle 1.12 & Oracle 8.1.6: Unable to connect"
- Maybe in reply to: Jared Still: "RE: Why won't my script terminate?"
- Next in thread: Ronald J Kimball: "RE: Why won't my script terminate?"
- Reply: Ronald J Kimball: "RE: Why won't my script terminate?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Ronald J Kimball <rjk-dbi@focalex.com> Date: Fri, 02 Apr 2004 19:52:42 -0800
It still won't block a reader.
There's nothing you can do in Oracle that will block a reader.
Short of catching the odd bug or two that is. ;)
Jared
On Thu, 2004-04-01 at 07:49, Ronald J Kimball wrote:
> Thanks, but the script in question included an UPDATE statement. That is
> what I believe was blocking.
>
> Ronald
>
>
> > -----Original Message-----
> > From: Jared Still [mailto:jkstill@cybcon.com]
> > Sent: Thursday, April 01, 2004 10:41 AM
> > To: Ronald J Kimball
> > Cc: DBI List
> > Subject: RE: Why won't my script terminate?
> >
> >
> > Writers don't block readers in Oracle. Not issuing a commit
> > will not cause a SELECT in another session to hang.
> >
> > Jared
> >
> > On Thu, 2004-03-25 at 09:49, Ronald J Kimball wrote:
> > > By the way, Laurie mentioned to me off-list that she had an SQLPLUS
> > session
> > > open so she could reset the value of the contribute_flag column. That
> > could
> > > have led to the script blocking, as I supposed.
> > >
> > > I've done that myself quite a few times, forgetting to commit in SQLPLUS
> > > while testing a script. :)
> > >
> > > Ronald
> >
> >
>
- Previous message: Jared Still: "Re: DBD::Oracle 1.12 & Oracle 8.1.6: Unable to connect"
- Maybe in reply to: Jared Still: "RE: Why won't my script terminate?"
- Next in thread: Ronald J Kimball: "RE: Why won't my script terminate?"
- Reply: Ronald J Kimball: "RE: Why won't my script terminate?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|