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

Home -> Community -> Usenet -> c.d.o.server -> Re: Allow 2 processes access to same table

Re: Allow 2 processes access to same table

From: Jim Kennedy <kennedy-downwithspammersfamily_at_attbi.net>
Date: Wed, 22 Oct 2003 14:19:30 GMT
Message-ID: <Slwlb.609535$cF.279973@rwcrnsc53>


Just do it. What problem are you having? You should be able to access the table from multiple programs at a time.
Jim
"Tom" <tomNOSPAM_at_teameazyriders.com> wrote in message news:1066823361.82824.0_at_despina.uk.clara.net...
> Hi,
>
> We currently have a need, to drop obsolete data, to allow some sql scripts
to access tables while the application JVM is also
> accessing these tables.
>
> How do i allow both sessions to alter the data in the same tables at the
same time? I know that they will not effect each other as
> the data they will be effecting is seperated by a good few years but how
can i let oracle know this?
>
> I've been looking and think that this is possible with the ISOLATION_LEVEL
parameter in my session but i am not certain?
>
> This work is needed on 8.1.5 and there is not an option to stop the JVM
during this time.
>
> thanks
>
> Tom
>
>
Received on Wed Oct 22 2003 - 09:19:30 CDT

Original text of this message

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