DBA Hub

📋Steps in this guide1/1

oracle db is 32bit or 64 bit?

select length(addr)*4 || '-bits' word_length from v$process where ROWNUM =1;

oracle configurationintermediate
by OracleDba
12 views
1

oracle db is 32bit or 64 bit?

Code/Command (click line numbers to comment):

1
2
3
4
5
6
select
length(addr)*4 || '-bits' word_length
from
v$process
where
ROWNUM =1;

Comments (0)

Please to add comments

No comments yet. Be the first to comment!