Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Logging into SQL*Plus (Oracle 8i)
"Water Cooler v2" <wtr_clr_at_yahoo.com> wrote in
news:1120511167.719401.211720_at_o13g2000cwo.googlegroups.com:
> I just installed Oracle 8i and am having a tough time just logging into
> SQL*Plus. I've given scott for the User Name and tiger for the
> Password. But heck, what do I give in as the host string?
>
You give the alias name which exists in the TNSNAMES.ORA file.
Just a point of order, if you are logged directly onto the DB server system, then the use of SQL*Net is optional & NOT required.
$ sqlplus scott/tiger could/will get you into the DB if your evironment is properly setup. Received on Mon Jul 04 2005 - 17:18:15 CDT
![]() |
![]() |