Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

tns and listener error

ORA-12543: TNS:destination host unreachable error

Reason : Firewall was enabled on the target host.

I disabled firewall by issuing following commands :

root@target#service iptables status
            service iptables stop
            chkconfig iptables off

Comments

Popular posts from this blog

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

7 Steps to configure BDR replication in postgresql

Postgres Streaming Replication Configuration

vacuumlo - removing large objects orphans from a database PostgreSQL