Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Remote access to Oracle db from a client

Re: Remote access to Oracle db from a client

From: Mark D Powell <mark.powell_at_eds.com>
Date: 1 Mar 2002 07:07:42 -0800
Message-ID: <178d2795.0203010707.3e381d22@posting.google.com>


"M Robertson" <mrob1999_at_yahoo.com> wrote in message news:<newscache$8g4asg$cct1$1_at_news.ipinc.net>...
> What need to be done on the client side and the server side to access an
> oracle db remotely with jdbc on a network.
> It works with the Java code executed from the server, now how to execute
> from a client on the network?
> How is the connection made?
>
> What is replacing String URL = "jdbc:oracle:oci8:@ORADBSER01"; ?
>
> What software need to be installed on the client side?
>
> Thanks, Mike

Mike, We have decided not to use java in the database at present but the example I have for client access using the thin client is jdbc:oracle:thin:@host:1521:orc which I think equates to jdbc:oracle:thin:@host:port:sid

HTH
-- Mark D Powell -- Received on Fri Mar 01 2002 - 09:07:42 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US