Re: How do I find out 32-64 bit version

Re: How do I find out 32-64 bit version

 

  

Login from sqlplus and if you have 64bit version then it says so.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production

you can also query v$version
SQL> select * from v$version;

BANNER
----------------------------------------------------------------
Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production



On Wed, 02 Jun 2004 Hellmar Becker wrote :
>Hi All,
>
>I've got Oracle 9i installed on a Solaris server. How do I find out
whether
>the installed version is 32 bit or 64 bit?
>
>Thanks in advance,
>
>Hellmar Becker
>Datanautics GmbH
>Business Consultant
>Glockengasse 1
>50667 Köln
>Phone +49 221 420756 15
>Fax +49 221 420756 20
>Mobile +49 151 1623 1226
>
>
>
>--------
>website: http://www.LazyDBA.com
>Please don't reply to RTFM questions
>Oracle documentation is here: http://tahiti.oracle.com
>To unsubscribe: see http://www.lazydba.com/unsubscribe.html
>To subscribe: send a blank email to oracledba-[Email address
protected]
>By using this list you agree to these
terms:http://www.lazydba.com/legal.html
>



--------
website: http://www.LazyDBA.com
Please don't reply to RTFM questions
Oracle documentation is here: http://tahiti.oracle.com
To unsubscribe: see http://www.lazydba.com/unsubscribe.html
To subscribe: send a blank email to oracledba-[Email address protected]
By using this list you agree to these
terms:http://www.lazydba.com/legal.html



--------
website: http://www.LazyDBA.com
Please don't reply to RTFM questions
Oracle documentation is here: http://tahiti.oracle.com
To unsubscribe: see http://www.lazydba.com/unsubscribe.html
To subscribe: send a blank email to oracledba-[Email address protected]
By using this list you agree to these terms:http://www.lazydba.com/legal.html


Oracle LazyDBA home page