QUESTION 3 v$sysaux_occupants.move_procedure


Which two statements are true about the use of the procedures listed in the v$sysaux_occupants.move_procedure column? (Choose two.)
A. The procedures may be used for some components to relocate component data to the SYSAUX
tablespace from its current tablespace.
B. The procedures may be used for some components to relocate component data from the SYSAUX tablespace to another tablespace.
C. All the components may be moved into SYSAUX tablespace.
D. All the components may be moved from the SYSAUX tablespace.
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
Explanation:
References: http://www.dba-oracle.com/t_v_sysaux_contents_tips.htm

 

关于v$sysaux_occupants.move_procedure column的使用,哪两种说法是正确的?(选择两个。)

A、 这些过程可用于某些组件将组件数据重新定位到SYSAUX当前表空间的表空间。

B、 这些过程可用于某些组件将组件数据从SYSAUX表空间重新定位到另一个表空间。

C、 所有组件都可以移动到SYSAUX表空间中。

D、 所有组件都可以从SYSAUX表空间中移动。

正确答案:AB

SYSAUXtablespace在Oracle10g中是新的,有几个视图可以帮助SYSAUX,包括v$SYSAUX\u视图。sysaux表空间提供了非sys相关的表和索引的存储,这些表和索引通常放在系统表空间中。

 

set linesize 120
set pagesize 100


column "item"            format a25
column "space used (gb)" format 999.99
column "schema"          format a25
column "move procedure"  format a40
 
select
   occupant_name "item",
   space_usage_kbytes/1048576 "space used (gb)",
   schema_name "schema",
   move_procedure "move procedure"
from
   v$sysaux_occupants
order by 1;

例如,不能为SYSAUX表空间指定系统用户以前拥有的表和索引。您可以查询v$sysaux\u视图来查找存储在sysaux表空间中的确切组件。

 

 

 

 

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值