Re: SQL*Plus Log On HELP
Date: Mon, 28 Feb 2000 14:01:11 +0100
Message-ID: <38BA7197.4C59865C_at_lemel.fr>
On a standalone installation, you also need to configure a SQL*Net client
with the BEQ protocol. I use a Personal Oracle 8 database on Win98, and
the host string is
configured as follows :
LOCAL.WORLD =
(DESCRIPTION =
(ADDRESS =
(PROTOCOL = BEQ)(PROGRAM = oracle80)(ARGV0 = Oracle80ORCL)(ARGS =
'(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))
(CONNECT_DATA = (SID = ORCL)) Tunji Oke a écrit :
> Hello
> I just installed Oracle 8i on Windows NT 'WORKSTATION' This is a stand
> anlne PC not connected to any server. My main purpose is to use
> SQL*Plus . But the "Log On" screen is asking for 2 variables
> 1. Username
> 2. Password
> 3. Host String
> I do however use a sign on for my NT workstation during startup
> seccion. I tried that "log on" but it did not help. All Oracel
> documentation I dead indicates to sign on as "scott" and "tiger" but
> no installation mentioned the "host string" And all the people
> requestin guser/password help on this newsgroup did not mention "host
> string" or "Log On" on a standalone Winnt Workstation. If anyone has
> encountered this or can help please reply here or directly to my
> email: tunji_at_linqmail.com
> Many thanks
Received on Mon Feb 28 2000 - 14:01:11 CET