Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

alert_+asm.log

Me_101Jan 29 2013 — edited Jan 29 2013
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
This post has been answered by Shivananda Rao on Jan 29 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 26 2013
Added on Jan 29 2013
4 comments
2,817 views