Oracle OCP 19c 认证1Z0-083考试(115-120题) #7月最新

本文详细介绍了Oracle Database Upgrade Assistant (DBUA)在升级过程中的三个主要步骤:预检查以验证数据库是否准备好升级、清空回收站以及重新编译存储的PL/SQL代码。此外,还讨论了RMAN备份在使用媒体管理器写入磁带时的注意事项,如并行备份和磁带驱动器的使用。最后,文章提到了Oracle Database Configuration Assistant (DBCA)模板的用途和选择适合数据库模板的重要性。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 
Which three actions are performed by Database Upgrade Assistant (DBUA)? (Choose three.) A. It recompiles all stored PL/SQL code by using utlrp.sql.

B.    It empties the RECYCLE BIN.

C.    It performs prerequisite checks to verify if the Oracle database is ready for upgrade.

D.    It sets all user tablespaces to “read-only” before starting the upgrade.

E.    It removes the AUDSYS schema and the AUDIT_ADMIN and AUDIT_VIEWER roles

F.    It increases tablespace size, if required, to meet upgrade requirements.

Answer: ABC

(解析:这道题考的很细,居然考升级中的某个具体细节。Prerequisities
There are a lot of potential prerequisites, which will vary depending on the functionality you are
using in your source version. Please check them in the documentation, or you may fail to upgrade your database successfully.

In addition to other prerequisites, you will always be asked to do the following actions 
Gather dictionary statistics. For a non-CDB database you will do the following from an SQL prompt. CONN / AS SYSDBA
EXEC DBMS_STATS.GATHER_DICTIONARY_STATS;

For a container database you will use the following command to perform the action in all containers.

$ORACLE_HOME/perl/bin/perl $ORACLE_HOME/rdbms/admin/catcon.pl -l /tmp -b gather_dict_stats    x"EXEC DBMS_STATS.gather_dictionary_stats"
Purge the recycle bin using the following from an SQL prompt. CONN / AS SYSDBA PURGE DBA_RECYCLEBIN
Compile all invalid objects. For a non-CDB database you will do the following from an SQL prompt. CONN / AS SYSDBA @?/rdbms/admin/utlrp.sql
For a container database you will use the following command to perform the action in all containers.

$ORACLE_HOME/perl/bin/perl    $ORACLE_HOME/rdbms/admin/catcon.pl    -l    /tmp    -b comp_invalid_objs    x"@?/rdbms/admin/utlrp.sql"
 
Reference: https://oracle-base.com/articles/12c/upgrading-to-12c 
78、

Which two are true about RMAN backups when using a media manager to write backups to tape when

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

wwwleoocom

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值