108 Which two statements are true about the Automatic Diagnostic Repository (ADR)? (Choose two.) A.

开发者福利!热门AI工具限时免费用 购周边即赠Coding Plan Lite,Claude Code、Cursor等20+工具畅享,效率翻倍! 阅读详情
108
Which two statements are true about the Automatic Diagnostic Repository (ADR)? (Choose two.)
A. The ADR base keeps all diagnostic information in binary format
B. SQL*Plus provides the ADRI script, which can be used to work with ADR
C. The ADR can be used for problem diagnosis only when the database is open
D. The ADR can be disabled by settting the DIAGNOSTIC_DEST parameter to null
E. The ADR can be used for problem diagnosis even when the database instance is down

F. The ADR base is shared across multiple instances










Correct Answer: EF
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Automatic Diagnostic Repository (ADR)
The ADR is a file-based repository for database diagnostic data such as traces, dumps, the alert log,
health monitor reports, and more. It has a unified directory structure across multiple instances and multiple
products. Beginning with Release 11g, the database, Oracle Automatic Storage Management (Oracle
ASM), the listener, and other Oracle products or components store all diagnostic data in the ADR. Each
instance of each product stores diagnostic data underneath its own home directory within the ADR. For
example, in an Oracle Real Application Clusters environment with shared storage and Oracle ASM, each
database instance and each Oracle ASM instance has an ADR home directory. ADR’s unified directory
structure, consistent diagnostic data formats across products and instances, and a unified set of tools
enable customers and Oracle Support to correlate and analyze diagnostic data across multiple instances.
Note:

Beginning with Release 11g of Oracle Database, because all diagnostic data, including the alert log, are
stored in the ADR, the initialization parameters BACKGROUND_DUMP_DEST and USER_DUMP_DEST
are deprecated. They are replaced by the initialization parameter DIAGNOSTIC_DEST, which identifies
the location of the ADR.
The Automatic Diagnostic Repository (ADR) is a directory structure that is stored outside of the database.

It is therefore available for problem diagnosis when the database is down.
The ADR root directory is known as ADR base. Its location is set by the DIAGNOSTIC_DEST initialization
parameter. If this parameter is omitted or left null, the database sets DIAGNOSTIC_DEST upon startup as
follows:
* If environment variable ORACLE_BASE is set, DIAGNOSTIC_DEST is set to the directory designated by
ORACLE_BASE.
* If environment variable ORACLE_BASE is not set, DIAGNOSTIC_DEST is set to ORACLE_HOME/log.



083-OCP题库日记(一) Oracle 19c OCP题库 阅读详情

相关推荐

OCP-1Z0-053-V12.02-665题

665.Which two statements are true about the Automatic Diagnostic Repository (ADR)? (Choose two.) A. The ADR base keeps all diagnostic information in binary format B. SQL*Plus provides the ADRI scrip

一抹曦阳-Oracle 8296

Oracle 19c OCP 1Z0-082认证考试题库(30-35)

30.Which three are types of segments in an Oracle Database? A.clusters B.sequences C.stored procedures D.views E.undo F.tables 答案:AEF 31.Which two statements are true about the SET VERIPY ON command? A.It displays values for variables prefixed with &&a

姚远OracleACE的博客 2132

oracle数据库管理题库,oracle数据库题库

OCP-052考试题库汇总(48)-CUUG内部解答版Which is true about the Automatic Diagnostic Repository (ADR) ?A) It is used only if the DIAGNOSTIC_DEST parameter is manually configured.B) It onl...文章bjcuug2019-09-04494浏览...

weixin_28931507的博客 457

OCP-052考试题库汇总(49)-CUUG内部解答版

Which two statements are true about the Automatic Diagnostic Repository (ADR) ? A)It only exists if DIAGNOSTIC_DEST is configured in the SPFILE. ...

chouluanzhi0562的博客 802

ADR(Automatic Diagnositc Repository)

