Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Remote access to Oracle db from a client
"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
![]() |
![]() |