本人是ORACLE新手,最近在suse上使用oracle,使用conn "admin/admin"无法连接数据库,可是先输入conn后,再依次输入用户名和密码admin却可以connected.请问这是什么原因呢?是在哪儿的设置有问题吗?多谢!

解决方案 »

  1.   


    [nmc@xj3gweb ~]$ uname
    Linux
    [nmc@xj3gweb ~]$ sqlplus /nologSQL*Plus: Release 10.2.0.1.0 - Production on Fri Aug 20 13:03:09 2010Copyright (c) 1982, 2005, Oracle.  All rights reserved.SQL> conn user/pwd@wpnmcdb;
    Connected.
    SQL> exit;
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [nmc@xj3gweb ~]$ sqlplus  user/pwd@wpnmcdbSQL*Plus: Release 10.2.0.1.0 - Production on Fri Aug 20 13:03:45 2010Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing optionsSQL>