Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PO7.0 SQL NET
In article <32CB251E.1A1E_at_mailhost.worldnet.att.net>, zxcvb_at_mailhost.worldnet.att.net wrote:
>Folks,
>
>I installed Personal Oracle 7.0 NT version on
>my NT4.0 Server (beta version). But SQL_Plus3.2
>has problems to connect to PO7.0 Server. Both
>SQL_Plus3.2 and PO server run on same pc. When
>I specified host string as t:tiger (tiger is host
>name of my pc), an error message appeared:
>
>ERROR: ORA-03121: no interface driver connected - function not
>performed.
>
>Then SQL_Plus3.2 was connected to the local database.
>
>Any help is appreciated.
>
>Frank
t:tiger is a SQL*Net V1 type connect string. Your PO7 came most likely with
SQL*Net V2 only, thus the 03121 error (the V1 interface driver is missing).
You need to set up a TNSNAMES.ORA file with the SQL*Net V2 connect
information. PO7 comes with Easyconfig that does that for you.
Received on Tue Jan 07 1997 - 00:00:00 CST
![]() |
![]() |