adrci – No ADR base is set 错误的处理

Posted dingdingfish

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了adrci – No ADR base is set 错误的处理相关的知识,希望对你有一定的参考价值。

故障如下:

$ adrci

ADRCI: Release 19.0.0.0.0 - Production on Fri Sep 30 08:51:29 2022

Copyright (c) 1982, 2019, Oracle and/or its affiliates.  All rights reserved.

No ADR base is set

临时解决方法

先找到ADR Base:

SQL> select value from v$diag_info where name='ADR Base';

VALUE
--------------------------------------------------------------------------------
/u01/app/oracle

然后在adrci命令中设置Base:

$ adrci

ADRCI: Release 19.0.0.0.0 - Production on Fri Sep 30 08:49:24 2022

Copyright (c) 1982, 2019, Oracle and/or its affiliates.  All rights reserved.

No ADR base is set

adrci> set base /u01/app/oracle
adrci> show alert

ADR Home = /u01/app/oracle/diag/rdbms/db0927_nrt1s2/DB0927:
*************************************************************************
Output the results to file: /tmp/alert_60622_1404_DB0927_1.ado
adrci> exit

这种方法,每次进入adrci都必须设置一次。

永久解决方法

需要将ADR base设置到配置文件中:

$ mkdir -p $ORACLE_HOME/log/diag
[oracle@bigtsiim ~]$ printf "%s" "/u01/app/oracle" > $ORACLE_HOME/log/diag/adrci_dir.mif
[oracle@bigtsiim ~]$ adrci

ADRCI: Release 19.0.0.0.0 - Production on Fri Sep 30 08:57:17 2022

Copyright (c) 1982, 2019, Oracle and/or its affiliates.  All rights reserved.

ADR base = "/u01/app/oracle"
adrci>

以上是关于adrci – No ADR base is set 错误的处理的主要内容,如果未能解决你的问题,请参考以下文章

adrci – No ADR base is set 错误的处理

ORACLE 11.2 性能调优之03 ( ADR使用 )

Oracle工具——ADRCI

Linq------错误:EntityType: EntitySet 'Products' is based on type 'Product' that has no

The POM for XXX:jar:${com.ld.base.service.version} is missing, no dependency information available(示

`is_base_of` 是如何工作的?