Oracle db is 32bit or 64 bit?

oracle db is 32bit or 64 bit?

SELECT length(addr)*4 || '-bits' word_length
FROM v$process
WHERE ROWNUM =1;