Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Interfaces Jdbc > Re: JDBC on Pos...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 7 Topic 1969 of 2028
Post > Topic >>

Re: JDBC on Postgres 8.3

by swampler@[EMAIL PROTECTED] (Steve Wampler) Jun 5, 2008 at 10:59 AM

Allgood, John wrote:
> Thanks for responding. I think I have figured out what I need to do. I
> think I just need to install the JDBC driver on his client machine and
> then setup the connection strings within the query tool he is using. I
> assume since he already has java installed on his workstation. Then he
> can communicate with the PostgreSQL database. The only thing he is
> wanting to do is pull data out of our database and put into there Oracle
> Trans****tation System.

You're probably in good shape, but you might check the version of Java
that is installed.  I *think* RHEL4 comes with GNU java, which may or may
not work with JDBC (anybody know?).  If the user has installed Sun's JDK,
then things are almost certainly fine.  To find out, run:

    java -version

If you get back something like:

    ->java -version
    java version "1.4.2"
    gcj (GCC) 3.4.6 20060404 (Red Hat 3.4.6-9)
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There
is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

you're running GNU java.  If you get back something like:

    ->java -version
    java version "1.6.0_06"
    Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
    Java HotSpot(TM) Server VM (build 10.0-b22, mixed mode)

you're running Sun's Java.

-- 
Steve Wampler -- swampler@[EMAIL PROTECTED]
 gods that smiled on your birth are now laughing out loud.

-- 
Sent via pgsql-jdbc mailing list (pgsql-jdbc@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc
 




 7 Posts in Topic:
JDBC on Postgres 8.3
jallgood@[EMAIL PROTECTED  2008-06-05 09:10:56 
Re: JDBC on Postgres 8.3
craig@[EMAIL PROTECTED]   2008-06-06 01:16:02 
Re: JDBC on Postgres 8.3
jallgood@[EMAIL PROTECTED  2008-06-05 12:32:53 
Re: JDBC on Postgres 8.3
swampler@[EMAIL PROTECTED  2008-06-05 10:59:07 
Re: JDBC on Postgres 8.3
guyr-ml1@[EMAIL PROTECTED  2008-06-05 17:32:24 
Re: JDBC on Postgres 8.3
Chris Browne <cbbrowne  2008-06-06 14:40:51 
Re: JDBC on Postgres 8.3
craig@[EMAIL PROTECTED]   2008-06-07 03:26:22 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sun Sep 7 2:01:37 CDT 2008.