Oracle Linux & Red Hat Linux
Get the opened ports with service and port number
# netstat -tulpn
# iptables -L
Enable ports from the fire wall
[root@evis ~]# iptables -I INPUT -p tcp -m tcp --dport 5901 -j ACCEPT
[root@evis ~]# service iptables save
This blog contains Oracle Database and RHEL and OEL support and troubleshoot documents. Most of them are copied from Oracle support Documents and references are mentioned.
RMAN Recovery Catalog About Recovery Catalog RMAN recovery catalog Is another database which is out of your normal databases or which is o...
No comments:
Post a Comment