How to connect to database in virtual machine?
836588Feb 3 2011 — edited Feb 7 2011I've downloaded and installed the prepared virtual machine from http://www.oracle.com/technetwork/database/enterprise-edition/databaseappdev-vm-161299.html to my Windows XP machine. It is up and running and I'm able to login. Within the virtual machine I've already used the SQLDeveloper to connect to the database.
But how do I connect to the database from "outside": with the SQLDeveloper running on my Windows?
Within the console of the virtual machine I've found the following information: "To connect to the Enterprise Manager from the host machine: https://192.168.56.101:1158/em"
So I've tried to connect the SQLDeveloper to
Host 192.168.56.101
Port 1521
SID orcl
User hr
But all I get is an IOException: The Network Adapter could not establish the connection. When I try to ping 192.168.56.101 from my Windows, there is no reply.
What am I doing wrong?