Oracle 19c OCP 1Z0-083题库(1-6)

简介: Which two are true about reclaiming space used by Flashback logs in Oracle Database 19c and later releases?

1、Which two are true about reclaiming space used by Flashback logs in Oracle Database 19c and later releases?

A)Space is only reclaimed when there is space pressure in the Fast Recovery Area(FRA)

B)Space is always reclaimed automatically when the retention period for Flashback logs is lowered

C)Space might be reclaimed proactively before space pressure occurs

D)Space is always reclaimed proactively before space pressure occurs

E) Space might be reclaimed automatically when the retention period for Flashback logs is lowered

答案: CE

RMAN uses flashback logs to undo changes to a point before the target time or SCN, and then uses archived redo logs to recover the database forward to make it consistent这是先回滚再前滚的过程。

If the flash recovery area is full, then an archived redo log may be automatically deleted by the flash recovery area to make space for other files. In such a case, any flashback logs that would require the use of that redo log file for the use of FLASHBACK DATABASE are also deleted.删除archivelog后对应的flashback logs也没有用了,会被自动删除,因此a不对,c对。

DB_FLASHBACK_RETENTION_TARGET specifies the upper limit (in minutes) on how far back in time the database may be flashed back. 这个参数不是强制的。

https://docs.oracle.com/cd/B19306_01/backup.102/b14192/rpfbdb003.htm#BABCAGIB


2、Which two are true about server-generated alerts?

A)Stateless alerts can be cleared manually

B)Stateless alerts are automatically cleared after one day.

C)Stateful alerts are purged automatically from the alert history after one day

D)Stateless alerts can be purged manually from the alert history.

E) Stateful alerts must be cleared by a DBA to resolve the problem identified in the alert.

答案: AD

E中状态消失后就被清理,状态可以自动消除,无需dba干预

使用命令emcli clear_stateless_alerts可以手工清除stateless alerts。

Stateful alerts是指超过阈值的报警状态,低于阈值后被清理,从来视图DBA_OUTSTANDING_ALERTS被迁移到DBA_ALERT_HISTORY。

Stateless alerts像是一个时间点的报警,说明系统曾经发生过什么错误,例如ora-的错误。这类报警直接保存到DBA_ALERT_HISTORY中,不会自动清理,只能收到清理。

注意purge和clear的区别。


3、Which three are true about upgrading Oracle Grid Infrastructure?

A)The newer version is installed in a separate Oracle Grid Infrastructure home on the same server as the existing version

B)A direct upgrade can be performed only from the immediately preceding Oracle Grid Infrastructure version

C)The upgrade process will automatically install all mandatory patches for the current version of Oracle Grid Infrastructure

D)Only the grid user can perform the upgrade

E)Existing Oracle Database instances must be shut down before starting the upgrade

F)An existing Oracle base can be used.

答案: AEF

https://docs.oracle.com/en/database/oracle/oracle-database/19/cwlin/upgrading-oracle-grid-infrastructure.html#GUID-DF76F201-3374-486F-9D19-06276764569F

A 对的,是out-of-place upgrades,

B 不对,参见: https://docs.oracle.com/en/database/oracle/oracle-database/19/cwlin/options-for-oracle-grid-infrastructure-upgrades-and-downgrades.html#GUID-B3BED6A8-1718-4795-A5EB-84ABC2A15CF6 期中from the immediately preceding 表示“从最近的前面”


D不对:The same user that owned the earlier release Oracle Grid Infrastructure software must perform the Oracle Grid Infrastructure 19c upgrade.


4、Which two are true about the Program Global Area(PGA)and its management in an Oracle database instance?

A)PGA_AGGREGATE_LIMIT is a hard limit on the PGA size for any one session

B)The entire PGA is located in the System Global Area(SGA)when using shared servers

C)The private SQL area(UGA)is located in the System Global Area(SGA)when using shared servers

D)Sorts and Hash Joins use PGA memory.

E) The private SQL area(UGA)is located in the System Global Area(SGA)when using dedicated servers

答案: CD

PGA_AGGREGATE_TARGET 设置起到的是目标的作用,而非限制。


5、You plan to perform cross-platform PDB transport using XTTS. Which two are true?

A)A backup of the PDB must exist, taken using the BACKUP command with the TO PLATFORM clause

B) The source PDB can be in MOUNT or OPEN state

C)The source PDB must be in MOUNT state.

D)The source PDB must not be an application root.

E)Automatic conversion of endianess occurs.

F)The source and target platforms must have the same endianess

答案: BF

https://docs.oracle.com/en/database/oracle/oracle-database/18/bradv/rman-transporting-data-across-platforms.html#GUID-7523B82F-0DF6-4E1F-8FE6-DFDC049BA002

传输表空间也不能传输SYSTEM表空间或者SYS用户拥有的对象

Cross-platform transportable database can only be performed between platforms that have the same endian format.因此E不对,F对,底层的原理是system表空间不能进行endian转换

A不对,备份可以用TO PLATFORM也可以用FOR TRANSPORT。很多培训机构都选A。

B对,C不对,根据官方文档,pdb也可以用Inconsistent Backups。


