Wednesday, April 26, 2023

Quick Blog: Default Port number of various DB Tech

 Default Port number of various DB technologies:

1. Oracle - 1521

2. PostgreSQL - 5432

3. MSSQL - 1433

4. MySQL - 3306

5. DB2 - 50000

No comments:

Post a Comment

Troubleshooting the “Cannot Generate SSPI Context” Error After SQL Server Migration

  Introduction After a recent  SQL Server migration from 2012 to 2022 , our team encountered a classic authentication issue: The target prin...