Re: Always have to do startup force to get db started

From: David Fitzjarrell <oratune_at_msn.com>
Date: 9 Aug 2002 06:57:07 -0700
Message-ID: <32d39fb1.0208090557.49d9bf8a_at_posting.google.com>


Interesting that a coding error in a script is also considered a 'bug' ...

"rob" <rob_at_dsdelft.nl> wrote in message news:<aivo75$3f2$1_at_news.tudelft.nl>...
> There is a bug in the dbstart script for version 8.1.6 on UNIX. For detailed
> info see note 98418.1 on metalink.
> Save the original and change:
>
> VERSION=`$ORACLE_HOME/bin/svrmgrl command=exit | awk '
> /PL\/SQL (Release|Version)/ {substr($3,1,3) ;
> print substr($3,1,3)}'`
>
> to:
>
> VERSION=`$ORACLE_HOME/bin/svrmgrl command=exit | awk '
> /PL\/SQL (Release|Version)/ { print substr($3,1,3); exit }
> /Oracle7 Server (Release|Version)/ { print substr($4,1,3); exit }
> /Oracle8i Enterprise Edition (Release|Version)/ { print substr($5,1,3);
> exit }
> /Oracle8i (Release|Version)/ { print substr($3,1,3); exit }'`
>
> This will do the trick.
>
>
> Rob
Received on Fri Aug 09 2002 - 15:57:07 CEST

Original text of this message