Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to access Oracle database from another computer?
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
![]() |
![]() |