Port 1521 โ Oracle DB
TCP ยท Port 1521/TCP is used for Oracle Database connections. It allows clients to establish a connection with an Oracle database server, enabling queries and data retrieval. This port is critical for Oracle-based applications and services.
- Port Number
- 1521
- Service Name
- Oracle DB
- Protocol
- TCP
- Common Software
- Oracle Database
Security Notes
Review IANA registry for port 1521 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 1521 is used for Oracle DB. Port 1521/TCP is used for Oracle Database connections. It allows clients to establish a connection with an Oracle database server, enabling queries and data retrieval. This port is critical for Oracle-based applications and services. Common software: Oracle Database.
Review IANA registry for port 1521 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 1521 <target> or check locally: ss -tlnp | rg 1521