For my University I have to install an Oracle Database and SQL Developer on my Mac. I struggled with the installation on my VirtualBox Linux distribution and now I am trying to use one of the Vagrant Boxes provided on Github: https://github.com/oracle/vagrant-boxes/tree/master/OracleDatabase/11.2.0.2
I installed the database successfully and now I wonder how I can connect to the Database through SQL Developer on my Mac to the Database on the Vagrant Box. I couldn't figure out a way to do that so far, does anybody know how to do this?