How do I connect Access to Oracle if Oracle client is not installe

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

More details:

I have a remote Oracle database to which I need to connect.
My local computer doesn't have Oracle (and can't have).
I know I can browse the Oracle DB from this computer using DBVisualizer (it
uses jdbc connectors, which don't refer to entries in Oracle's tnsnames.ora
file).

Thanks for any info, and best regards
Tebis
 
You have to install the odbc drivers for oracle....

I don't know about installing the client...you might not have to..but you
most certainly must provide, or install some
drivers to connect. That other piece of software must have included some
drivers when it was installed....
 
Back
Top