From owner-freebsd-questions Thu Jun 20 4: 2:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp06.retemail.es (smtp06.iddeo.es [62.81.186.16]) by hub.freebsd.org (Postfix) with ESMTP id 63F3437B404 for ; Thu, 20 Jun 2002 04:02:29 -0700 (PDT) Received: from kodo.localdomain ([62.174.3.102]) by smtp06.retemail.es (InterMail vM.5.01.05.08 201-253-122-126-108-20020526) with SMTP id <20020620110217.NGEK8351.smtp06.retemail.es@kodo.localdomain>; Thu, 20 Jun 2002 13:02:17 +0200 Date: Thu, 20 Jun 2002 13:02:24 +0200 From: F.Xavier Noria To: Pascal Giannakakis Cc: freebsd-questions@freebsd.org Subject: Re: Oracle 8 clients on FreeBSD? Message-Id: <20020620130224.10bdfc43.fxn@retemail.es> In-Reply-To: <19860.1024566084@www24.gmx.net> References: <19860.1024566084@www24.gmx.net> X-Mailer: Sylpheed version 0.7.8 (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 20 Jun 2002 11:41:24 +0200 (MEST) Pascal Giannakakis wrote: : does anybody of you use Oracle 8 in a production-env? I'm so sick of my : SuSE-Linux workstation here at work, i could throw this crap out of the window... : I want to install FreeBSD, however, i need Oracle 8 clients. Will it work : without problems, if i follow the instructiuons in the handbook? As for the clients, I uncompressed a Linux tarball under /home/oracle and worked fine out of the box, which means here that sqlplus could connect to a remote database. Take into account, however, that FreeBSD native executables cannot use Linux libraries and there is no OCI library for FreeBSD. So if you are going to need to write in that machine, say, a Perl program that has to use the database you'll have a hard time. I installed Red Hat's perl but couldn't build DBD::Oracle. I needed to switch to Debian at work because of that. -- fxn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message