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-20207: UNTIL TIME or RECOVERY WINDOW is before RESETLOGS time https://shivanandarao-oracle.com/2012/12/05/rman-20207-until-time-or-re...
No comments:
Post a Comment