Check options linked into ORACLE_HOME

NEW SCRIPT! – It check the options linked into the oracle software as described in MOS note “How to Check and Enable/Disable Oracle Binary Options (Doc ID 948061.1)” Continue reading “Check options linked into ORACLE_HOME”

local_listener is set to a wrong port

The parameter local_listener of the asm instance is maintained by the clusterware and sometimes set to a wrong value. A port which is higher then the defined port of the local listener.

SYS@+ASM2> show parameter local_li
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
local_listener string (ADDRESS=(PROTOCOL=TCP)(HOST=XX.XX.XX.XX)(PORT=1526))

I faced the bug only in the following configuration:

  • cluster installed with version 12.1.0.2
  • patch level newer 160119
  • more then 2 cluster interconnects
  • FlexASM

Continue reading “local_listener is set to a wrong port”

OraTcpTest

In MOSC I read about OraTcpTest and had a short look at MOS note 2064368.1 . The scope of the tool is to measure network performance for Dataguard environments.
In the past I used iperf – a default Unix tool – but it has to be installed and it’s hard to set the options exactly matching the database. Often the results were not the same as the database ones. OraTcpTest should do it better. Continue reading “OraTcpTest”

orachk

orachk is nothing new and was former known as raccheck, long time ago and the functionality increased a lot! It checks your environment for possible wrong configurations and best practices from oracle. The number of checks increase with each version. here you can see all the checks. You can check an existing installation or improve your standard configuration with the recommendations. I like to use it, after a cluster setup or upgrade or operating system upgrade. It’s not limited to Database, Clusterware or Operating System, but in this blog it is. Main MOS Note and Doku. Exachk is an own tool, but belongs to the same family. Continue reading “orachk”

SCAN-Listener and NAT

Network Address Translation (NAT) and SCAN listener are not working out of the box, because the scan redirect to the local_listener value, usually a IP and not a DNS name. failed Continue reading “SCAN-Listener and NAT”