Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 1998 19:55:50 -0700 (PDT)
From:      David Hawkins <dhawk@river.org>
To:        isp@FreeBSD.ORG
Subject:   Re: FreeBSD and Oracle 
Message-ID:  <199808200255.TAA25029@ohio.river.org>

next in thread | raw e-mail | index | archive | help
> already exists.  The only problem is I don't know if Oracle has a version
> out for FreeBSD yet.

I don't think they do. That leaves you with a couple of options:

1. Run the Oracle SQL server on another Unix machine (Sun, HP, AIX,
etc.) and have the CGI scripts send queries/updates/reads to that port
on the other machine. If you want to use Intel hardware then check
Solaris and see if Oracle/Sybase/Informix have a Solaris 86 port.
True, it's not FreeBSD, but for that ...

2. Use a SQL server in the ports collection. You can go ahead and
download one and play with it -- it's not going to be much different
going to one of the big name SQL servers later if you need to.
I believe Best uses msql on their FreeBSD machines. Taking a look in
/usr/ports/databases:
Makefile        msql            p5-Msql         postgresql      xmysql
cdb             mysql           p5-Mysql        py-PyGreSQL xmysqladmin
db              p5-DBD-Pg       p5-Pg           tkgnats
gdbm            p5-DBI          pgaccess        typhoon
gnats           p5-MLDBM        pkg             xmbase-grok

Personally I'd use postgres if I was doing this on FreeBSD.
Once you know SQL (updates, queries, bulk copies, etc.) it's
fairly easy to move to a different SQL server later if you need to.


Disclaimer: Yes, I work for Sybase. But use Oracle if you want to.
I just don't think it works on FreeBSD -- yet.

later, david
--
David Hawkins  -- dhawk@river.org        http://www.river.org/~dhawk
"Trouble is like a sieve through which we sift our acquaintances.
Those too big to pass through are our friends." -- Arlene Francis

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808200255.TAA25029>