oracle 启动状态由nomount-mount-open

一. nomount状态下操作

08:09:49 idle> startup nomount; ORACLE instance started.

Total System Global Area  488534016 bytes Fixed Size

2214616 bytes Variable Size

364905768 bytes Database Buffers

113246208 bytes Redo Buffers

8167424 bytes 08:10:00

idle>

当 Oracle 启动实例时,首先需要从服务器参数文件(server parameter file)或初始化参数文件(initialization parameter file)中读取初始化参数,初始化部分v$视图,之后创建存储数据库信息的共享内存区 SGA,最后创建后台进程(background process)。此时,构成实例的内存区及进程还没有和数据库产生联系。

观察alter日志

on Sep 16 08:09:59 2013
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 3
Using LOG_ARCHIVE_DEST_1 parameter default value as USE_DB_RECOVERY_FILE_DEST
Autotune of undo retention is turned on.
IMODE=BR
ILAT =27
LICENSE_MAX_USERS = 0
SYS auditing is disabled
Starting up:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options.
Using parameter settings in server-side spfile /u01/app/oracle/product/11.2.0/db_1/dbs/spfileORADB1.ora
System parameters with non-default values:
  processes                = 150
  memory_target            = 468M
  control_files            = "/u01/app/oracle/oradata/ORADB1/control01.ctl"
  control_files            = "/u01/app/oracle/flash_recovery_area/ORADB1/control02.ctl"
  db_block_size            = 8192
  db_writer_processes      = 2
  compatible               = "11.2.0.0.0"
  db_recovery_file_dest    = "/u01/app/oracle/flash_recovery_area"
  db_recovery_file_dest_size= 3882M
  undo_tablespace          = "UNDOTBS1"
  remote_login_passwordfile= "EXCLUSIVE"
  db_domain                = ""
  dispatchers              = "(PROTOCOL=TCP) (SERVICE=ORADB1XDB)"
  audit_file_dest          = "/u01/app/oracle/admin/ORADB1/adump"
  audit_trail              = "DB"
  db_name                  = "ORADB1"
  open_cursors             = 300
  diagnostic_dest          = "/u01/app/oracle"
Mon Sep 16 08:10:00 2013
PMON started with pid=2, OS id=20413
Mon Sep 16 08:10:00 2013
VKTM started with pid=3, OS id=20415 at elevated priority
VKTM running at (10)millisec precision with DBRM quantum (100)ms
Mon Sep 16 08:10:00 2013
GEN0 started with pid=4, OS id=20419
Mon Sep 16 08:10:00 2013
DIAG started with pid=5, OS id=20421
Mon Sep 16 08:10:00 2013
DBRM started with pid=6, OS id=20423
Mon Sep 16 08:10:00 2013
PSP0 started with pid=7, OS id=20425
Mon Sep 16 08:10:00 2013
DIA0 started with pid=8, OS id=20427
Mon Sep 16 08:10:00 2013
MMAN started with pid=9, OS id=20429
Mon Sep 16 08:10:00 2013
DBW0 started with pid=10, OS id=20431
Mon Sep 16 08:10:00 2013
DBW1 started with pid=11, OS id=20433
Mon Sep 16 08:10:00 2013
LGWR started with pid=12, OS id=20435
Mon Sep 16 08:10:00 2013
CKPT started with pid=13, OS id=20437
Mon Sep 16 08:10:00 2013
SMON started with pid=14, OS id=20439
Mon Sep 16 08:10:00 2013
RECO started with pid=15, OS id=20441
Mon Sep 16 08:10:00 2013
MMON started with pid=16, OS id=20443
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
Mon Sep 16 08:10:00 2013
MMNL started with pid=17, OS id=20445
starting up 1 shared server(s) ...
ORACLE_BASE from environment = /u01/app/oracle

观察监听状态,此监听的状态为BLOCKED,注意listener的监听为动态注册,动态监听为PMON进程每分钟或手动alter register,reload,restart 也会触发实例向监听注册

[oracle@oracledb1 ~]$ lsnrctl status listener

LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 16-SEP-2013 08:15:46

Copyright (c) 1991, 2009, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=oracledb1)(PORT=1521))) STATUS of the LISTENER ------------------------ Alias                     listener Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production Start Date                16-SEP-2013 07:40:13 Uptime                    0 days 0 hr. 35 min. 33 sec Trace Level               off Security                  ON: Local OS Authentication SNMP                      OFF Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora Listener Log File         /u01/app/oracle/diag/tnslsnr/oracledb1/listener/alert/log.xml Listening Endpoints Summary...   (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracledb1)(PORT=1521))) Services Summary... Service "ORADB1" has 1 instance(s).   Instance "ORADB1", status BLOCKED, has 1 handler(s) for this service... Service "PLSExtProc" has 1 instance(s).   Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service... The command completed successfully

