ocp考试资料群:569933648 验证码:ocp OCP 12c 19c考试题库解析与资料群:钉钉群号:35277291
全部博文(487)
发布时间:2019-08-13 13:45:26
A)when an online redo log switch occurs.C)when the ALTER SYSTEM CHECKPOINT statement is executed.Answer: B冉:A 答案应该换成 B 答案。以文档描述为准。赵:1.每隔 3 秒钟启动一次 DBWn。3.如果脏数据块的总数超过一定的限度。注意:CKPT 与 DBWn 是配合使用.........【阅读全文】
发布时间:2019-08-12 15:27:02
The parameters, DB_CREATE_ONLINE_LOG_DEST_n and DB_RECOVERY_FILE_DEST, and not specified.A)audit logsC)redo logsE)data filesG)temp filesAnswer: BCEGDB_CREATE_FILE_DEST,这个参数用于指定 Oracle 数据库服务器创建以下文件的缺省路径:Datafiles、.........【阅读全文】
发布时间:2019-08-12 13:56:15
A)all copies of the control file.C)all members of the current redo log group.E)TEMP tablespaceAnswer: AC......【阅读全文】
发布时间:2019-08-09 13:11:08
A)Control file.C)SYSTEM tablespace.E)spfile赵:创建数据库实例,首先从 spfile 或者 pfile 中读取数据库参数文件,然后分配 SGA 和创建后台进程。read the spfileSID.ora initSID.oraStarting the background processes2 mount:已经开启控制文件,但是还没有开启数据文件。即通过参数读.........【阅读全文】
发布时间:2019-08-09 10:51:02
A)A partitioned indexC)An empty indexE)An empty tableG)An Oracle Data Pump type external table赵:视图和外部表不存在段。小明:G D 外部表不占用数据库空间......【阅读全文】