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: Oracle 7.3 bugs

Re: Oracle 7.3 bugs

From: Bob Morrison <rmorrison_at_cahners.com>
Date: 1997/04/03
Message-ID: <3343E152.53FC@cahners.com>#1/1

Brad Skiles wrote:
>
> I accidentally marked the thread concerning 7.3 bugs as "read", but I
> wanted to post our experiences running 7.3.2.3 on HP-UX 10.20. We've
> encountered approximately 5 bugs since the upgrade. All of them occured
> after we tried to implement bitmap indexes. We've received 4 patches
> and 1, "Oh, that'll be fixed in 7.3.4."
>
> To stop the bugs from appearing, we've done 2 things: 1) stopped using
> bitmap indexes and 2) set HASH_JOIN_ENABLED = FALSE in the init.ora
> file. The only other workaround suggested by Oracle, which *may* have
> enabled us to continue using bitmaps, was to *not* use CBO. Not an
> option here.
>
> We're anxious for 7.3.4 (or later) to show up, because we would like to
> make use of bitmaps. The storage savings is significant.
>
> --brad skiles, dba
> Purdue University
> bwskiles_at_adpc.purdue.edu

We have been using 7.3.2.3 on solaris 2.5 for about a month now. We are using bitmapped indexes and have not had any problems. One difference is that our database is setup to use the RULE-BASED optimizer. What we do is change the session we want to use bitmapped indexes into CHOOSE mode. We had to take this approach because we use PeopleSoft and many of its batch processing use temporary tables which do not perform at acceptable levels in CBO mode.

If you need any further info give me a call at (617) 630-2226 or email me at rmorrison_at_cahners.com

Bob Morrison Received on Thu Apr 03 1997 - 00:00:00 CST

Original text of this message

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