Skip to content

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 – 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… 

Oracle – Direct NFS with a Windows NFS Server

Scenario : Oracle Direct NFS, NFS on Windows Server you are using Oracle Direct NFS, and the NFS is running on Windows, there is a potential issue with permissions and ownership changes required. Example An… 

Oracle – RMAN DROP DATABASE

— set ORACLE env first export ORACLE_SID=ORCL12 export ORACLE_HOME=/oracle/….. oracle@oravm:~/ [ORCL12] rman target / Recovery Manager: Release 12.1.0.1.0 – Production on Wed Dec 27 09:45:33 2017 Copyright (c) 1982, 2013, Oracle and/or its affiliates. All…