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: how to find out if oracle 7.4.3 is running 64 bits mode?

Re: how to find out if oracle 7.4.3 is running 64 bits mode?

From: Stephan Bressler <stephan.bressler_at_siemens.com>
Date: Tue, 18 Feb 2003 12:21:42 +0100
Message-ID: <b2t4tj$p0i$1@news.mch.sbs.de>


Hi,

there's no 64-bit mode. You either use the 64-bit version or the 32-bit version, depending on what you installed.

Check with:
SQL> select * from v$version;
BANNER



Oracle9i Enterprise Edition Release 9.0.1.3.0 - 64bit Production .....

Stephan

"Martijn Rutte" <opales_at_zonnet.nl> wrote in message news:80634782.0302180306.3b0d3547_at_posting.google.com...
> Hi,
>
> I've got ORacle 7.4.3 running on an AIX 4.3.3. system with a 64 bits
> kernel. How do I find out if Oracle is running 64 bits mode too?
>
> Tinus
Received on Tue Feb 18 2003 - 05:21:42 CST

Original text of this message

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