这类问题可查以前的贴子,哈哈,又一个加入ORACLE阵营的。

解决方案 »

  1.   

    $ sqlplus /nologSQL*Plus: Release 9.2.0.4.0 - Production on Tue Aug 26 18:04:26 2003Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.SP2-0640: Not connected
    SQL> startup
    ORA-01031: insufficient privileges
    SQL> conn / as sysdba
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  236423448 bytes
    Fixed Size                   731416 bytes
    Variable Size             201326592 bytes
    Database Buffers           33554432 bytes
    Redo Buffers                 811008 bytes
    Database mounted.
    Database opened.
    SQL> create table a (a number);Table created.Elapsed: 00:00:00.21
    SQL> drop table a;Table dropped.Elapsed: 00:00:00.64
    SQL> exit
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
    With the Partitioning option
    JServer Release 9.2.0.4.0 - Production
    $
      

  2.   

    哪个是SQL里的“企业管理器”,用户名和密码都是什么?谢谢了。sysman:oem_temp
      

  3.   

    Oracle 的企业管理器 也是 Oracle Enterprise Manager呀,在开始菜单中有,要先进入console
    ,Manager server用户:sysman/oem_temp;
      

  4.   

    装好以后,不用设置odbc吗?
    我用sqlplus可以用sys,system等等连接
    但是进enterprise manager 里面要server,于是在odbc里选择oracle odbc driver
    可是不行
    这是怎么回事?