122. 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> STARTUPORACLE 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
Answer: B
答案解析:
参考:http://blog.csdn.net/rlhua/article/details/12237245
本文介绍了Oracle数据库实例的启动步骤及所需文件。通过具体实例演示了如何使用SQL*Plus工具启动名为orcl的数据库实例,并指出了在此过程中所使用的配置文件。
886

被折叠的 条评论
为什么被折叠?



