Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Problems with dbstart
ior is the command start Oracle 5!
Looks like your dbstart is corrupt. The VERSION variable is determined in
dbstart, but your abstract doesn't allow us to see why it would end up with
5 as version number.
Hth,
--
Sybrand Bakker, Oracle DBA
Stefan Behrens <s.be_at_gmx.de> wrote in message
news:3871C338.927B839E_at_gmx.de...
> Hi,
>
> I want to use the dbstart to start up my databases, but the start fails:
>
> /opt/oracle/7.3.4/bin/dbstart[73]: ior: not found
>
> Database "TTEC" NOT started.
>
> The line(s) in the startup-script:
>
> case $STATUS in
> 1) if [ -f $PFILE ] ; then
> case $VERSION in
> 5) ior w pfile=$PFILE
> ;;
>
> 6) sqldba command=startup
> ;;
>
> 7) sqldba <<EOF
> connect internal
>
> What is ior ?
> I can't find that command on my oracle server !?
>
> The /var/opt/oracle/oratab file looks like this (only the relevant
> line):
>
> TTEC:/opt/oracle/7.3.4:Y
>
> The machine is a SunOS 5.6, the Oracle Version is a 7.3.4.
>
> --
>
> Stefan Behrens s.be_at_gmx.de
Received on Tue Jan 04 2000 - 04:38:12 CST
![]() |
![]() |