OCP2018最新题库,052新题库及答案整理-25题

25、Which is true about logical and physical database structures? (Choose the best answer)

? A. An undo tablespace has a temp file instead of a data file.

? B. A segment can consist of extents of different sizes.

? C. A permanent tablespace can only contain tables segments and index segments.

? D. A tablespace can consist of data blocks of different sizes.

? E. An extent always consists of physically contiguous data blocks in storage.

? Correct Answer: B

原文地址:http://blog.51cto.com/13854012/2151103

时间: 2024-08-30 03:27:12

OCP2018最新题库,052新题库及答案整理-25题的相关文章

2018OCP最新题库052新加考题及答案整理-27

27.Examine these facts about a database: 1. USERS is the database default tablespace. 2. USER1, USER2, AND USER3 have the CREATE SESSION privilege. 3. They also have UNLIMITED QUOTA on the default tablespace USERS. 4. They have no other privileges. E

OCP考试052考试,新的考题还有答案整理-23题

23.Which two are true about data dictionary and dynamic performance views (v$ views)? A) All database users have access to ALL_* views. B) Data dictionary view output is subject to read consistency. C) The defining queries for Oracle supplied dynamic

ocp最新题库之052新题带答案整理-36题

36.Which two are true about roles? A) A role can be granted a combination of system and object privileges and other roles. B) The CONNECT role Is granted automatically to a user when It Is created. C) Roles are owned by SYSTEM. D) The RESOURCE role I

OCP题库更新,052最新考题及答案整理-31题

31.Which two events always request the LGWR to write? A) when LGWR is notified by a server process that performs a Commit or ROLLBACK B) When PMON restarts a server process C) when DBWn writes dirty buffers D) when a log switch occurs E) when a check

OCP换题库了,最新052考试题库及答案整理-25

25.Examine this LISTENER. ORA file: LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = srvl.example.com)(PORT = 1522)) ) ) ) SID LIST LISTENER = (SID LIST = (SID_DESC = (GLOBAL_DBNAME = orcl.example.com)

OCP最新考试题库-052新考题及答案整理-34

34.Which is true about invalid PL/SQL objects? A) They are automatically recompiled against the new definition of a referenced object at the same time as the referenced object is modified. B) They can be manually recompiled only by using SQL commands

OCP读书笔记(25) - 题库(ExamE)

401.Which of the following are correct about block media recovery? (Choose all that apply.)A. Physical and logical block corruption is recorded automatically in V$DATABASE_BLOCK_CORRUPTION.B. Logical corruptions are repairable by BMR.C. Physical corr

numpy百题冲关,pandas百题冲关, numpy-100库直接线上生成和训练,使用google云上notebook环境

numpy百题冲关,pandas百题冲关, numpy-100库直接线上生成和训练,使用google云上notebook环境 numpy后边涉及到矩阵和后期学习到的数学知识的实践 https://www.shiyanlou.com/courses/1090/learning/ pandas涉及到pandas相关应用.例如数据清洗等内容 https://www.shiyanlou.com/courses/1091 numpy-100环境 https://github.com/rougier/num

git ---创建新git库

一.修改本地repositories里的gitosis.conf,添加mt6577.git标识(并提交): X:\gitosis-admin\gitosis.conf [group developers] writable = provision mt6577 mt6582 git pull git add gitosis.conf git commit –m"" git push origin master 二.提交工程代码 git init git add -f *     //一