ORACLE本来就提供GUI界面.
在安装目录下/bin/下,有相应的命令,(如:oemapp dbastudio ,是启动Enterprice Manager Console,其他的命令自己去试吧.)
GOOD LUCK.

解决方案 »

  1.   

    当我执行oemapp时报错:xlib :connected "192.168.53.167:0.0" refused server
      

  2.   

    我在后台命令行中输入:
    [oracle@linux1/bin]#oemapp console 时报上面的错
      

  3.   

    试试以下步骤:
    1 在consol下运行svrmgr
    2 connect internal
    3 start up
    4 lsnrctl->start
      

  4.   

    在consol下运行 
     sqlplus
     connect / as sysdba
     start
    前两步都行,可是我执行startup时,错误,提示:failure in processing system parameters
    系统参数错误,我的系统参数设错了
    谁能把具体的参数设置贴出来啊~~~~~~~
    急救~~~~~~~~~~~
      

  5.   

    建库 dbca
    启动数据库可以
    sqlplus /nolog
    conn user/password@databaseSID as sysdba
    startup