hi All,
I'm trying to connect to a remote database.
I've confiugred the my database instance with a service name "BOBDB"
TCP/IP Service name (SVCENAME) = BOBDB
Discovery mode (DISCOVER) = SEARCH
Discover server instance (DISCOVER_INST) = ENABLE
and I've changed /etc/services file as follows
BOBDB 50000/tcp
After this, I've restarted the instance. When I try to telnet to the localhost on port 50000, I get
bash-2.03$ telnet localhost 50000
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused,
which implies that nothing is listening on Port 50000.
Am I missing something?
Thanks
Yadu