Netca Error [message #350447] |
Thu, 25 September 2008 01:47 |
oracle_oracle
Messages: 1 Registered: September 2008
|
Junior Member |
|
|
hi,
I had installed oracle database 10gR2 in RHEL 4 update 4 OS.
Database had started without any problem and its working fine.
But when i try to configure LISTENER by running netca from $ORACLE_HOME/bin am getting,
[oracle@dbrac1 bin]$ ./netca
Oracle Net Services Configuration:
java.lang.NullPointerException
at oracle.ewt.lwAWT.BufferedApplet.<init>(Unknown Source)
at oracle.net.ca.NetCA.<init>(Unknown Source)
at oracle.net.ca.NetCA.main(Unknown Source)
Oracle Net Services configuration failed. The exit code is -1
[oracle@dbrac1 bin]$
This is my environment variable
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/db
export PATH=$ORACLE_HOME/bin/:$PATH
export ORACLE_SID=oradb
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib
export DISPLAY=192.168.117.21:0.0
|
|
|