Home » , » HOW TO FIND DATABASE IS 32 BIT OR 64 BIT

HOW TO FIND DATABASE IS 32 BIT OR 64 BIT

Written By 1 on Wednesday, June 20, 2012 | 11:18 PM


Login to command prompt using oracle user.

Issue the following command.

$  file    $ORACLE_HOME/bin/sqlplus
you should see output like
/u01/db/bin/sqlplus:  ELF 32-bit LSB executable 80386 Version 1, dynamically linked, not stripped
If your oracle is 32 bit you should see output like
oracle: ELF 32-bit MSB executable

0 Comment:

Post a Comment