Avatar of crishna1
crishna1
Flag for United States of America

asked on 

Start Listner in AIX..

Dear Experts,
I am new to AIX and i need commands (syntax) on,
1) How to set ORACLE_HOME
2) How to set .oraenv
3) Start a listener

cat /etc/oratab --- gave me the list of instances i have with home path, but for some reason i keep geeting the following, what am i doing wrong?
*****************
$ /usr/local/bin/oraenv
ORACLE_SID = [sqlplus] ? ABCD02
/usr/local/bin/oraenv[64]: dbhome:  not found.
ORACLE_HOME = [] ? /data1/oracle/product/10.2.0/db_2
$ sqlplus
ksh: sqlplus:  not found.
$ /usr/local/bin/oraenv
ORACLE_SID = [sqlplus] ? ABCD02
/usr/local/bin/oraenv[64]: dbhome:  not found.
ORACLE_HOME = [] ? /data1/oracle/product/10.2.0/db_2
$ /usr/local/bin/oraenv
/usr/local/bin/oraenv[64]: dbhome:  not found.
ORACLE_HOME = []
Oracle DatabaseUnix OS

Avatar of undefined
Last Comment
crishna1

8/22/2022 - Mon