OCP-1Z0-052-V8.02-119题

119. View the Exhibit and examine the output of the query. 

What do you infer from this?

A.The SGA_TARGET is a static parameter.

B.The instance is started, but the database is not yet open.

C.The server parameter file (SPFILE) was used to start the instance.

D.The SGA_TARGET parameter does not have any effect on  the database  instance until  the

SGA_MAX_SIZE parameter is specified.

Answer: C  


sys@TEST0924> select name,value,isspecified from v$spparameter where name like '%sga%';


NAME                 VALUE                ISSPEC

-------------------- -------------------- ------

sga_max_size                              FALSE

pre_page_sga                              FALSE

lock_sga                                  FALSE

sga_target           0                    TRUE


sys@TEST0924> show parameter spfile


NAME                                 TYPE        VALUE

------------------------------------ ----------- ------------------------------

spfile                               string      /u01/app/oracle/product/11.2.0

                                                 /dbhome_1/dbs/spfiletest0924.o

                                                 ra


使用spfile启动时,sga_target  的isspecified为true,如果为false,则是使用pfile启动;

也可以通过 show parameter spfile这个方法,如果value有值,则说明使用spfile启动。如果没有值,则又pfile启动。

下面用pfile启动,然后再来查询这些


sys@TEST0924> shutdown immediate

Database closed.

Database dismounted.

ORACLE instance shut down.

sys@TEST0924> startup pfile='/u01/app/oracle/product/11.2.0/dbhome_1/dbs/inittest0924.ora';

ORACLE instance started.                                                         


Total System Global Area 3340451840 bytes

Fixed Size                  2232960 bytes

Variable Size            3204451712 bytes

Database Buffers          117440512 bytes

Redo Buffers               16326656 bytes

Database mounted.

Database opened.

                                                                                                                                                   

 sys@TEST0924> select name,value,isspecified from v$spparameter where name like '%sga%';


NAME                 VALUE                ISSPEC

-------------------- -------------------- ------

sga_max_size                              FALSE

pre_page_sga                              FALSE

lock_sga                                  FALSE

sga_target                                FALSE


sys@TEST0924> show parameter spfile


NAME                                 TYPE        VALUE

------------------------------------ ----------- ------------------------------

spfile                               string

 

通过以上对比,可值,图中是由spfile文件启动的。
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值