搜索文章:

首页  |  Java技术  |  Asp.net  |  Asp编程  |  VC/C++  |  Delphi  |  VB编程

oralce启动状态解析

nomout/mount/open三状态

nomount ====>读取参数文件,启动后台进程,分配SGA

     一般在nomount状态下可以完成的有以下: create database, create or re_create control file或者mount standby database

mount =====>读取control file,装载数据库

   一般在mount状态下可以完成的有以下:recover database ; backup database ; rename db files ,change archivelog mode等

open =====>open datafile ,online redo log

此时数据库正常访问

相关文章:
© 2006   www.java-asp.net