Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Logging in

Re: Logging in

From: Lawrence Simela <lsimela_at_mahalini.prestel.co.uk>
Date: Wed, 22 Aug 2001 01:41:10 +0100
Message-ID: <9luvtj$2d9$1@phys-ma.sol.co.uk>


Why are you using ODBC?

SQL*Plus uses Net8 to connect to the server. You need to use the Net8 Configuration Assistant to create a service name which stores all the information to connect to the database. You then identify this service name in the Host String that Sql*plus asks for,,

Username: Scott
Password : Tiger
Host String: [Here you enter your net service name, which is typical the same as your database]

The prompts you show do not seem to be SQL*plus prompts i.e. login, Server etc..

It might help to read the manuals before posting..

hth
lawrence

"Bastiaan & Cecile" <bmartens_at_xtra.co.nz> wrote in message news:3B82ECB5.25CB79B1_at_xtra.co.nz...
> Hi there,
>
> I'm pretty sure this is a question you must see coming and coming again,
> but I've looked for the answers in previous posts but couldn't find what
> I needed. Here goes:
>
> I've installed Oracle 8, and when I try to use SQL plus, it asks for a
> login, password, and server. This is what I enter:
>
> Login: Scott
> Password: Tiger
> Server: ODBC:Polite
>
> But it doesn't accept it. The other thing is, at the install, I've
> entered Oracle instead of OraHome81 as the home. Would that make a
> difference?
>
> Thanks in advance for your help,
>
> Cecile.
>
>
Received on Tue Aug 21 2001 - 19:41:10 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US