Re: Rows returned are out of sync with the request.
- From: jkstill@xxxxxxxxxxx (Jared Still)
- Date: Fri, 25 Aug 2006 07:12:01 -0700
On Tue, 2006-08-22 at 16:11 -0700, Stephen Carville wrote:
I'm not quite sure how to describe this problem.
When I make a call to an Oracle 10g database using DBI and SQLRelay (for
connection pooling) I seem to get results from the previous SELECT.
Is the Oracle version 10.2?
Are multiple schema's with the same table names involved?
Are unqualified tablenames used?
( no schema name - 'select * from my table'
not 'select * from scott.my_table')
If all of the above are true, then you should probably
contact Oracle Support. There's a bug that causes
some concurrency issues under those circumstances.
(Sorry, don't have the bug #)
Jared
.
- Follow-Ups:
- Re: Rows returned are out of sync with the request.
- From: Stephen Carville
- Re: Rows returned are out of sync with the request.
- References:
- Rows returned are out of sync with the request.
- From: Stephen Carville
- Rows returned are out of sync with the request.
- Prev by Date: RE: DBI to BerkeleyDB?
- Next by Date: Re: Remote DB2 connectivity in Perl
- Previous by thread: Re: Rows returned are out of sync with the request.
- Next by thread: Re: Rows returned are out of sync with the request.
- Index(es):
Relevant Pages
|