Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 5829 invoked from network); 15 Sep 2007 12:17:46 -0500
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by 69.64.49.119 with SMTP; 15 Sep 2007 12:17:45 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 435AB742D26;
 Sat, 15 Sep 2007 12:39:01 -0400 (EDT)
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 23466-03; Sat, 15 Sep 2007 12:39:01 -0400 (EDT)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id A1D34742B89;
 Sat, 15 Sep 2007 12:39:00 -0400 (EDT)
Received: with ECARTIS (v1.0.0; list oracle-l); Sat, 15 Sep 2007 11:53:57 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 3897774496C
 for <oracle-l@freelists.org>; Sat, 15 Sep 2007 11:53:57 -0400 (EDT)
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 10734-01 for <oracle-l@freelists.org>;
 Sat, 15 Sep 2007 11:53:57 -0400 (EDT)
Received: from mailhost.groupwise.msstate.edu (emerald.ss.msstate.edu [130.18.2.97])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id DE5FB74496B
 for <oracle-l@freelists.org>; Sat, 15 Sep 2007 11:53:56 -0400 (EDT)
Received: from GATEWAY-MTA by mailhost.groupwise.msstate.edu
 with Novell_GroupWise; Sat, 15 Sep 2007 11:32:39 -0500
Message-Id: <46EBC2CB0200003400012820@mailhost.groupwise.msstate.edu>
Date: Sat, 15 Sep 2007 11:32:27 -0500
From: "Doug Gernaat" <dag@its.msstate.edu>
To: "Jared Still" <jkstill@gmail.com>
Cc: <oracle-l@freelists.org>
Subject: Re: publish a pl/sql pkg
References: <46EAAE3B020000340001279A@mailhost.groupwise.msstate.edu>
 <bf46380709150819v7489a2bxdc4f9b1a74ff906c@mail.gmail.com>
In-Reply-To: <bf46380709150819v7489a2bxdc4f9b1a74ff906c@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by Ecartis
Content-Disposition: inline
X-archive-position: 1594
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: dag@its.msstate.edu
Precedence: normal
Reply-to: dag@its.msstate.edu
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

haha... exactly right!

this started out as a small in-house type app.
now other external units need to do SOME of
the same programming that we have done.
while other units do their own development,
there might be security concerns where we feel
that this SOME should not be done in multiple
environments. so now... there are talks about
standards - and offering up what we have done
to others as that possible standard(which sounds
reasonable to me).

thanks for the info
-doug-


>>> "Jared Still" <jkstill@gmail.com> 9/15/2007 10:19:02 AM >>>
On 9/14/07, Doug Gernaat <dag@its.msstate.edu> wrote:
>
> i got a pl/sql pkg with some functions and procedures in it.
> it's working beautifully for other programs that use it within
> the same database environment.
>
> if i were to make this available to other depts within our
> enterprise, what route might you take? these other depts
> are using diff programming languages and databases for
> their web apps.
>
>
Sharing is a great idea.

Just keep in mind what will happen if people make use of it.

* enhancements will be requested.  You will have to make them.
* bugs may be found.  You will have to fix them
* whatever data it relies on will be changed.  You will have to modify the
code.

You will be maintaining this code for as long as you are with the company.

It's not that I am trying to put a damper on your enthusiasm, you just have
to realize that no good deed goes unpunished.  ;)

Been there, done that.  The most recent example is an app that had a fairly
good database design, and worked fairly well.  The rules changed, I spent
80 hours (or more) adapting it, and I am still responsible for it.  It will
need
changed again soon due to changes in its data sources.

There's nothing wrong with this, other than it tends to interfere with
everything
else that a DBA normally does, which all adds up to extra time spent
working.

I've learned to be more careful what I volunteer for. :)

Just food for thought...
-- 
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist

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


