Database Administration (MOSC)

MOSC Banner

10g dbshut/dbstart scripts throwing error : test: 0403-004

edited Feb 19, 2009 3:34AM in Database Administration (MOSC) 2 commentsAnswered
Nobody asked me, but:

On AIX 5.3, the 10g dbshut and dbstart scripts throw the following error when no O_H argument is passed (i.e. you don't want to stop/start the listener):
/u10/app/oracle/product/10.2.0/bin/dbshut[dbstart][nn]: test: 0403-004 Specify a parameter with this command.

Then echo:
"Failed to auto-stop[start] Oracle Net Listener using /bin/tnslsnr"

This can be corrected by changing

"if [ ! $ORACLE_HOME_LISTNER ] ; then" to
"if [ -z "$ORACLE_HOME_LISTNER" ] ; then".

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center