Oracle Weblogic Administration
Oracle ACE Pro
Oracle Solution Architect
Oracle E-Business Suite
Oracle Cloud Infrastructure
Oracle Fusion Middleware
Oracle Database Administration
Oracle Weblogic Administration
Oracle ACE Pro
Oracle Weblogic Administration
Oracle ACE Pro
Oracle Solution Architect
Oracle E-Business Suite
Oracle Cloud Infrastructure
Oracle Fusion Middleware
Oracle Database Administration
Oracle Weblogic Administration
Oracle ACE Pro
$ORA_CRS_HOME/cdata/<cluster_name> |
OCR backups (default location) |
$ORA_HOME/log/<hostname>/client/ocrconfig_<pid>.log |
OCR command log file |
$ORA_CRS_HOME/crs/log |
contains trace files for the CRS resources |
$ORA_CRS_HOME/crs/init |
contains trace files for the CRS daemon during startup, a good place to start |
$ORA_CRS_HOME/css/log |
contains cluster reconfigurations, missed check-ins, connects and disconnects from the client CSS listener. Look here to obtain when reboots occur |
$ORA_CRS_HOME/css/init |
contains core dumps from the cluster synchronization service daemon (OCSd) |
$ORA_CRS_HOME/evm/log |
logfiles for the event volume manager and eventlogger daemon |
$ORA_CRS_HOME/evm/init |
pid and lock files for EVM |
$ORA_CRS_HOME/srvm/log |
logfiles for Oracle Cluster Registry (OCR) |
$ORA_CRS_HOME/log |
log fles for Oracle clusterware which contains diagnostic messages at the Oracle cluster level |
ARC3: Error 19809 Creating archive log file to ‘+DISKS’
Errors in file /u01/oracle/diag/rdbms/orcl/orcl/trace/orcl_arc1_6598.trc:
ORA-19815: WARNING: db_recovery_file_dest_size of 42687547752 bytes is 100.00% used,
and has 0 remaining bytes available.
This problem normally occurs when our flash recovery area is full , we have two option to solve this problem:
1. Add size to flash_recovery_area if we have free disk space.
SQL> alter system set db_recovery_file_dest_size=5G;
2. Delete some archivelogs to free flash_recovery_area.
RMAN> crosscheck archivelog all;
RMAN> delete expired archivelog all;
RMAN> delete obsolete;
ORA-29532: Java call terminated by uncaught Java exception: java.security.AccessControlException
All Rights Reserved