Online Documentation.

From: Francis Lapique <lapique_at_siisg1.epfl.ch>
Date: 9 Nov 1994 16:18:27 GMT
Message-ID: <39qsoj$2d1_at_info.epfl.ch>


I have a problem with running the startdoc.sh script ( I would like to install Online Documentation )
#
# $Header: startdoc.sh.pp 1.6 94/05/16 12:25:45 jpatel Osd<unix> $ Copyr (c) 1994 Oracle
#

TMP_DIR_DFLT=/tmp
if [ x"$TMPDIR" != x"" ]; then

    TMPFILE=$TMPDIR/docinst.tmp <------??????? else

    TMPFILE=$TMP_DIR_DFLT/docinst.tmp

fi
if [ ! -f $TMPFILE ]; then

    exit 1
fi

ODOC=`grep "Oracle_Doc=" $TMPFILE | sed 's|.*=||'` <---- ????
DOCPLAT=`grep "DOCPLAT=" $TMPFILE | sed 's|.*=||'`
STAGEHOME=`grep "Stage_Home=" $TMPFILE | sed 's|.*=||'`
ORACLE_HOME=`grep "Oracle_Home=" $TMPFILE | sed 's|.*=||'` Is docinst.tmp an input or output file ? What can I do to perform this installation ? I'm on Silicon Graphics platform, Oracle release 7.1.3
-- 
Francis Lapique-EPFL/Computer Center
http://sgwww.epfl.ch/lapique.html
-----------------------------------------------------------------
Swiss Federal Institute of Technology-Lausanne 
E-Mail : lapique_at_sic.epfl.ch/lapique_at_siisg1.epfl.ch
Voice-Mail : (41)-21-693-45-96
Fax: (41)-21-693-22-20
-----------------------------------------------------------------
Received on Wed Nov 09 1994 - 17:18:27 CET

Original text of this message