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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Solaris xxx - bit?

Re: Solaris xxx - bit?

From: Stephane Faroult <sfaroult_at_roughsea.com>
Date: Fri, 23 Jul 2004 09:47:46 +0200
Message-Id: <200407230747.i6N7lkX4029307@webmail.nexlink.net>

 

#include <stdio.h>

main()

{

 printf("Pointers are %d bytes long\n", (int)sizeof(void *));

}

Hardly more complicated than hello.c, and portable.

Regards,

Stephane Faroult

On Fri, 23 Jul 2004 15:33 , 'Sinardy Xing' <SinardyXing_at_bkgcomsvc.com> sent:

Hi all,

How to find out how many bit my OS Solaris?

uname -a no luck

Thanks

Sinardy

by the way what are the advantages and disadvantages of using Oracle = 32-bit/64-bit?

should I choose 64-bit if my OS is 64-bit?



Please see the official ORACLE-L FAQ: http://www.orafaq.com[1]

To unsubscribe send email to: oracle-l-request_at_freelists.org[2] put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/[3] FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html[4]
Received on Fri Jul 23 2004 - 02:43:53 CDT

Original text of this message

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