观察静态注册,为UNKONOWN

oracle@oracledb1 ~]$ lsnrctl status listener2

LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 16-SEP-2013 08:16:03

Copyright (c) 1991, 2009, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=oracledb1)(PORT=1522))) STATUS of the LISTENER ------------------------ Alias                     listener2 Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production Start Date                16-SEP-2013 07:30:55 Uptime                    0 days 0 hr. 45 min. 8 sec Trace Level               off Security                  ON: Local OS Authentication SNMP                      OFF Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora Listener Log File         /u01/app/oracle/diag/tnslsnr/oracledb1/listener2/alert/log.xml Listening Endpoints Summary...   (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracledb1)(PORT=1522))) Services Summary... Service "ORADB1" has 1 instance(s).   Instance "ORADB1", status UNKNOWN, has 1 handler(s) for this service... The command completed successfully

二.nomount -mount

mount状态下会打开控制文件,检验控制文件的正确性,此模式可进行数据库恢复

08:10:00 idle> alter database mount;

Database altered.

Mon Sep 16 08:24:53 2013
alter database mount
Mon Sep 16 08:24:58 2013
Successful mount of redo thread 1, with mount id 2171431573
Database mounted in Exclusive Mode
Lost write protection disabled
Completed: alter database mount
Mon Sep 16 08:25:04 2013
db_recovery_file_dest_size of 3882 MB is 2.71% used. This is a
user-specified limit on the amount of space that will be used by this
database for recovery-related files, and does not reflect the amount of
space available in the underlying filesystem or ASM diskgroup.

监听的状态为READY

[oracle@oracledb1 ~]$ lsnrctl status listener

LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 16-SEP-2013 08:32:59

Copyright (c) 1991, 2009, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=oracledb1)(PORT=1521))) STATUS of the LISTENER ------------------------ Alias                     listener Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production Start Date                16-SEP-2013 07:40:13 Uptime                    0 days 0 hr. 52 min. 46 sec Trace Level               off Security                  ON: Local OS Authentication SNMP                      OFF Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora Listener Log File         /u01/app/oracle/diag/tnslsnr/oracledb1/listener/alert/log.xml Listening Endpoints Summary...   (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracledb1)(PORT=1521))) Services Summary... Service "ORADB1" has 1 instance(s).   Instance "ORADB1", status READY, has 1 handler(s) for this service... Service "PLSExtProc" has 1 instance(s).   Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service... The command completed successfully

三. mount-open

会读取数据文件及日志文件启动归档进程等等

08:24:58 idle> alter database open;

Database altered.

Mon Sep 16 08:35:02 2013
alter database open
Mon Sep 16 08:35:02 2013
LGWR: STARTING ARCH PROCESSES
Mon Sep 16 08:35:02 2013
ARC0 started with pid=21, OS id=21036
ARC0: Archival started
LGWR: STARTING ARCH PROCESSES COMPLETE
ARC0: STARTING ARCH PROCESSES
Mon Sep 16 08:35:03 2013
ARC1 started with pid=22, OS id=21038
Thread 1 opened at log sequence 14
  Current log# 2 seq# 14 mem# 0: /u01/app/oracle/oradata/ORADB1/redo02.log
Successful open of redo thread 1
MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
Mon Sep 16 08:35:04 2013
ARC2 started with pid=23, OS id=21040
ARC1: Archival started
ARC2: Archival started
Mon Sep 16 08:35:04 2013
ARC3 started with pid=24, OS id=21042
ARC1: Becoming the 'no FAL' ARCH
ARC1: Becoming the 'no SRL' ARCH
ARC2: Becoming the heartbeat ARCH
Mon Sep 16 08:35:04 2013
SMON: enabling cache recovery
Successfully onlined Undo Tablespace 2.
Verifying file header compatibility for 11g tablespace encryption..
Verifying 11g file header compatibility for tablespace encryption completed
SMON: enabling tx recovery
Database Characterset is WE8MSWIN1252
No Resource Manager plan active
replication_dependency_tracking turned off (no async multimaster replication found)
Starting background process QMNC
Mon Sep 16 08:35:04 2013
QMNC started with pid=25, OS id=21044
Completed: alter database open

监听状态为READY

[oracle@oracledb1 ~]$ lsnrctl status listener

LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 16-SEP-2013 08:37:11

Copyright (c) 1991, 2009, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=oracledb1)(PORT=1521))) STATUS of the LISTENER ------------------------ Alias                     listener Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production Start Date                16-SEP-2013 07:40:13 Uptime                    0 days 0 hr. 56 min. 58 sec Trace Level               off Security                  ON: Local OS Authentication SNMP                      OFF Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora Listener Log File         /u01/app/oracle/diag/tnslsnr/oracledb1/listener/alert/log.xml Listening Endpoints Summary...   (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracledb1)(PORT=1521))) Services Summary... Service "ORADB1" has 1 instance(s).   Instance "ORADB1", status READY, has 1 handler(s) for this service... Service "ORADB1XDB" has 1 instance(s).   Instance "ORADB1", status READY, has 1 handler(s) for this service... Service "PLSExtProc" has 1 instance(s).   Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service... The command completed successfully

