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: Login problems

Re: Login problems

From: John P. Higgins <jh33378_at_deere.com>
Date: Wed, 28 Oct 1998 20:43:55 -0600
Message-ID: <3637D66B.D838115@deere.com>


From your question, I assume you are working in unix. The $ is special
in unix. It marks the beginning of a variable. Quote it with a single back-slash:

sqlplus OPS\$USER/passwd

On the other hand, this should work :

sqlplus /

Yes, just slash.

dave_romero@yahoo.com wrote:

Sorry for the beginer question, but I'm having a dickens of a time trying to
login to sqlplus from the command line.  When I try:

sqlplus OPS$USER/passwd

or

sqlplus OPS$USER/passwd@SID

I get the follwing error:

ERROR:
ORA-01017: invalid username/password; logon denied

However, when I just type sqlplus, and enter the user and password when
prompted, everything works just fine.  Is there something I'm neglecting to
do? I can connect fine as system/manager with sqlplus system/manager.

If there are any ideas, please let men know.

-Dave Romero

-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own

  Received on Wed Oct 28 1998 - 20:43:55 CST

Original text of this message

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