Hey All,
I'd like to play around w/my own data in the VM version of the i2b2 back-end bits, which means I need to be able to connect to the oracle instance on it. I've installed the 10g client on my laptop & am running the VM on a separate server. But I don't know how to point my client at it. I tried just using the machine name at a sql*plus prompt like so:
SQL> connect demo@mpe0nr
Enter password:
ERROR:
ORA-12541: TNS:no listener
I've also tried selecting the "go to database home page" from the Applications -> Oracle Express system menu--I get a "Firefox can't establish a connection to the server at
127.0.0.1:8080". So I guess some crucial component isn't started, or is listening on some other port?
Any advice would be great here.
Thanks!
-Roy