On Sun, 27 Dec 2009 05:41:42 PST, Francois Aurelien <aurelie...@yahoo.fr>
wrote:
> Hi, 
> 
> I'm newbe on Opensolaris. (Usualy, I'm using Ubuntu, Debian and Fedora)
> 
> I wish to install Oracle Database on a Opensolaris server. For testing,
> I've install OpenSolaris with VMWare Workstation 7.
> 
> Configuration Details :
> OpenSolaris 5.11 x86
> Oracle database 11g for Solrais system x86 x64
> 
> Well, after prepare the System, I execute the Oracle installation
script.
> 
> I have this error :  
> ./runInstaller: /export/home/oracle/database/install/.oui: Cannot
execute
> [Exec format error]
> Is it an OpenSolaris error or oui error ?
> 
> :~$ ls -l runInstaller
> -rwxrwxrwx 1 oracle oinstall 6513 2009-11-23 21:04 runInstaller
> 
> 
> Thk

Hi Francois, 

You probably want to ask future questions of this sort on the
opensolaris-discuss list, not opensolaris-code which is for developer
topics.

'file /export/home/oracle/database/install/.oui' will tell you what format
the executable is.
Oracle's web site (
http://www.oracle.com/technology/software/products/database/index.html )
says Oracle Database 11g is available for "Solaris (x86-64)", so it
probably requires a 64-bit environment.


Make sure your VM is running in x86-64 (amd64) mode. The 'isainfo' will
list "amd64" (as well as "i386") if your system is booted in amd64 mode.

-Albert


_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to