初学oracle,高手解答!

解决方案 »

  1.   

    [code=BatchFile]sqlplus user/password@sid[/code]
      

  2.   

    开始-->运行:
    sqlplus / nolog

    sqlplus / as sysdba
      

  3.   

    Microsoft Windows [版本 5.2.3790]
    (C) 版权所有 1985-2003 Microsoft Corp.C:\Documents and Settings\Administrator>sqlplusSQL*Plus: Release 10.1.0.4.2 - Production on 星期一 2月 16 11:53:28 2009Copyright (c) 1982, 2005, Oracle.  All rights reserved.请输入用户名:  用户名
    请输入口令:    密码连接到:
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - ProductionSQL>
      

  4.   

    使用
    sqlplus user/password@sid
    或者
    sqlplus / as sysdba
    都可以,不过第一种情况需要在tnsname.ora文件中设置了相应的连接串
      

  5.   

    进入oracle安装目/admin/bin/
    运行
    sqlplus / nolog  
    connect - / as sysdba
      

  6.   

    直接一个键入 sqlplus  
      

  7.   

    sqlplus后可能会提示你要输入:user/passwor,那就继续吧!