Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 14839 invoked from network); 29 Nov 2007 14:05:22 -0600
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by 69.64.49.119 with SMTP; 29 Nov 2007 14:05:16 -0600
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id DA0647CADC1;
 Thu, 29 Nov 2007 15:05:12 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 14476-01; Thu, 29 Nov 2007 15:05:12 -0500 (EST)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 3DDD17C9B6C;
 Thu, 29 Nov 2007 15:05:12 -0500 (EST)
Received: with ECARTIS (v1.0.0; list oracle-l); Thu, 29 Nov 2007 15:03:04 -0500 (EST)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id CB5F17CAE54
 for <oracle-l@freelists.org>; Thu, 29 Nov 2007 15:03:04 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 14148-07 for <oracle-l@freelists.org>;
 Thu, 29 Nov 2007 15:03:04 -0500 (EST)
Received: from smtp112.sbc.mail.mud.yahoo.com (smtp112.sbc.mail.mud.yahoo.com [68.142.198.211])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with SMTP id 04B3E7CAE10
 for <oracle-l@freelists.org>; Thu, 29 Nov 2007 15:02:53 -0500 (EST)
Received: (qmail 26251 invoked from network); 29 Nov 2007 20:02:48 -0000
Received: from unknown (HELO society.servebeer.com) (socpres@sbcglobal.net@69.217.55.185 with login)
  by smtp112.sbc.mail.mud.yahoo.com with SMTP; 29 Nov 2007 20:02:48 -0000
X-YMail-OSG: 32RIr2kVM1msXBF7JILZPoIgUXzXA3g1hbYgGi7ZDsbrnmlS1yvA7Ftj1b6tQLzSVivDgSm5xQ--
Received: from society.servebeer.com (localhost [127.0.0.1])
 by society.servebeer.com (Postfix) with ESMTP id 0A8F1206E144;
 Thu, 29 Nov 2007 14:02:47 -0600 (CST)
Received: from internet.pkdy.com ([12.17.117.251])
        (SquirrelMail authenticated user rjesse);
        by society.servebeer.com with HTTP;
        Thu, 29 Nov 2007 14:02:47 -0600 (CST)
Message-ID: <36899.12.17.117.251.1196366567.squirrel@12.17.117.251>
In-Reply-To: 
     <17E4CDE8F84DC44A992E8C00767402E0860D25@spobmexc02.adprod.directory>
References:
    <17E4CDE8F84DC44A992E8C00767402E0860D25@spobmexc02.adprod.directory>
Date: Thu, 29 Nov 2007 14:02:47 -0600 (CST)
Subject: Re: Anyone else experience this?
From: "Rich Jesse" <rjoralist@society.servebeer.com>
To: Chris.Taylor@ingrambarge.com
Cc: oracle-l@freelists.org
User-Agent: SquirrelMail/1.4.3a
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
X-archive-position: 3589
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: rjoralist@society.servebeer.com
Precedence: normal
Reply-to: rjoralist@society.servebeer.com
List-help: <mailto:ecartis@freelists.org?Subject=help>
List-unsubscribe: <oracle-l-request@freelists.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: oracle-l <oracle-l.freelists.org>
X-List-ID: oracle-l <oracle-l.freelists.org>
List-subscribe: <oracle-l-request@freelists.org?Subject=subscribe>
List-owner: <mailto:steve.adams@ixora.com.au>
List-post: <mailto:oracle-l@freelists.org>
List-archive: <http://www.freelists.org/archives/oracle-l>
X-list: oracle-l
X-Virus-Scanned: Debian amavisd-new at localhost.localdomain

More often?  Not sure, but I do know that since my intro to Oracle back on
7.3.4, I've been an unknowing accomplice of bugdom in our database by
utilizing more functionality of Oracle.  A few that come to mind:

 -- CURSOR_SHARING=FORCE(SIMILAR)
    This has caused me the most grief of anything I've used in Oracle,
