Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Connect to local Database
Walter Schuhbauer wrote in message <36265CCE.FDD71763_at_sni.de>...
>I have installed Oracle 7.3.3 on an Windows 95 PC and i want to connect
>on the database with 16-Bit Applications. Therefore i have installed
>SQL*Net 16 Bit. The connection with the Bequeath adapter results in
>an TNS-error no such protocol adapter.
Maybe the PATH? Make sure that the PATH includes both 32 and 16bit bin
directories, something like this:
set PATH=%PATH%;C:\ORAWIN95\BIN;C:\ORAWIN\BIN
regards,
Billy
Received on Fri Oct 16 1998 - 08:19:09 CDT