| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Installing Oracle 9i on SunOS 5.8
"netnews.worldnet.att.net" wrote:
> I've created the oracle user and the oradb group as per the installation
> documentation. The oracle user profile is:
>
> ORACLE_BASE=/opt/oracle
> ORACLE_HOME=/opt/oracle/ora91
> PATH=$ORACLE_HOME/bin:/usr/ccs/bin:/usr/bin:/etc:/usr/openwin/bin
> export PATH DISPLAY ORACLE_BASE ORACLE_HOME
>
> When I exacute the runinstaller program, as the oracle user, I get the
> follwing error:
>
> $ /cdrom/cdrom0/runinstaller
> $ Initializing Java Virtual Machine from /tmp/OraInstall/jre/bin/jre. Please
> wait...
> Class not found: oracle.sysman.oii.oiic.OiicInstaller
>
> Anyone have a hint for me?
>
> TIA John
Oracle does not have permissions to run the jre executable on the CD-ROM.
Make sure the the /cdrom mount point has the correct permissions.
% ls -al /cdrom
drw-rw-rw- 2 root system 512 May 09 08:58 .
The permissions on the /cdrom mount point should be rwxrwxrwx (777).
To change the permissions on the /cdrom mount point, do the following as the "root" user:
% unmount /cdrom % chmod 777 /cdrom % mount -rv cdrfs /dev/cd0 /cdrom (for AIX)
Login as the "oracle" user and run the runInstaller script from /cdrom.
Daniel Morgan Received on Thu Aug 08 2002 - 10:58:05 CDT
![]() |
![]() |