Oracle故障分析ORA-01089

WBOY
풀어 주다: 2016-06-07 15:54:03
원래의
1566명이 탐색했습니다.

今天对测试库发出shutdown immediate命令后观察日志发现如下内容:Tue May 12 09:52:45 2015SHUTDOWN: Active processes prevent

今天对测试库发出shutdown immediate命令后观察日志发现如下内容:
Tue May 12 09:52:45 2015
SHUTDOWN: Active processes prevent shutdown operation
 
shutdown被活动的进程阻止了,,Ctrl+C无法中断当前回话,退出重连服务器,打开新的会话:
[Oracle@021Y-SH-BKAP ~]$ sqlplus  / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Tue May 12 09:54:17 2015
Copyright (c) 1982, 2009, Oracle.  All rights reserved.
Connected.
SQL> shutdown immediate
ORA-24324: service handle not initialized
ORA-24323: value not allowed
ORA-01089: immediate shutdown in progress - no operations are permitted
SQL> startup abort
ORA-01031: insufficient privileges

查看报错信息
[oracle@021Y-SH-BKAP  ~]$ oerr ora 01089
 
01089, 00000, "immediate shutdown in progress - no operations are permitted"
 
// *Cause:  The SHUTDOWN IMMEDIATE command was used to shut down
 
//        a running ORACLE instance, so your operations have been
 
//        terminated.
 
// *Action: Wait for the instance to be restarted, or contact your DBA.

退出会话再次重新连接
SQL> exit
 
Disconnected
 
[oracle@021Y-SH-BKAP ~]$ sqlplus  / as sysdba
 
SQL*Plus: Release 11.2.0.1.0 Production on Tue May 12 09:57:24 2015
 
Copyright (c) 1982, 2009, Oracle.  All rights reserved.
 
Connected.
 
SQL> shutdown abort
 
ORACLE instance shut down.

本文永久更新链接地址

원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!