Oracle 启动状态解说的更多相关文章

  1. Oracle启动的整个过程

    1.启动选项 在发出startup命令启动数据库时,oracle将在默认位置$ORACLE_HOME/dbs(UNIX/Linux)中查找初始化参数文件.Oracle将以下面的顺序在其中寻找合适的初始 ...

  2. oracle启动服务和监听

    1.故障问题:tomcat显示启动oracle数据库失败,数据库服务启动正常 操作1:重启tomcat查看错误信息 2:重启数据库服务 命令: (1) 启动Oracle服务 C:\Users\Admi ...

  3. TCP连接的TIME_WAIT和CLOSE_WAIT 状态解说【转】

    相信很多运维工程师遇到过这样一个情形: 用户反馈网站访问巨慢, 网络延迟等问题, 然后就迫切地登录服务器,终端输入命令"netstat -anp | grep TIME_WAIT | wc ...

  4. Oracle启动和归档模式

    数据库运行 Oracle数据库的完整启动过程是分步骤完成的,包含以下3个步骤: 启动实例–>加载数据库–>打开数据库 因为Oracle数据库启动过程中不同的阶段可以对数据库进行不同的维护操 ...

  5. Oracle 启动实例(instance)、打开数据库

    Oracle启动实例(instance).打开数据库   by:授客 QQ:1033553122 启动实例(instance).打开数据库 1.开启sqlplus [laiyu@localhost ~ ...

  6. oracle 启动

    Oracle数据库启动过程及状态详解(nomount.mount和open) 先来简要了解一下Oracle数据库体系架构以便于后面深入理解,Oracle Server主要由实例(instance)和数 ...

  7. Oracle学习笔记--Oracle启动过程归纳整理

    Oracle 启动过程分为nomount状态mount状态open状态 每个状态下Oracle都会进行不同的操作:1.nomount状态 在$ORACLE_HOME/dbs目录下寻找参数文件 参数文件 ...

  8. Oracle启动报错ORA-27102解决

    环境:RHEL5.5 + Oracle 10.2.0.4 此错误一般是因为数据库的初始化参数文件的内存设置不当导致.本例是因为操作系统参数设置问题导致. 当前现象:Oracle启动报错ORA-2710 ...

  9. oracle启动,提示“LRM-00109: could not open parameter file”

    转载自   http://blog.sina.com.cn/s/blog_53e731b70101liku.html oracle启动,提示“LRM-00109: could not open par ...

随机推荐

  1. php自动转换pfx到pem和cer(dem格式)到pem

    经常做银行的支付接口,私钥一般都是pfx格式(私钥用来加密生成签名发送报文),公钥是cer格式(公钥用来验证返回报文里的签名).但是php里openssl只能用pem格式,每次转换都要用openssl ...

  2. 【shell】if语句

    单分支: #!/bin/bash rate=$(df -h|grep vg_andon-lv_root |awk '{print $5}'| cut -d "%" -f1) #ec ...

  3. LeetCode "Count of Smaller Number After Self"

    Almost identical to LintCode "Count of Smaller Number before Self". Corner case needs to b ...

  4. xmodem, ymodem & zmodem

    这三个是modem文件传输协议. https://en.wikipedia.org/wiki/XMODEM https://en.wikipedia.org/wiki/YMODEM https://e ...

  5. bzoj2467: [中山市选2010]生成树

    Description 有一种图形叫做五角形圈.一个五角形圈的中心有1个由n个顶点和n条边组成的圈.在中心的这个n边圈的每一条边同时也是某一个五角形的一条边,一共有n个不同的五角形.这些五角形只在五角 ...

  6. [tty与uart]3.tty驱动分析

    转自:http://www.wowotech.net/linux_kenrel/183.html 目录: 1 首先分析设备驱动的注册 1.1 uart_register_driver分析 1.2 tt ...

  7. (PowerShell) Managing Windows Registry

    http://powershell.com/cs/blogs/ebookv2/archive/2012/03/23/chapter-16-managing-windows-registry.aspx

  8. PL/SQL中查看列注释、列属性

  9. 关于maven的一些常见用法

    1: 查看插件的目标信息:mvn help:describe 2: 生成javadoc并指定编码:mvn javadoc:javadoc -Dencoding=UTF-8 -Dcharset=UTF- ...

  10. 寒假学习unity的第一天

    1.在Assert中创建材质Material,可以为物体附上材质 2.实例化命令Instantiate(要生成的物体,生成的位置,生成物体的选择角度) 3.检测鼠标左键 if(Inhibitor.Ge ...