From owner-freebsd-database@FreeBSD.ORG Fri Mar 7 22:20:06 2008 Return-Path: Delivered-To: freebsd-database@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C76C1065671 for ; Fri, 7 Mar 2008 22:20:06 +0000 (UTC) (envelope-from freebsd-database@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id D57308FC18 for ; Fri, 7 Mar 2008 22:20:05 +0000 (UTC) (envelope-from freebsd-database@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JXkv5-0005YA-Ej for freebsd-database@freebsd.org; Fri, 07 Mar 2008 22:20:03 +0000 Received: from 92.50.96.215 ([92.50.96.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Mar 2008 22:20:03 +0000 Received: from saper by 92.50.96.215 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Mar 2008 22:20:03 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-database@freebsd.org From: Marcin Cieslak Date: Fri, 07 Mar 2008 23:16:13 +0100 Lines: 24 Message-ID: <47D1BEAD.2020407@system.pl> References: <78cb3d3f0803070636l38ca7683t24235efd8f989c67@mail.gmail.com> <20080307161415.g9vgql0xcscgkkco@webmail.leidinger.net> <20080307184427.5a005ef9@it.buh.tecnik93.com> <78cb3d3f0803071122s74ef2075p8b5f761dd5e8b0ad@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 92.50.96.215 User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.12) Gecko/20080228 SeaMonkey/1.1.8 In-Reply-To: <78cb3d3f0803071122s74ef2075p8b5f761dd5e8b0ad@mail.gmail.com> Sender: news Cc: freebsd-isp@freebsd.org, freebsd-database@freebsd.org, freebsd-emulation@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Preparing an Oracle Database XE port/package -- any tips ? X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2008 22:20:06 -0000 Adrian Penisoara wrote: > 2). Usually everything comes down to business cases and business > opportunities. So I think we will need to demonstrate a large userbase in > order to get attention. I think we should be happy if an Oracle XE FreeBSD > package will make it onto the downloads page in the first place. I can give you one business case: During election observation mission in 2007 an Oracle XE installation I've had (just for test) on my FreeBSD notebook saved my (election) day and allowed me to analyze and verify election results - and this is a Big Thing(tm). > 3) Oracle EE / SE editions are indeed the big guns on the enterprise > database market, but until there are some more steps. And Oracle does not > use a packaging format for these, OUI (Oracle Universal Installer) is the > designated tool to use. OUI is difficult to run, it's usually easier to setup a database without it. Fortunately XE does not need one at all. There are scripts out there that perform database creation end-to-end and I think they should be included in the port. --Marcin