adrci show home --- different than the oracle home of the sid
849425Aug 9 2011 — edited Aug 26 2011I am trying to figure out to configure adrci to cleanup tracefiles.
However I got confused that adrci show home did not match the initial paramter of : diagnostic_dest.
Here is example:
adrci
ADRCI: Release 11.1.0.7.0 - Production on Tue Aug 9 13:45:08 2011
Copyright (c) 1982, 2007, Oracle. All rights reserved.
ADR base = "/opt/oracle"
adrci> show home
ADR Homes:
diag/rdbms/wdbm/wdbm
diag/clients/user_oracle/host_wdbm
diag/tnslsnr/wdbm/listener_wdbm1
diag/tnslsnr/wdbm/listener_wdbm_local
adrci> exit
---------------------
SQL> show parameter diagnostic
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
diagnostic_dest string /opt/oracle/admin/WDBM/diag
Before I ran adrci, I setup the . oraenv to the sid name and oracle home is pointing to the right path.
I am out of clue what is going on here and how do I configure adrci to point to the diagnostic_dest?
Thanks,