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

Flashback data archive steps

 Objective: Ways to track DML changes in a table Detailed objective: We should be able to track the changes in the table at any point in tim...