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
select length(addr)*4 || '-bits' word_length from v$process where ROWNUM =1;
123456
select
length(addr)*4 || '-bits' word_length
from
v$process
where
ROWNUM =1;Please to add comments
No comments yet. Be the first to comment!