Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Database is 32 or 64 Bit ? - Clarification
Query the v$sql table. If the 'address' field contains
8 hex characters, it's 32 bit. If there are 16 characters,
it's 64 bit.
select address from v$sql
where rownum < 2;
Robyn
Inka Bezdziecka wrote:
> you need to 'describe' v$session, not to 'select' from it
>
> SQL> desc v$session
>
> -----Original Message-----
> Sent: Friday, October 04, 2002 8:08 AM
> To: Multiple recipients of list ORACLE-L
>
>
> Hi
>
> Qs What do you mean by raw(4) / raw(8) ?
> Does it mean Length of the Field Data Value ?
>
>>From my Database :-
-- Robyn Anderson Sands iTeam Technologies, Inc. Office: 404.816.6920 Mobile: 404.234.4873 -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Robyn Anderson Sands INET: Robyn_at_iTeamTech.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Oct 04 2002 - 14:41:44 CDT
![]() |
![]() |