码迷,mamicode.com
首页 > 其他好文 > 详细

052-122

时间:2017-12-12 21:53:31      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:ima   view   open   serve   分享图片   file   font   folder   读取配置   

View the Exhibit and note the files available in the $ORACLE_HOME/dbs folder. The ASM instance is already running. You used the following steps to start the database instance and open the database:
技术分享图片

[oracle@edt4r4p1 dbs]$ echo $ORACLE_SID
orcl
[oracle@edt4r4p1 dbs]$ sqlplus
SQL*Plus: Release 11.1.0.6.0 - Production on Tue Oct 16 15:35:43 2007
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Enter user-name: sys/oracle as sysdba
Connected to an idle instance.
SQL> STARTUP
ORACLE instance started.
......
Which file is used to start the instance in this case?
A.init.ora
B.spfile.ora
C.initorcl.ora
D.spfile+ASM.ora

这里考察的是数据库启动时读取配置文件的顺序:
Spfile<sid>.ora => spfile.ora => init<sid>.ora


052-122

标签:ima   view   open   serve   分享图片   file   font   folder   读取配置   

原文地址:http://www.cnblogs.com/Babylon/p/8028598.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!