When you create a DBaaS instance, the only port open by default is 22 (SSH port).
So for SQL*Net access, you need to create a tunnel over SSH in SQL Developer.
So for SQL*Net access, you need to create a tunnel over SSH in SQL Developer.
- Download latest SQL Developer release from OTN
- Find the Public IP
- Get the Public key used on instance creation
- Start SQL Developer and add a SSH host (Public IP, username & key file)
- Create a new DB connection
(choose SSH connection type and select the port forward created previously)