Never expose to the internet

Port 1521 — Oracle Database

Oracle listener port.

Port
1521
Service
Oracle Database
Protocol
TCP

Security guidance

Same rule as any database: private network only.

Test port 1521 yourself

From your own machine, against any host (swap in your domain):

macOS / Linux — netcat

nc -vz example.com 1521

Any OS — nmap

nmap -p 1521 example.com

Windows — PowerShell

Test-NetConnection example.com -Port 1521

open = a service answered on port 1521; closed = the host replied but nothing is listening; filtered = a firewall silently dropped the probe. These test from your network — our port checker tests from the outside, the view that matters for security.

Is port 1521 open on your server?

Test it from outside your network — the only view that matters.

Check port 1521