Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Need help with installing Oracle Clinical 4

Need help with installing Oracle Clinical 4

From: Cecil D'Souza <cecildsouza_at_comcast.net>
Date: Thu, 09 May 2002 20:16:53 GMT
Message-ID: <VOAC8.122916$n7.10588761@bin8.nnrp.aus1.giganews.com>


Hello DBA's

I am attemtpting to install Oracle Clinical 4.01 on a SUN SPARC - Oracle 8.1.6.2 with 256 MB RAM and 9.1 GB HDD

I have done all the pre-installation steps and created the required accounts and set the privileges as per the OC manual. OS Solaris 8. Sun Sparc 20 - 256 MB 9.1 GB

I have installed Oracle 8.1.6 Rel 2 on the SUN Sparc. Everything is fine and a customized DB has been created. Now I have to install an Oracle Clinical application on the same server. I have a working knowledge of Unix but I don't know scripting.

I logged in as user OPAPPS as required. (.chsrc). I have set the path with all possible directories and made it a member of group DBA as requested.

I put the CD in the CDROM and then cd /cdrom/cdrom0

MySol% ls -ltra

Total 24
-r-xr-xr-x 1 root sys 638 Aug 23 2000 install.sh

dr-xr-xr-x 1 root sys  2048 Aug 23  08:37 decunix
dr-xr-xr-x 1 root sys  2048 Aug 23  08:37 .
dr-xr-xr-x 1 root sys 2048 Aug 23  08:37 hpunix
dr-xr-xr-x 1 root sys 2048 Aug 23  08:37 solaris
dr-xr-xr-x 1 root sys 2048 Aug 23  08:37 nls732
dr-xr-xr-x 1 root sys 2048 Aug 23  08:37 ..

I typed install.sh

BUT I get this message: install.sh : /cdrom/020103_1337 / /Disk1/install/: does not exist.
Can anybody help me solve this simple problem. I have no idea.



install.sh is on the CD. This is the contents of install.sh from the CD

#!/bin/sh
os=`uname | tr A-A a-z`
case "$os" in

        sunos)  platform=solaris
        ;;
        hp-ux)  platform=hp-ux
        ;;
        osf1)  platform=decunix
        ;;

esac

#The environment variable $SRCHOME cannot be set during installation unset SRCHOME
unset SHLIB_PATH

CMDDIR=`dirname $0`

if [ "CMDDIR" = "." ]; then

    CMDDIR=`pwd`;
fi

# Replace relatove path with fully qualified path if [ ! "`echo $CMDDIR|grep '^/'`" ]; then

    CMDDIR=`pwd`/$CMDDIR;
fi

if [ x${PATH} != x ] ; then

    PATH=$PATH:/usr/bin: /bin
    export PATH
else

    PATH=/usr/bin:/bin
fi

cd $CMDDIR/$platform/Disk1/install/$platform ./runinstaller $*


The directory tree on the CD for solaris

solaris/Disk1/install/solaris and the files

-r-xr-xr-x runinsta. (with a dot)
-r-xr-xr-x oraparm.ini

dr-xr-xr-x images

d               .
d               ..
========================================================
Would anybody know why I get this message install.sh : /cdrom/020103_1337 / /Disk1/install/: does not exist when it exists?.

Thanks for your help. Received on Thu May 09 2002 - 15:16:53 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US