有大神 能帮我解答一下,这几道题的答案为什么是选那几项么??

jianke3320 2019-04-30 03:25:54
Examine these SQL statements and their output:
SQL> select name,value
2from v$parameter
3where name like 'undo%';
NAMEVALUE
-------------------- ----------------
undo_management AUTO
undo_tablespace UNDO
undo_retention 900
SQL> select contents,retention
2from dba_tablespaces
3where tablespace_name='UNDO';
CONTENTSRETENTION
-------------- --------------------
UNDOGUARANTEE
SQL> select blocks,autoextensible,maxblocks
2from dba_data_files
3Where tablespace_name='UNDO';
BLOCKS AUT MAXBLOCKS
------------- ----- ----------
6400NO 0
Which two are true?
A)Transactions will wait until free space becomes available in the undo tablespace when they havefailed to allocate space
B)The undo tablespace will grow automatically if there is not enough space to retain active undo
C)Inactive undo will be retain for at least 15 minutes
D)Expired undo will be retained as long as possible within the limits of the current size of the undo
tablespace
E)Active undo will be retained as long as needed by the transactions

Answer:CE




Examine these SQL statements and their output:
SQL> select name,value
2from v$parameter
3where name like 'undo%';
NAMEVALUE
-------------------- ----------------
undo_management AUTO
undo_tablespace UNDO
undo_retention 900
SQL> select contents,retention
2from dba_tablespaces
3where tablespace_name='UNDO';
CONTENTSRETENTION
-------------- --------------------
UNDONOGUARANTEE
SQL> select blocks,autoextensible,maxblocks
2from dba_data_files
3Where tablespace_name='UNDO';
BLOCKS AUT MAXBLOCKS
------------- ----- ----------
6400YES 64000
Which two are true?
A)Inactive UNDO will be retained as long as possible within the limits of the current size of the UNDO
tablespace.
B)The UNDO tablespace can grow automatically if there is not enough space to retain active UNDO.
C)Active UNDO will be retained as long as needed by transactions.
D)Inactive UNDO will never be retained for more than 15 minutes.
E)Inactive UNDO will always be retained for at least 15 minutes.

Answer:CE




Examine these SQL statements and their output:
SQL> select name,value
2from v$parameter
3where name like 'undo%';
NAMEVALUE
-------------------- ----------------
undo_management AUTO
undo_tablespace UNDO
undo_retention 900
SQL> select contents,retention
2from dba_tablespaces
3where tablespace_name='UNDO';
CONTENTSRETENTION
-------------- --------------------
UNDONOGUARANTEE
SQL> select blocks,autoextensible,maxblocks
2from dba_data_files
3Where tablespace_name='UNDO';
BLOCKS AUT MAXBLOCKS
------------- ----- ----------
6400YES 64000
Which two are true?
A)Inactive expired UNDO will be retained as long as possible within the limits of the current size of the UNDO tablespace.
B)The UNDO tablespace can grow automatically if there is not enough space to retain active UNDO.
C)Active UNDO will be retained as long as needed by transactions.
D)Inactive expired UNDO will never be retained for more than 15 minutes.
E)Inactive expired UNDO will always be retained for at least 15 minutes.

Answer:BC




Examine these SQL statements and their output:
SQL> select name,value
2from v$parameter
3where name like 'undo%';
NAMEVALUE
-------------------- ----------------
undo_management AUTO
undo_tablespace UNDO
undo_retention 900
SQL> select contents,retention
2from dba_tablespaces
3where tablespace_name='UNDO';
CONTENTSRETENTION
-------------- --------------------
UNDOGUARANTEE
SQL> select blocks,autoextensible,maxblocks
2from dba_data_files
3Where tablespace_name='UNDO';
BLOCKS AUT MAXBLOCKS
------------- ----- ----------
6400NO 0
Which three are true?
A)Active UNDO might be retained for 15 or more minutes.
B)Inactive UNDO might be retained for 15 or more minutes.
C)The UNDO tablespace is guaranteed to be retained for ever.
D)Expired UNDO might be retained for 15 or more minutes.
E)UNDO Blocks are retained for 900 days.
F)UNDO segments are guaranteed to be retained for ever.

Answer:ABD
...全文
542 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复
内容概要:本文围绕基于Wasserstein生成对抗网络(W-GAN)的光伏场景生成程序展开研究,提出了一种利用W-GAN生成高精度、高波动性光伏出力场景的方法,以应对新能源发电中的不确定性挑战。研究通过构建生成器与判别器之间的对抗训练机制,有效捕捉光伏出力的时间序列特征与统计分布规律,生成符合实际运行条件的多样化场景数据,弥补实测数据稀缺问。相较于传统GAN,W-GAN引入Wasserstein距离作为损失函数,显著提升了模型训练的稳定性与梯度传播的连续性,增强了生成样本的质量与多样性。文中还提供了完整的Python代码实现,便于读者复现与拓展。; 适合人群:具备一定Python编程能力、深度学习基础的研究生、科研人员,以及从事新能源电力系统规划、优化调度、不确定性建模等相关领域的工程师和技术人员。; 使用场景及目标:①用于电力系统中可再生能源出力的不确定性建模与风险评估;②支撑微电网、综合能源系统等场景下的随机优化、鲁棒优化与分布鲁棒优化研究;③为风光互补系统、储能配置、需求响应等应用提供高质量、多样化的输入场景;④助研究人员掌握深度学习在能源时序数据生成中的前沿应用,推动模型迁移至风电、负荷等其他场景生成任务。; 阅读建议:建议读者结合提供的Python代码进行动手实践,深入理解W-GAN的网络架构设计、损失函数构造、训练技巧及超参数调优策略,重点关注Wasserstein距离在缓解模式崩溃与梯度消失问中的作用,并尝试将该框架拓展至多变量、多站点或多能源联合场景生成,提升模型的泛化能力与工程实用价值。

2,667

社区成员

发帖
与我相关
我的任务
社区描述
Oracle 认证与考试
社区管理员
  • 认证与考试社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