lsnrctl stop
启动和关闭数据库可以用SQLPLUS

解决方案 »

  1.   

    和WIN2000下关闭数据库并没有什么区别。可不管监听器
    用oracle用户登陆
    svrmgrl
    SVRMGRL>connect internal
    SVRMGRL>shutdown immediate
      

  2.   

    用oracle用户登陆
    UNIX>svrmgrl
    Oracle Server Manager Release 3.1.7.0.0 - ProductionCopyright (c) 1997, 1999, Oracle Corporation.  All Rights Reserved.Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning and Parallel Server options
    JServer Release 8.1.7.0.0 - ProductionSVRMGR> connect internal/oracle
    SVRMGR> shutdown immediate
    ............
    database unmounted从起时,先起listiner ,在同前进入svrmgrl,
    SVRMGR> connect internal/oracle
    SVRMGR> startup
    ...........
    database mounted
    完成。
      

  3.   

    哦!谢谢!
    还想问:svrmgr是做哦什么 用的?有什么含义吗?
      

  4.   

    startup nomount|mount|open
    shutdown abort|immediate|transaction|normal
      

  5.   

    svrmgr只在8i(包括8i)下有,9i就没有了,是oracle控制台
    是一个dos命令
    8叫svrmgr30
    8i叫svrmgrl
      

  6.   

    unix就是shell命令,和windows下dos命令一样。
    9i直接在sql plus就可以操作(其实8i在 sql plus中以sysdba登陆,也可以这样操作)
      

  7.   

    谢谢,我是想问svrmgr这命令的作用是什么呢?