Re: Can't connect MS Access to 8i



anc@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx says...
I'm not an Oracle expert but I do know a bit about ODBC. I'm trying to link
to an Oracle 8i table. I built the DSN using the Microsoft Driver for
Oracle. I have a valid user/pass/server... but I get some obscure TNS error
that I looked up and told me nothing (I forget the number... it's a common
one.)

Do I need to have the Oracle ODBC driver on my WinXP machine? I looked at a
million postings and sites on the web about connecting to Oracle and I
can't figure out if I need this. (I know it's free and on the Oracle site.)

Also, what is/was SQL*Net which became Net8 later on? Do I need that too?

Talk to your Oracle DBA/admin *BEFORE* you try to do anything.

Get a copy of Tom Kyte's book "Expert One-on-One Oracle" and read the
first couple of chapters at least twice.

You will (probably, there are alternatives) need the Oracle Client on your
WinXP box. One of the files with the client is the tnsnames.ora file in
which you will need an entry defining your Oracle database.

I recommend getting rid of the Microsoft Driver for Oracle and use the
Oracle ODBC Driver for Windows, I find it more stable.

SQL*Net/Net8 is the proprietary comms protocol Oracle uses to communicate
between servers and clients.
.



Relevant Pages

  • Re: Oracle ODBC connection problem
    ... I am trying to connect to my local ORACLE instance using ... > trying to use ODBC on the same computer. ... I installed the Oracle client ... This version of the Microsoft driver has the location and the name of ...
    (microsoft.public.data.odbc)
  • Re: Microsoft ODBC for Oracle Driver problem
    ... why aren't you using the Oracle ODBC driver for ... Oracle instead of the Microsoft driver? ... obsolete and has not been updated since sometime around Oracle 7 or earlier. ...
    (microsoft.public.data.odbc)
  • chr(0) inserted when storing large memo to Oracle
    ... I have a strange bug storing text data in an Oracle 10g VARCHAR2 ... I am using the Microsoft driver for Oracle. ... I capture the data on a form with an EDITBOX object. ... need to add this to my standard Oracle data access code for every ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Microsoft ODBC for Oracle Driver problem
    ... Caused tech support calls everytime Oracle upgraded it. ... Oracle instead of the Microsoft driver? ...
    (microsoft.public.data.odbc)
  • Re: DBD Oracle 1.20 ORA-24334 Error
    ... On the premise instant client and also tried to run perl Makefile.PL -V ... the status after having connected to Oracle ... Failed 2/33 tests, 93.94% okay ...
    (perl.dbi.users)

Loading