`

oracle shutdown in process错误

阅读更多

linux下添加oracle环境变量

export ORACLE_HOME = /HOME/ORACLE
export PATH = $ORACLE_HOME/bin:$PATH
export ORACLE_SID=orcl

 出现如下错误解决方法:
ORA-01089: immediate shutdown in progress - no operations are permitted
Process ID: 0
Session ID: 0 Serial number: 0
--查看ipcs共享内存未释放

sqlplus ‘/as sysdba’

conn /as sysdba

shutdown abort

再查看ipcs

 

详情见:http://wenku.baidu.com/link?url=-3UqB8KcM_JQ8qjzIOwFKCz5REyQxmuEDw9KDJ0kpaydKU2Gr0kQWYuDiH1HqwZPUFnkI-830fF4H2gGanw1e-WsbTMhuTlB4BMIjQAzR6y

再startup

分享到:
评论

相关推荐

    ORACLE initialization or shutdown in process

    碎片处理工具,处理碎片至使oracle数据库不能启动, 解决方法: 进入dos: 以DBA用户登录,具体命令是 sqlplus /NOLOG SQL>connect sys/change_on_install as sysdba 提示:已成功 SQL>shutdown normal 提示:...

    ora-01033 oracle initialization or shutdown in progress

    数据库导致连接出现异常的解决办法整理,这是 oracle连接问题的具体解决方案

    Oracle 10g Concepts 中文版

    Chapter 12, Database and Instance Startup and Shutdown 第 12 章,数据库及实例的启动与关闭 Part III Oracle Database Features 第三部分 Oracle 数据库特性 Chapter 13, Data Concurrency and Consistency 第...

    Oracle Concepts中英文对照版(10g R2).chm

    Process Architecture 第 9 章,进程体系结构 Chapter 10, Application Architecture 第 10 章,应用体系结构 Chapter 11, Oracle Utilities 第 11 章,Oracle 工具 Chapter 12, Database and Instance ...

    Oracle 10g r2 Concepts 手册(中英文对照阅读版本).chm

    Oracle 10g r2 Concepts 手册是一个很好的学习 Oracle 的起点,涉及到了你所需要知道的许多重要 Oracle 概念。当然,其中不可能会涵盖每一个技术细节(Oracle 文档提供了技术细节,不过它有 10000 ~ 20000 页),...

    最全的oracle常用命令大全.txt

    SQL> select pro.spid from v$session ses,v$process pro where ses.sid=21 and ses.paddr=pro.addr; 说明:21是某个连接的sid数 然后用 kill 命令杀此进程号。 五、SQL*PLUS使用 a、近入SQL*Plus $sqlplus ...

    oracle concepts概念手册中英文版(10gR2)

    Chapter 12, Database and Instance Startup and Shutdown 第 12 章,数据库及实例的启动与关闭 Part III Oracle Database Features 第三部分 Oracle 数据库特性 Chapter 13, Data Concurrency and Consistency 第...

    oracle概念手册中英文对照版

    Chapter 12, Database and Instance Startup and Shutdown 第 12 章,数据库及实例的启动与关闭 Part III Oracle Database Features 第三部分 Oracle 数据库特性 Chapter 13, Data Concurrency and Consistency 第 ...

    Oracle Concepts 中文英文对照版 (10g R2)

    Process Architecture 第 9 章,进程体系结构 Chapter 10, Application Architecture 第 10 章,应用体系结构 Chapter 11, Oracle Utilities 第 11 章,Oracle 工具 Chapter 12, Database and Instance ...

    Oracle Concepts 中文版 (10g R2)

    Oracle Concepts官方文档,中英文对照版,oracle数据库入门的好材料,不论是从事ORACLE数据库管理还是ORACLE应用开发,都应该读一读。 Part I What Is Oracle? 第一部分 何为 Oracle? Chapter 1, Introduction ...

    Oracle Concepts 中英文对照版 (10g R2).rar

    Chapter 12, Database and Instance Startup and Shutdown 第 12 章,数据库及实例的启动与关闭 Part III Oracle Database Features 第三部分 Oracle 数据库特性 Chapter 13, Data Concurrency and Consistency ...

    orcale常用命令

    SQL> select pro.spid from v$session ses,v$process pro where ses.sid=21 and ses.paddr=pro.addr; 说明:21是某个连接的sid数 然后用 kill 命令杀此进程号。 五、SQL*PLUS使用 a、近入SQL*Plus $sqlplus ...

    please help me

    FLAG, AUTOCHARGE_FLAG, BACKFLUSH_FLAG, MINIMUM_TRANSFER_QUANTITY, SHUTDOWN_TYPE_VALUE, SHUTDOWN_TYPE, IMPL_CB, CHANGE_NOTICE, OPERATION_DESCRIPTION, LONG_DESCRIPTION, ...

    Using Perl For Web Programming.pdf

    Oracle RDBMS and Oraperl H Starting a New Message Thread H Listing Threads and Displaying the Contents of a Single Thread H Navigating Through Messages and Posting Replies H G From Here G ...

    数据库项目组日常运维及应急故障处理手册.docx

    通过操作系统命令top topas glance等查看top进程号,确认是系统进程还是oracle应用进程,查询当前top进程执行的操作和sql语句进行分析。 根据进程号获取正在执行的sql SELECT a.osuser, a.username,b.address,...

    sqlmap (懂的入)

    * Full support for MySQL, Oracle, PostgreSQL and Microsoft SQL Server database management system back-end. Besides these four DBMS, sqlmap can also identify Microsoft Access, DB2, Informix and ...

    php中文完全开发手册

    37. Startup and Shutdown Functions 38. Calling User Functions 39. Initialization File Support 40. Where to Go from Here 41. Reference: Some Configuration Macros 42. API Macros VII. PHP API: 扩展开发...

    spring-framework-reference4.1.4

    Dependency resolution process ................................................................. 35 Examples of dependency injection ............................................................. 36 ...

    spring-framework-reference-4.1.2

    Dependency resolution process ................................................................. 35 Examples of dependency injection ............................................................. 36 ...

Global site tag (gtag.js) - Google Analytics