Oracle SQL Developer 4.0.1.14 supporta sicuramente le connessioni a PostgreSQL.
- scarica il driver JDBC per Postgres (https://jdbc.postgresql.org/download.html)
- in SQL Developer vai su
Tools → Preferences,Database → Third Party JDBC Driverse aggiungi il file jar (vedi https://www.oracle.com/technetwork/products/migration/jdbc-migration-1923524.html per un esempio passo passo) - ora basta creare una nuova
Database Connectione invece diOracle, selezionaPostgreSQLscheda
Modifica :
Se hai un nome utente e un nome database diversi, dovresti specificare in hostname:hostname/database? (non dimenticare ? ) o hostname:port/database? .
(grazie a @kinkajou e @Kloe2378231; maggiori dettagli su https://stackoverflow.com/a/28671213/565525).