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: How to access Oracle database from another computer?

Re: How to access Oracle database from another computer?

From: Ron van Zijl \(Prive\) <zijlr_at_yahoo.com>
Date: Thu, 14 Mar 2002 21:31:12 +0100
Message-ID: <a6r1f8$ckh$1@news1.xs4all.nl>


Daniele,

I am not familiar with Delphi but in general you have two general options: * ODBC Just install an ODBC on the connecting machine using the appropriate Oracle version driver.
* JDBC Equal to ODBC but for Java :)

If your application can communicate using ODBC you are set. If you need to pass massive amounts of data you might look into native connections to Oracle using SQL*Net. But again I am not familiar enough with Delphi to say whether it can use SQL*Net.

Hope this helps

Ron
"Daniele Cincinnati" <daniele.cincinnati_at_prometeia.it> wrote in message news:a6hsmg$3mu$1_at_pinco.nettuno.it...
> I've installed Oracle 8.1.7 on my computer and I want to access my Oracle
> database with Delphi from another computer of the same LAN. Which
components
> do I have to install?
>
> Thank you and good work.
>
>
Received on Thu Mar 14 2002 - 14:31:12 CST

Original text of this message

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