From owner-freebsd-questions@FreeBSD.ORG Wed Mar 31 08:50:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E328316A4CE for ; Wed, 31 Mar 2004 08:50:22 -0800 (PST) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AEB843D1F for ; Wed, 31 Mar 2004 08:50:22 -0800 (PST) (envelope-from christian@gruendemann.com) Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1B8iuz-0008JQ-00; Wed, 31 Mar 2004 18:50:21 +0200 Received: from [212.202.150.227] (helo=wks23) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1B8iuz-0003hQ-00; Wed, 31 Mar 2004 18:50:21 +0200 Message-ID: <037c01c41740$33a71430$3217a8c0@wks23> From: =?iso-8859-1?Q?Christian_Gr=FCndemann?= To: , "Martin McCormick" References: <200403311614.i2VGEYOf065307@dc.cis.okstate.edu> Date: Wed, 31 Mar 2004 18:49:57 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:010178e10cce216e53135035dd7c3c88 Subject: Re: Installing jdbc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2004 16:50:23 -0000 > I am investigating using JDBC to access an Oracle database > server from a FreeBSD system. The freeBSD system does not have X > windows running on it. Is it possible to install jdbc-oracle816 plus > what it needs to live and not need X? I am quite sure that you don't need any X-Server for using jdbc. What you need for JDBC is the Oracle JDBC Driver in your classpath. And of course java.sql.* and all the other classes you need. > > Our uses of this would be in the command-line and script modes > so we don't need X except possibly for libraries which are okay. I > just don't want to have to run X if I can help it. > > Thank you. > > Martin McCormick WB5AGZ Stillwater, OK > OSU Information Technology Division Network Operations Group > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"