Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Personal Oracle and clients - W95
Try using 2:orcl as the connect string (assuming you have installed the
default database. Otherwise replace orcl with the instance identifier you
created). The connection would then be
user - scott or whatever
password - whatever
connectstring-_at_2:orcl
2: specifies that the database is local and so does not use any protocol
adapter
HTH
Venkat
>I have installed a Personal Oracle (7.3) under Win95 and it is
>working well, it seems - I can access it with SQLPlus and other
>Oracle native clients. But I can't get any connection from eg.
>Borland's C++ Builder (via BDE). I haven't installed a TCP host
>adapter (or rather it wasn't installed because the installer felt that
>it was necessary that I had configured tcp/ip first, which I hadn't
>at the time), but there seems to be one named pipes instead.
>
>However, it keeps asking for a host name in SQLNet easy conf., and
>I have no idea about what to do. Any ideas?
Received on Sat May 09 1998 - 11:39:00 CDT
![]() |
![]() |