We are having problem using Sql*Plus
Platform : HP/UX
Database :8.0....
SqlPlus : ?????
If you connect to database as
sqlplus <userName>/<PassWord>@<DbName>
connects to <DbName> ----- This Works
But
sqlplus <UserName>@<DbName> --- Password will be entered at command line
This connect to database specified by $ORACLE_SID not to <DbName>
I have checked this by selecting name from v$database table;
Are we missing any setup?
Need Help ......
Thanks
Hemant
hemant_deshpande ha scritto:
In all probability it is a bug of sql-plus: I know that the sql-plus of rel.
8.0 have just a problem
when reconnecting; perhaps you can try to install sql-plus with rel. 8.0.5
of DB:
I think the problem is fixed.
Hi
The db spec (@tnsname) goes after the password, even on the command line.
Example
sqlplus fred
PRompt-Password: pass...@otherdb.world
or sqlplus fred/pass...@otherdb.world
In article <36731267...@pop.iperbole.bologna.it>,
-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own