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 -> Re: help determine 64-bitness of solaris x86 opteron install

Re: help determine 64-bitness of solaris x86 opteron install

From: <foothillbiker_at_gmail.com>
Date: 1 Jan 2007 13:34:36 -0800
Message-ID: <1167687276.002414.84000@a3g2000cwd.googlegroups.com>

DA Morgan wrote:
> foothillbiker_at_gmail.com wrote:
> > All,
> >
> > I've installed what is allegedly 64bit oracle on 64bit solaris x86-64
> > platform.
> >
> > The actual s/w I've installed is from
> > 10201_database_solx86_64.zip
> > so that seems promising.
> >
> > The o/s seems to be on board too:
> > $ isainfo
> > amd64 i386
> >
> > I created a db, and went ahead and applied the patchset:
> > p4547817_10202_Solaris86-64.zip
> >
> > The binaries seem to be 64-bit:
> > $ file oracle
> > oracle: ELF 64-bit LSB executable AMD64 Version 1, dynamically
> > linked, not stripped
> >
> > **BUT** I am not getting love from the banner, or v$version, where
> > /thought/ the 64-bitedness is supposed to be celebrated:
> >
> > $ sqlplus system
> >
> > SQL*Plus: Release 10.2.0.2.0 - Production on Mon Jan 1 00:00:03 2007
> >
> > Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
> >
> > Enter password:
> >
> > Connected to:
> > Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
> > With the Partitioning, Oracle Label Security, OLAP and Data Mining
> > Scoring Engine options
> >
> > SQL> select * from v$version
> > 2 /
> >
> > BANNER
> > ----------------------------------------------------------------
> > Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Prod
> > PL/SQL Release 10.2.0.2.0 - Production
> > CORE 10.2.0.2.0 Production
> > TNS for Solaris: Version 10.2.0.2.0 - Production
> > NLSRTL Version 10.2.0.2.0 - Production
> >
> >
> > Anybody else out there have collaborating data?
> >
> > Am I, or am I not 64-bit?
> >
> > Thanks.
> >
> > Regards,
> > fhb.

>

> Can't get to any 64bit Solaris machines today but try this:
>

> SELECT dbms_utility.port_string
> FROM dual;
> --
> Daniel A. Morgan
> University of Washington
> damorgan_at_x.washington.edu
> (replace x with u to respond)
> Puget Sound Oracle Users Group
> www.psoug.org

Sybrand/Dan,

Thanks; I'm becoming convinced of the 64bitedness.

the dir $ORACLE_HOME/lib (ref'd in LD_LIBRARY_PATH) contains a bunch of files of the "ELF 64-bit LSB relocatable AMD64 Version 1" variety.

As for port string:
SQL> l
  1 select dbms_utility.port_string
  2* from dual
SQL> / PORT_STRING



AMD64/SunOS-4.0-8.1.0

Note that a known 32 bit install yields:   1 select dbms_utility.port_string
  2* from dual
13:26:28 system_at_popt.us.packetmotion.com SQL> /

PORT_STRING



Sun386i/SunOS-4.0-8.1.0

Happy New Year.
fhb. Received on Mon Jan 01 2007 - 15:34:36 CST

Original text of this message

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