Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting error message- Failed to auto-stop Oracle Net Listener using /bin/t

636087Mar 1 2010 — edited Jan 18 2011
Have 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 15 2011
Added on Mar 1 2010
9 comments
4,977 views