| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.server -> Problems with dbstart
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 - 03:54:00 CST
|  |  |