I would like to access database running on virtual machine which resides in server connected to local network. Here's the whole situation: There is Windows Server 2008 R2 Datacenter running as virtual machine and it has Oracle database on it. I'm using RDP to control OS remotely, but now I would like to use my computer to access database. I've tried creating database connection in JDeveloper with hostname just like my RDP connection IP, but unfortunately this way doesn't work.
Could anybody suggest the best way to accomplish such task?