【2019】OCP 12c 062题库更新大量新题-7

7.daily_ords_lst is created in locally managed tablespace ORDERS_TBS which uses automatic segment space management.

CREATE TABLE daily_ords_list (ordno NUMBER, ord_date DATE) PCTFREE 20;

Which two are true ?

A) 80% of every data block in daily_ords_lst is reserved for row inserts.

B) pctfree eliminates row chaining during inserts.

C) pctfree can help reduce row migration during updates.

D) pctfree can help to minimize row chaining during inserts.

E) 20% of each data block in the table is reserved for row updates.

Answer:CE

(解析:pctfree 目的就是预防在 update 时造成行迁移,空出 20%就是为了给 update 使用,A 答案为什么是错的呢,因为块头也要占空间,所以真正使用的时候不会有 80%的可用空间。部落3:1015267481)

原文地址:https://blog.51cto.com/13854012/2383798

时间: 2024-07-31 11:21:05

【2019】OCP 12c 062题库更新大量新题-7的相关文章

(2019)OCP 12c 062考试题库出现大量新题-4

4.Which four are true about creating and running a remote database scheduler jobs? A) A credential is optional for a remote database job. B) A database destination group must exist or be created for a job to run on multiple remote databases. C) A des

【ocp新题】OCP 12c 062认证考试出现大量新题-8

Which are two ways for a database service to be recognized by a listener in Oracle Database 12c? A) Static registration in the listener.ora file using the service_name parameter B) Dynamic Registration by the smon process C) Static registration in th

OCP 12c题库出现大量新题,062新题-第21题

choose three Which three statements are true about Oracle checkpoint processing? A) Incremental checkpoints write some dirty buffers to the datafiles and unwritten redo to the online redo logs. B) Frequent thread checkpoints can degrade database perf

OCP 12c考试题,062题库出现大量新题-第20道

choose three Your database is configured for ARCHIVELOG mode, and a daily full database backup is taken. RMAN is configured to perform control file autobackup. In which three scenarios do you need media recovery? A) loss of data files that belong to

【新题】OCP 062题库出现很多新题-6

6.Which four statements are true about database instance behavior? A) Redo log files can be renamed in mount state. B) Datafiles can be renamed in mount state. C) All dynamic performance views (v$ views) return data when queried from a session connec

OCP考试062题库出现大量新题-18

choose two Examine this command executed on a client that is remote from the database server. SQL> CONNECT hr/[email protected] Which two are required for this command to connect the SQLPLUS client to a database instance? A) A service name must be de

OCP新题,2019题库出现大量新题,062-第22题

choose two Your database is running in ARCHIVELOG mode. You want to take a consistent whole database backup. Which two statements are true in this scenario? A) RMAN backups contain only data files. B) The database must be in MOUNT state to take consi

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

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 c