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

what is catcon.pl (Catalog Container Script) and why very useful for Oracle Multitenant Database ?

  catcon.pl (Catalog Container Script) is an Oracle utility introduced with the Multitenant Architecture (CDB/PDB) to execute SQL scripts ...