Getting error message- Failed to auto-stop Oracle Net Listener using /bin/t
636087Mar 1 2010 — edited Jan 18 2011Have installed Oracle 11g on AIX 6.1 and created a db through dbca.
All processes seem to be running indeed I can connect to it via sqlplus and via a remote application i.e. it connects ok
However when I run dbshut/dbstart I get errors like:
./dbshut[51]: test: argument expected
Failed to auto-stop Oracle Net Listener using /bin/tnslsnr
bash-3.2# dbstart
/u01/app/oracle/product/11.1.0/db_1/bin/dbstart[81]: test: argument expected
Failed to auto-start Oracle Net Listener using /bin/tnslsnr
my environment is
ORACLE_HOME_LISTENER=/u01/app/oracle/product/11.1.0/db_1
ORACLE_SID=MYSID
ORACLE_BASE=/u01/app/oracle
ORACLE_TERM=xterm
ORACLE_HOME=/u01/app/oracle/product/11.1.0/db_1
my listener.log file seems to be ok:
Started with pid=344140
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=p6tpm06n.host.com ***********<-----this has been changed from the real name btw***********************
.com)(PORT=1521)))
Listener completed notification to CRS on start
TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
22-FEB-2010 16:55:03 * service_register * ITNMIP39 * 0
Any help or pointer would be great as I am going around in circles. :(
Ps I am a relative newbie with debugging and fixing oracle I have been lucky before and installed vanilla and its worked in the past but no longer.