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

分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow

也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!

               

1. View the Exhibit and examine the attributes of an undo tablespace.

In an OLTP system, the user SCOTT has started a query on a large table in the peak transactional hour

that performs bulk inserts. The query runs for more than 15 minutes and then SCOTT receives the

following error:

ORA-01555: snapshot too old

扫描二维码关注公众号,回复: 3927340 查看本文章

What could be the reason for this error?

A.The query is unable to get a read-consistent image.

B.There is not enough space in Flash Recovery Area.

C.There is not enough free space in the flashback archive.

D.The query is unable to place data blocks in undo tablespace

Answer: A
答案解析:
“快照太旧”错误是因为没有足够的还原数据来实现读取一致性。所以选A。
ORA-01555: snapshot too old: rollback segment number string with name "string" too small
Cause: rollback records needed by a reader for consistent read are overwritten by other writers
Action: If in Automatic Undo Management mode, increase undo_retention setting. Otherwise, use larger rollback segments
           

给我老师的人工智能教程打call!http://blog.csdn.net/jiangjunshow

这里写图片描述

猜你喜欢

转载自blog.csdn.net/sdfsdkk/article/details/83616093