Each connection should is required to have a Connection Name, Database Type, Agent.
...
The PostgreSql mandatory fields for PostgreSql connection:
Host
Port (The default port for PostgereSql is 5432)
Username
Password
The MySql mandatory fields for MySql are:
Host
Port (The default port for MySql is 3306)
Username
Password
The Oracle mandatory fields for Oracle:
Host
Port (The default port for Oracle Database is 1521)
Service
Username
Password
...