6、Which two are true about the automatic execution of operating system scripts when performing silent mode installation starting from Oracle Database 19c?

A) The installer will prompt for the root or sudo password

B) Silent install always runs operating scripts automatically.

C) The response file can specify the root or sudo password

D)The response file must contain the root or sudo password

E) The response file can specify the path of the sudo program

答案: AE

https://docs.oracle.com/en/database/oracle/oracle-database/19/ladbi/how-response-files-work.html

B execute the root script manually.

C D都不对,response file中没有密码的选项,可能是为了安全。


image.png

image.png

相关文章
|
Oracle 关系型数据库 网络安全
Oracle 19c 安装教程学习
Oracle 19c 安装教程学习
6253 2
|
Oracle 关系型数据库 数据库
Oracle 19c OCP 认证考试 083 题库(第37题)- 2024年修正版
本文介绍Oracle 19c OCP认证题库中的1Z0-083科目,包含85道试题,需在150分钟内完成,通过分数为57%。重点解析了关于阈值、指标和警报的问题,并指出需通过Oracle指定的WDP机构培训后才能参加考试,考试科目包括082和083,通过后可获得OCP证书。CUUG作为金牌合作机构,提供详细咨询与帮助。
712 2
|
SQL Oracle 关系型数据库
Oracle 19c OCP 认证考试 082 题库(第26题)- 2024年修正版
这是关于Oracle 19c OCP认证考试(1Z0-082)的题库,包含90道题目,通过分数为60%,考试时间为150分钟。本文由CUUG原创整理,重点解析了全球临时表的特点和相关操作,并提供了正确答案及详细解释,帮助考生更好地理解和备考。
583 2
|
11月前
|
Oracle 关系型数据库 Linux
【赵渝强老师】Oracle数据库配置助手:DBCA
Oracle数据库配置助手(DBCA)是用于创建和配置Oracle数据库的工具,支持图形界面和静默执行模式。本文介绍了使用DBCA在Linux环境下创建数据库的完整步骤,包括选择数据库操作类型、配置存储与网络选项、设置管理密码等,并提供了界面截图与视频讲解,帮助用户快速掌握数据库创建流程。
882 93
|
10月前
|
Oracle 关系型数据库 Linux
【赵渝强老师】使用NetManager创建Oracle数据库的监听器
Oracle NetManager是数据库网络配置工具,用于创建监听器、配置服务命名与网络连接,支持多数据库共享监听,确保客户端与服务器通信顺畅。
468 0
|
存储 Oracle 关系型数据库
服务器数据恢复—光纤存储上oracle数据库数据恢复案例
一台光纤服务器存储上有16块FC硬盘,上层部署了Oracle数据库。服务器存储前面板2个硬盘指示灯显示异常,存储映射到linux操作系统上的卷挂载不上,业务中断。 通过storage manager查看存储状态,发现逻辑卷状态失败。再查看物理磁盘状态,发现其中一块盘报告“警告”,硬盘指示灯显示异常的2块盘报告“失败”。 将当前存储的完整日志状态备份下来,解析备份出来的存储日志并获得了关于逻辑卷结构的部分信息。
|
Oracle 安全 关系型数据库
【Oracle】使用Navicat Premium连接Oracle数据库两种方法
以上就是两种使用Navicat Premium连接Oracle数据库的方法介绍,希望对你有所帮助!
2719 28
|
存储 Oracle 关系型数据库
【赵渝强老师】Oracle RMAN的目录数据库
Oracle RMAN默认将备份元信息存储在控制文件中,但控制文件损坏或丢失会导致恢复失败,且备份增多会使控制文件无限增长。为解决这些问题,Oracle引入了RMAN目录数据库(Catalog Database),专门用于存储RMAN备份的元信息。使用目录数据库可提升备份管理效率,支持多数据库共享、长期备份历史记录存储,并可保存RMAN脚本。本文详细介绍了如何创建目录数据库、注册目标数据库及其操作步骤。
370 0
|
Oracle 关系型数据库 数据库
【赵渝强老师】Oracle数据库的闪回表
本文介绍了Oracle数据库中的闪回表(Flashback Table)功能,它能够将表的数据快速恢复到特定时间点或系统改变号(SCN),无需备份。文章通过实战示例详细演示了如何使用闪回表恢复数据,包括授权、创建测试表、记录时间与SCN号、删除数据、启用行移动功能、执行闪回操作以及验证恢复结果等步骤。同时,还展示了如何通过触发器禁止插入操作,并在闪回过程中处理触发器的启用问题。文末附有视频讲解,帮助读者更好地理解闪回表的使用方法。
666 10
|
SQL Oracle 关系型数据库
【赵渝强老师】Oracle的闪回数据库
Oracle闪回数据库功能类似于“倒带按钮”,可快速将数据库恢复至 earlier 状态,无需还原备份。本文介绍了闪回数据库的使用方法及实战案例:包括设置归档模式、开启闪回功能、记录SCN号、执行误操作后的恢复步骤等。通过具体 SQL 操作演示了如何利用闪回数据库恢复被误删的用户数据。注意,使用此功能前需确保数据库为归档模式。
555 9

推荐镜像

更多