【翻譯自mos文章】Oracle db 12c中,每次日誌切換時,會改變alert_sid.log的許可權,12calert_sid.log

來源:互聯網
上載者:User

【翻譯自mos文章】Oracle db 12c中,每次日誌切換時,會改變alert_sid.log的許可權,12calert_sid.log


12c中,每次日誌切換時,會改變alert_sid.log的許可權

來源於:
Alert log file's permissions Change with every log switch in 12c (Doc ID 1637367.1)

適用於:
Oracle Database - Enterprise Edition - Version 12.1.0.1 and later
Information in this document applies to any platform.


癥狀:

When trying to set the group write bit in the OS Permissions for the alert log file it gets reset after every log switchFor example:[oracle@rhel59 trace]$ pwd/u01/app/oracle/diag/rdbms/orcl/orcl/trace[oracle@rhel59 trace]$ ls -lrt alert_orcl.log -rw-r----- 1 oracle oinstall 357531 May  2 07:30 alert_orcl.log --->此時的許可權為640[oracle@rhel59 trace]$ --修改為666[oracle@rhel59 trace]$ chmod 666 alert_orcl.log[oracle@rhel59 trace]$ ls -lrt alert_orcl.log -rw-rw-rw- 1 oracle oinstall 357988 May  2 07:42 alert_orcl.log--->此時的許可權為666--日誌切換SQL> alter system switch logfile;System altered.--再次查看許可權[oracle@rhel59 trace]$ ls -lrt alert_orcl.log -rw-r--rw- 1 oracle oinstall 358240 May  2 07:50 alert_orcl.log--->此時的許可權為646[oracle@rhel59 trace]$


 

原因:

This is an expected behavior, if it is required to have the group write bit set for the alert log, then group write bit needs to be set for in the ADR home directory.

解決方案:

chmod 770 /<SID>/diag/rdbms/<SID>/<SID> Then restart the database

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.