Posted on : 09-07-2009 | By : .rafa | In : Banco de Dados, Oracle
Usando o seguinte SQL pode encontrar a versao do bit instalado no oracle:
SQL>SELECT length(addr)*4 || ‘-bit’ word_length FROM v$process where rownum=1;
WORD_LENGTH
—————
64-bit
0