Hi gurus,
Oracle RAC 11.2.03 at redhat 5.4
we had a RAC database on 11.1.0.1 and we migrated to 11.2.0.3 in a few months.
All works fine but there is a abnormal issue. (i think it is abnormal).
we have asm log at:
/u01/app/oracle/diag/asm/+asm/+ASM1/trace/alert_+asm1.log
/u01/app/oracle/diag/asm/+asm/+ASM2/trace/alert_+asm2.log
but all the rest of log/traces are under /u02
SQL> sho parameter diag
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
diagnostic_dest string /u02/app/oracle
SQL> sho parameter background_dump_dest
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
background_dump_dest string /u02/app/oracle/diag/rdbms/db_cos /db_1/trace
if i check adr base at sql:
SQL> select value from v$diag_info where name='ADR Base';
VALUE
--------------------------------------------------------------------------------
/u02/app/oracle
but if I check adrci it show ADR base as /u01/app/oracle. I think here i have the problem, i should change it, right?
but if i try:
adrci> set base =/u02/app/oracle
exit and enter again base is reset to /u01/app/oracle. How i set it permanent?
Edited by: Me_101 on 29-ene-2013 4:08