ORACLE/ADMIN
12C 이상에서 오라클 로그 위치
[PineTree]
2024. 3. 22. 11:14
반응형
항목별 오라클 로그 위치
참조
https://forums.oracle.com/ords/apexds/post/oracle19-rac-logs-location-and-content-3795
Oracle19 RAC logs location and content
Hi,With Oracle19c RAC we have three important levels op components to monitor:- The Clusterware itself- THE ASM instance- The DBMS instances- The PDB databasesDoes someone know what and were are the m...
forums.oracle.com
=> CRS: $ORACLE_BASE/diag/crs/<hostname>/crs/trace/alert.log
=> ASM: $ORACLE_BASE/diag/+asm/<ASM_SID>/trace/alert_<ASM_SID>.log
=> RDBMS-Instances: $ORACLE_BASE/rdbms/<DB_NAME>/<DB_SID>/trace/alert_<DB_SID>.log
=> PDBs: There is not specific log for PDBS. Please see the alert.log of the corresponding RDBMS instances
반응형