Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Need help installing Oracle on HP-UX / executing a unix script!
What I do in this instance is su root; mkdir /var/opt/oracle ; chown oracle
/var/opt/oracle; chmod 755 /var/opt/oracle;
then execute the script by cd /cdrom/oracle805/orainst; . ./orainst.sh
These commands should help you out.
jennetta wrote:
> I'm trying to install Oracle Server 8.x on HP-UX. I don't know my unix very
> well.
>
> I'm following the steps I found at
> http://technet.oracle.com/doc/hp/server.804/A59372_01/2pre.htm#771980
> for installing Oracle.
>
> I'm at the Create the oratab file step. It says to "Run the
> cdrom_mount_point/orainst/oratab.sh script to create or set the permissions
> of the oratab file in the /var/opt/oracle directory."
>
> When I do a listing of my cdrom, I see /ORAINST/ORATAB.SH;1 as one of the
> files in the directory. I'm assuming that it will create the oratab file
> for me. How do I execute it?
>
> Prior to this step, the instructions also say to "1. Create a local bin
> directory, such as /opt/bin. 2. Verify that this directory is included in
> each user's PATH, and that the users have execute permissions on the
> directory."
> Do they mean to create /opt/bin in the root? How do I include this
> directory in each user's PATH and ensure that users have execute permissions
> to the directory? I'm hoping that these are things I can do in SAM. Any
> help you can provide me will be greatly appreciated as I struggle get Oracle
> installed. Please forgive my lack of unix knowledge. I hope to rectify
> that soon.
--
Always glad to be of service,
Gary :-)
![]() |
![]() |