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: TAF and FCF together ?

Re: TAF and FCF together ?

From: DA Morgan <damorgan_at_psoug.org>
Date: Fri, 15 Sep 2006 14:55:54 -0700
Message-ID: <1158357351.764424@bubbleator.drizzle.com>


joeNOSPAM_at_BEA.com wrote:
> Hi, and thank you very much. I'm looking over the download
> now. It doesn't seem to do any serious queries. It only does
> one tiny "select count(*) from ..." which will only return a
> single one-row, one-column result set. This would never test
> or expose the program to any TAF repositioned cursors. I
> would suggest returning (and checking!) a significant data set,
> at least 500 rows. I would make sure the count of rows is always
> verifiable, and I would make the program update the data so
> that if a query had to be rerun under-the-covers the order of the
> data might change change. Also this example doesn't do any
> transactions. If someone fluent with hacking that package would
> like to contact me about suggestions for making it attempt
> something more business-like, I would happily help/consult.
>
> Joe Weinstein at BEA Systems

Joe you've been here at c.d.o.s. long enough you know we vigorously discourage top posting. Please adhere to the standard. Thanks.

With a TAF failover the query restarts with the same SCN. Thus the result set is exactly the same.

-- 
Daniel Morgan
University of Washington
Puget Sound Oracle Users Group
Received on Fri Sep 15 2006 - 16:55:54 CDT

Original text of this message

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