Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: need help connecting to po7.3.2 using sql*net2.3.2
Aldo Alejandro wrote:
>
> Hello all,
>
> Please help me connect to personal oracle. I am using a client app called
> omnis and I am trying to connect to po7.3.2 using the sql*net v2.3.2.1
>
> case 2
> my host name is @T:2
> username is scott, password is tiger
> error message is ora 03121, no interface driver connected
>
> Thanks & have a nice day! ;-)
Last week I encountered the same problem as your case 2 ( but with WG)
The problem is in your definition of your connect string.
A letter and a collon means a conncetion string for SqlNet V1
In your case T:
The solution could be in case of a simple sql client session:
sqlplus scott/tiger_at_demo.world
demo.world is an alias configured in de file tnsnames.ora
In the file tnsnames.ora is protocol and the location of the DB.
At the server-side you need to configure the files listener.ora.
For configuration of these files, you the Easy-SqlNet
configuration-tools.
Of cource there are some more configurations possible, but I guesss this is a good start.
Good Luck.
Please correct me, if I was wrong.
Regards Steven Received on Sun Jun 22 1997 - 00:00:00 CDT
![]() |
![]() |