Hello experts!
I currently have Oracle 11gR2 running on a SuSE 10 SP3.
Checking the listener.ora and tnsnames, as well as with the lsnrctl status command, it seems that the listening port is 1522. I would like to change it to the default (1521), so I don't need to add the port parameter in my php programs via the oci_connect function.
I've been searching on oracle's docs, and found this:
http://download.oracle.com/docs/cd/B25329_01/doc/admin.102/b25107/network.htm#BHCDDAII
I followed all steps under the "Changing the Listener Port Number for Database Connection Requests" section, but now, the em console wouldn't even connect to the database instance nor the listener. The problem seems that em still waits to the 1522 port. From what I understand, listener and instance are now communicating between each other because the lsnrctl status now shows a ready connection at 1521, but em's still trying on 1522
Is there any additional config that is needed to be done at the em console's side? :( I'm kind of new with Oracle Admin.
It should be in $ORACLE_HOME/network/admin