标题: adrci – No ADR base is set 错误的处理 [打印本页] 作者: jiawang 时间: 2023-10-22 14:47 标题: adrci – No ADR base is set 错误的处理 $ adrci
ADRCI: Release 19.0.0.0.0 - Production on Fri Sep 30 08:51:29 2023
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 2023
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