环境:linux、oracle12c1、ADR(Automatic Diagnositc Repository) 存放数据库诊断的数据的目录结构ADR Base基础目录 位置有diagnostic_dest参数决定如果没有设置diagnostic_dest参数1)设置ORACLE_BASE环境变量 ,参数diagnostic_dest设置为ORACLEB​ASE2没有设置ORACLEB​ASE环境变量,参数diagnosticd​。

m0_38082819的博客 893

Oracle 11g Automatic Diagnostic Repository(原创)

Automatic Diagnostic RepositoryThe automatic diagnostic repository tracks all problems and incidents that occur in the database. The ADR is a file-based repository that you create for storing tradit...

czmmiao的专栏 285

2.Which two statements are true about the Automatic Workload Repository (AWR)

2.Which two statements are true about the Automatic Workload Repository (AWR)

dwj19830118的专栏 2675

OCP-1Z0-053-V12.02-29题

29.Which two statements are true regarding the Automatic Diagnostic Repository (ADR) in Oracle Database 11g? (Choose two.) A. A single ADR can support multiple ADR homes for different database insta

一抹曦阳-Oracle 9856

OCP-1Z0-052-V8.02-50题

50. Which two statements are true about alerts? (Choose two.) A.Clearing an alert sends the alert to the alert history. B.Response actions cannot be specified with server-generated alerts. C.The no

一抹曦阳-Oracle 1万+

ocp-530

QUESTION NO: 530 Which two statements are true regarding the Automatic Diagnostic Repository (ADR) in Oracle Database 11g? (Choose two.) 关 A. A single ADR can support multiple ADR homes for differen

jiayue's BLOG 1529

SCJP考试第二套3

这是第2套题中的51-90题310-025 Leading the way in IT testing and certification tools, www.testking.com Question No 51 Exhibit: 1. import java.io.IOException; 2. public class ExceptionTest( 3. public static voi

首席技术执行官CTO(Chief Technology Officer)|技术总监--邓斌博客 1788

OCP-1Z0-052-V8.02-46题

46. Which two statements are true about the Automatic Database Diagnostic Monitor (ADDM)? (Choose two.) A.The ADDM requires at least four AWR snapshots for analysis. B.The ADDM runs after each AWR

一抹曦阳-Oracle 1万+

46.Which two statements are true about the Automatic Database Diagnostic Monitor (ADDM)? (Choose two

46.Which two statements are true about the Automatic Database Diagnostic Monitor (ADDM)? (Choose two.)

dwj19830118的专栏 1683

OCP-1Z0-052-V8.02-2题

2. Which two statements are true about the Automatic Workload Repository (AWR)? (Choose two.) A.All AWR tables belong to the SYSTEM schema. B.The AWR contains systemwide tracing and logging informat

一抹曦阳-Oracle 1万+

OCP-1Z0-053-V12.02-496题

496.Which two statements are true regarding an Automatic Storage Management (ASM) instance? (Choose two.) A. As ASM instance mounts an ASM control file B. An ASM instance uses the ASMB process for

一抹曦阳-Oracle 8631

初了解Oracle 11g的Automatic Diagnostic Repository新特性

Oracle 11g之前,当数据库出现问题时,往往第一时间需要看alert日志,看看里面记录了哪些错误,可以给我们提示。alert文件名则 是alert_.log,文件存储路径由参数background_dump_dest决定,例如: SQL> show parameter background_dump_dest NAME

bisal的专栏 4051

12C_ORACLE_1Z0-063 PREP DEMO

1.Which two statements are true about recovering logically corrupted tables or table partitions from an RMANbackup?A. Tables or table partitions can be recovered by using an auxiliary instance only.B....

u012887743的博客 2538

星期一『1-50』

Q.1 user_data is a nonencrypted tablespace containing tables with data.You must encrypt all data in this tablespace.Which three methods can do this?A. Use CREATE TABLE AS SELECTB. Use Data Pump.C. Use...

u012887743的博客 3942
上一篇: QUESTION 105 Examine the following RMAN script: RMAN> run { debug on; allocate channel c1 type disk;
下一篇: 109 You want to take a complete database backup using RMAN. The backup should consist only the used
EVISWANG
博客等级 码龄11年 27粉丝 333原创
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值