Skip to content

Oracle – Automatic Workload Respository AWR

AWR, Automatic Workload Respository The Oracle AWR, Automatic Workload Respository, is tored in the SYSAUX tablespace. This post conatians information useful for purging/cleaning the AWR when it becomes large due to failure of cleanup jobs… 

Oracle – listener.log file

Rename and compress listener.log file [grid@server]$ lsnrctl LSNRCTL> set current_listener listener LSNRCTL> set log_status off [grid@server]$ mv listener.log listener.log.temp [grid@server]$ lsnrctl LSNRCTL> set current_listener listener LSNRCTL> set log_status on — compress (or delete) [grid@server]$ gzip… 

Oracle – Query locking

Display locks in Oracle database [Look for UBABLK in gv$transaction – if value remains static for a while, the transaction is potentially blocked

Oracle – Clusterware Installation and Configuration

Installing and Configuring Oracle Clusterware The installation procedure for Oracle clusterware (Grid Infrastructure) is well documented in Oracle documentation. This post contains the titles of MOS documents that will be useful before, during, or after…