hello all..
We are using Sun 5.8, and have Oracle 9.2 I need to start Oracle Net Configuraion Assistant Tool to make some changes to Listener.
How do we start that ?....i am using X-Windows. Any help is appreciated
Thanks
Ron
Printable View
hello all..
We are using Sun 5.8, and have Oracle 9.2 I need to start Oracle Net Configuraion Assistant Tool to make some changes to Listener.
How do we start that ?....i am using X-Windows. Any help is appreciated
Thanks
Ron
$ORACLE_HOME/bin/netca
Hi
You have to set the JAVA_HOME environment first
EX:
JAVA_HOME=/usr/bin/Java1.2
and start it by
$ORACLE_HOME/bin/netasst
//Hamhey