Re: Installing jdbc

From: Christian Gründemann (christian_at_gruendemann.com)
Date: 03/31/04

  • Next message: Don: "Re: 5.2.1-R sysinstall NFS install failure"
    To: <freebsd-questions@freebsd.org>, "Martin McCormick" <martin@dc.cis.okstate.edu>
    Date: Wed, 31 Mar 2004 18:49:57 +0200
    
    

    > 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"

    _______________________________________________
    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"


  • Next message: Don: "Re: 5.2.1-R sysinstall NFS install failure"

    Relevant Pages

    • Re: JDBC query for date datatype (Urgent)
      ... > I am forming a query thru JDBC for ORACLE database like this ... >if you see in this query, FIELD2 datatype is Date. ... >But in JDBC, ...
      (comp.lang.java.databases)
    • Re: oracle jdbc abd OpenOffice 2.0
      ... > in the course of finding out how to connect an Oracle database ... > to OpenOffice 2.0 via JDBC I read a posting in this group: ... > "I use JDBC and it works flawlessly. ...
      (comp.databases.oracle.server)
    • Query table and column comments with JDBC
      ... Does anyone know of a solution to query the comments (at the table and ... at the column level) in an oracle database using JDBC? ...
      (comp.lang.java.databases)