including the solitary "wrong results" (9.2.0, I think).  At the time,
though, it was the best solution, because we weren't taught the
importance of bind variables in our SQL classes.  I know better now!

 -- OEM/Database Control/Grid Control
    4/6 of my current SRs are about Grid Control 10.2.0.3.  And I have
issues that I haven't started an SR because there is no reference to any
part of the error messages on Metalink or even Google.  And with the
pain and time I seem to have with relatively "known" bugs, I
unfortunately can't afford to blaze the trail for new ones.  One major
bug I did file included a metric that failed to collect, and failed to
notify the collection failure, which led to a full tablespace, and a
discrepancy in our financials from the failed transaction.  This was
never resolved and Support relayed that they are not able to allocate
time for root cause analysis (apparently I'm supposed to debug their
software now?).  Another major one is some of the RMAN jobs scheduled
through GC just disappeared last week.  I've been ranting about OEM's
reliability since 8i.  I'm still far from satisfied, unfortunately.

-- Oracle Client on Windows
    In a past life, we used homegrown client/server apps (e.g. VB/.NET). 
8.0.5 was very stable.  Very few issues that we could attribute to the
Oracle Client.  The other two versions we replaced it with, 9.2.0 and
then 10.2.0, were buggy to the point of not being usable.  I had an SR
for the 9.2.0 client open for 10 months (escalated to Development for
most of that time) that was never resolved.

-- Oracle UltraSearch
    It's probably that I'm just not a Java-type (or class!).  It would work
great for weeks (10gR1, I think?!?), then puke unexplicably, throwing
30+ errors/second until the drives filled.  Only a bounce could fix it. 
The next *patch-level* release of the database included a fix, but also
*introduced* (in a patch-level release!) a different third-party engine
for the Text portion, if I remember correctly.  Because of the testing
requirements of that huge change, the patch could not be justifed to the
business.

-- Oracle Internet Directory
   Version 9iR2 (or was it even 10gR1?) was not usable with replication on
Linux.  It flat out didn't work, and Support couldn't tell me what was
wrong or how to fix it.  To be fair, 10gR2 seemed nicely stable with the
newer (and simpler!) LDAP-based replication agreements instead of the OID
Advanced Replication.  And at least one person on the OID Support team
was downright fantastic in helping me troubleshoot the miniscule error in
my install (and I left feedback about it, too).

All that being said, I still think the core database is the best out there,
bar none.  It's just that I don't feel that 11 years experience with a free
safety ringing my bell after catching a high pass in the flat should be
needed to know what options and features I should not use (Sorry for the
football reference, but the Superbowl of the NFC is on tonight.  GO PACK!).

My $.02000000001, (w/rounding error)
Rich

p.s.  Best of luck to you in kicking the habit!

> Do you find yourself saying more often, "It's an Oracle bug.  Fixed in
> 'xx' patch."  Or "It's an Oracle bug and its not fixed yet."  Or "It's
> an Oracle bug and it looks like its fixed in 11g."???
>
>
>
> We're running 10.2.0.3 (can't remember the patchset off the top of my
> head) and we've got a few bugs that aren't fixed and we seem to hit
> another every other week.
>
>
>
> The latest is ORA-01008: Not all variables bound when setting
> cursor_sharing = SIMILAR for PeopleSoft performance.
>
>
>
> I just looked at the 10.2.0.4 release notes (which has not been released
> for any platform, nor are any release dates provided) and I think it's
> the biggest list of Oracle bugs I've ever seen in a patch.
>
>
>
> I know with added complexity comes added potential for bugs, but this is
> becoming more and more bothersome.
>
>
>
> Thoughts?
>
>
>
> Disclaimer:
>
> I've recently quit smoking and taking Chantix so maybe I'm just in a
> very bad mood.
>
>
>
> Chris Taylor


--
http://www.freelists.org/webpage/oracle-l


