Displaying 1 result from an estimated 1 matches for "eesdev".
Did you mean:
resdev
2012 Dec 19
0
Oracle listner with port forwarding issue
...ror (ORA-12541: TNS:no listener):
In researching this error, it is a result of a misconfigured oracle
listener (I am using port forwarding on port 1522). In database.yml I have
localhost:1522. I am also invoking:
ssh -C -q -f -N -l root -L 1522:74.121.71.3:1521 <http://74.121.70.3:1521>
eesdev.somebody.net <http://eesdev.missiondata.net>
Finally, my $ORACLE_HOME points to the right spot, and PATH=$PATH:/bin
So everything is set up to hit the oracle server through port 1522.
This ORA-12541, the misconfigured oracle listener (I assume on my local,
which has already been started)...