OCP-1Z0-053-V12.02-501题

AI权益加码!Claude Code、Cursor等20+工具免费用! 购周边限时加赠Coding Plan Lite,畅享主流AI工具!学习进阶更高效! 阅读详情

501.Note the output of the following query;

SQL> SELECT flashback_archieve_name, status FROM dba_flashback_archieve; 此处表名有点错误,应该为DBA_FLASHBACK_ARCHIVE

FLASHBACK_ARCHIEVE_NAME STATUS

FLA1

You executed the following command to enable Flashback Data Archive on the EXCHANGB_PATE table:

ALTER TABLE exchange_rate FLASHBACK ARCHIEVE;

What is the outcome of this command?

A. The table uses the default Flashback Data Archive.

B. The Flashback Data Archive Is created In the SYSAUX tablespace.

C. The Flashback Data Archive is created in the same tablespace where the tables are stored.

D. The command generates an error because no flashback Data Archive name is specified and there is

no default Flashback Data Achieve.

Answer: A

答案解析:

实验验证:

1、首先创建一个表空间用于存储闪回数据归档

sys@TEST1107> create tablespace fla_tbs1

  2  datafile '/u01/app/oracle/oradata/test1107/fla_tbs01.dbf' size 10M;


Tablespace created.

2、创建闪回数据归档

sys@TEST1107>  create flashback archive fla1 tablespace fla_tbs1 quota 10M retention 1 year;


Flashback archive created.

3、查询有哪些闪回数据归档以及其状态。

sys@TEST1107> select FLASHBACK_ARCHIVE_NAME,STATUS from DBA_FLASHBACK_ARCHIVE;


FLASHBACK_ARCHIVE_NAME         STATUS

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

FLA1

4、对scott.dept表启用闪回数据归档,报错,因为没有指定默认闪回归档。

sys@TEST1107> alter table scott.dept flashback archive;

alter table scott.dept flashback archive

*

ERROR at line 1:

ORA-55608: Default Flashback Archive does not exist


5、将FLA1指定为默认闪回数据归档。

sys@TEST1107> alter flashback archive FLA1 set default;


Flashback archive altered.


6、查询,此时须注意,status栏位下面的有DEFAULT的状态。

sys@TEST1107> select FLASHBACK_ARCHIVE_NAME,STATUS from DBA_FLASHBACK_ARCHIVE;


FLASHBACK_ARCHIVE_NAME         STATUS

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

FLA1                           DEFAULT


7、对表启用闪回数据归档,成功。

sys@TEST1107> alter table scott.dept flashback archive;


Table altered.


对于题中的显示,FLA1的状态栏位为空值,即没有指定FLA1为默认的闪回数据归档,所以,此题题库给的答案是错的。正确答案为D.

 

B答案:这里没有说闪回数据归档被创建在哪个表空间,可以根据DBA_FLASHBACK_ARCHIVE_TS;来查询,此处没有提供。

sys@TEST0924> select * from DBA_FLASHBACK_ARCHIVE_TS;
FLASHBACK_ARCHIVE_NAME FLASHBACK_ARCHIVE# TABLESPACE_NAME QUOTA_IN_MB
------------------------- ------------------ ------------------------------ ---------------
FLA1 1 FLA_TBS1 10
 
C答案:同B答案一样,此处没有给出相关信息。
D答案:此命令执行时报错。
 

OCP 053最新题库 最新OCP 053考试题库,近期考试可以有,有需要的赶快下载吧! 立即下载

相关推荐

ocp053稳过,本人5月5号已过

准备参加ocp053考试的朋友们可以下载看下,本人用这套成功通过053考试!

OCP-1Z0-053-V12 02-4

OCP-1Z0-053-V12 02-4

sdfsdkk的博客 174

2019年最新OCP053通关整理真(711+36+60),本人3月30号考试亲测分数80%,百分百通关

已经全部合并至同一文件,方便查找与背诵,辛苦合并多个版本考,来之不易,背诵时优先背后面新

oracle19_闪回数据存档(FDA)

show CON_NAME CREATE TABLESPACE fda_ts DATAFILE SIZE 1M AUTOEXTEND ON NEXT 1M; ALTER USER lihao QUOTA UNLIMITED ON fda_ts; 创建闪回存档 show CON_NAME CREATE FLASHBACK ARCHIVE DEFAULT fda_1year TABLESPACE fda_ts QUOTA 10G RETENTION 1 YEAR; GRANT FLASHBACK ARCHIV

weixin_39568073的博客 427

OCP 11G 053题库解析汇总链接(401-600)

Oracle OCP 11G 053(401-600)答案解析目录

u011443258的博客 148

oracle11g archive,oracle11g flashback archive feature新特性

/******flashback archive*****//***示例*****/SQL> create flashback archive test_flashback tablespace tbs_16k quota 100 M retention 1 day;DoneSQL> create table t_flashback(a int);Table createdSQL&gt...

weixin_42347750的博客 159

OCP-1Z0-053-V12.02-166

166.Exhibit: View the Exhibit and examine the output. You executed the following command to enable Flashback Data Archive on the EXCHANGE_RATE table: ALTER TABLE exchange_rate FLASHBACK ARCHIV

一抹曦阳-Oracle 8409

OCP-1Z0-053-V12 02-501

OCP-1Z0-053-V12 02-501

sdfsdkk的博客 265

OCP-1Z0-053-V12.02-501 【转】

http://blog.csdn.net/rlhua/article/details/12225237 501.Note the output of the following query; SQL> SELECT flashback_archieve_name, status FROM dba_flashback_archieve; 此处表名有点错误,应该为DBA_FLAS...

weixin_30293079的博客 72

OCP 11G 053题库解析汇总链接(1-200)

V13.02版本,711

u011443258的博客 138

OCP-1Z0-053-V12.02-397

397.Which of the following tasks does the tool Incident Packaging Service (IPS) perform? A. Cleans up the ADR by deleting files not associated with an incident uploaded to Oracle Support. B. Identif

一抹曦阳-Oracle 4862

ocp-101

QUESTION NO: 101 Note the output of the following query; SQL> SELECT flashback_archieve_name, status FROM dba_flashback_archieve;FLASHBACK_ARCHIEVE_NAME STATUS FLA1 You executed the following comma

jiayue's BLOG 1117

ocp 053关键字711版本个人总结大全 v1.0

OCP711的快速记忆法,经验总结。

oracle ocp 053

oracle ocp 053 数据库管理 题库 整理的很清楚

Oracle OCP 11G 0531-200)答案解析目录_20140304

Oracle OCP 11G 0531-200)答案解析目录   1 http://blog.csdn.net/rlhua/article/details/16369867  2 http://blog.csdn.net/rlhua/article/details/16527169  3 http://blog.c

一抹曦阳-Oracle 7万+

OCP 053 詳解

oracle ocp 053認證考試試題講解 oracle server sql linux

Oracle 11gOCP 053 v12.02 300--600部分疑问答案更正

346 - RMAN report unrecoverable What is the impact of the results of the output of the following command?  RMAN> report unrecoverable database;  Report of files that need backup due to unrecoverabl

错觉 4464

最新OCP053(2019年2月)

最新OCP考试题库,科目053,截止到2019年2月的最新题库

ocp053 206道详解

ocp053考前必看,个人亲身经历,考053只看了这200,考试基本原,通过率86%。

上一篇: 闪回事务处理回退
下一篇: OCP-1Z0-053-V12.02-622题
Riveore
博客等级 码龄19年 1801粉丝 1432原创
评论 3
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值