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

MSSQL: Backup/Restore logically a large table

  MSSQL : Backup/Restore logically a large table Objective: We perform 3 data processing steps in this tutorial 1.Download an opensource dat...