博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Oracle OCP 1Z0-050(181-183题)解析
阅读量:4040 次
发布时间:2019-05-24

本文共 1932 字,大约阅读时间需要 6 分钟。

Oracle OCP 1Z0-050(181-183题)解析

QUESTION 181:

Your organization decided to upgrade the existing Oracle 10g database to Oracle 11g database in a multiprocessor environment. At the end of the upgrade, you observe that the DBA executes the following script:

SQL> @utlrp.sql

What is the significance of executing this script?

A. It performs sequential recompilation of any stored PL/SQL as well as Java code.

B. It performs parallel recompilation of any stored PL/SQL as well as Java code.

C. It performs sequential recompilation of only the stored PL/SQL code.

D. It performs parallel recompilation of only the stored PL/SQL code.

Answer: B

解析:参考Oracle官方文档

 

QUESTION 182:

View the Exhibit.

Examine the following command that is executed for the TRANSPORT table in the SH schema:

SQL> SELECT DBMS_STATS.CREATE_EXTENDED_STATS('sh', 'customers_obe',

'(country_id, cust_state_province)') FROM dual;

Which statement describes the significance of this command?

A. It collects statistics with AUTO_SAMPLE_SIZE for ESTIMATE_PERCENT.

B. It collects statistics into the pending area in the data dictionary.

C. It creates a histogram to hold skewed information about the data in the columns.

D. It creates a virtual hidden column in the CUSTOMERS_OBE table.

Answer: D

解析:参考Oracle官方文档

 

QUESTION 183:

You installed Oracle Database 11g afresh. Which statements are true regarding the default audit settings in this database? (Choose all that apply.)

A. The audit trail is stored in an operating system file.

B. Auditing is disabled for all privileges.

C. The audit trail is stored in the database.

D. Auditing is enabled for all privileges.

E. Auditing is enabled for certain privileges related to database security.

Answer: C,E

解析:

如果数据库是使用Database Configuration Assistant (DBCA) 创建的,默认情况下,audit_trail参数设置为DB。

当AUDIT_TRAIL设置为DB时,默认的行为是将审计线索记录到数据库的AUD$表中。

默认审计

在Oracle Database 11g中启用审计时,将默认审计那些对安全性非常重要的特定权限和语句。系统将针对所有用户,按成功、失败以及访问来审计上面列出的这些权限和语句。

(完)

你可能感兴趣的文章
socket编程中select的使用
查看>>
关于AIS编码解码的两个小问题
查看>>
GitHub 万星推荐:黑客成长技术清单
查看>>
可以在线C++编译的工具站点
查看>>
关于无人驾驶的过去、现在以及未来,看这篇文章就够了!
查看>>
所谓的进步和提升,就是完成认知升级
查看>>
昨夜今晨最大八卦终于坐实——人类首次直接探测到了引力波
查看>>
为什么读了很多书,却学不到什么东西?
查看>>
长文干货:如何轻松应对工作中最棘手的13种场景?
查看>>
如何用好碎片化时间,让思维更有效率?
查看>>
No.147 - LeetCode1108
查看>>
No.174 - LeetCode1305 - 合并两个搜索树
查看>>
No.175 - LeetCode1306
查看>>
No.176 - LeetCode1309
查看>>
No.182 - LeetCode1325 - C指针的魅力
查看>>
mysql:sql create database新建utf8mb4 数据库
查看>>
mysql:sql alter database修改数据库字符集
查看>>
mysql:sql drop table (删除表)
查看>>
mysql:sql truncate (清除表数据)
查看>>
scrapy:xpath string(.)非常注意问题
查看>>