Monday, May 6, 2024

How to open / dd port to firewall ?

 

Add / Open1521 oracle database  default port to Linux 


[root@oraclesrc-5 ~]#

[root@oraclesrc-5 ~]#  firewall-cmd --zone=public --permanent --add-port=1521/tcp

success

[root@oraclesrc-5 ~]#

[root@oraclesrc-5 ~]# firewall-cmd --reload

success

[root@oraclesrc-5~]#


No comments:

Post a Comment

Setup and design database architecture to meet SLA - 99.9 , 99.99 , 99.999

Achieving distinct Service Level Agreements (SLAs) for a database requires scaling redundancy and infrastructure complexity.  The three-nine...