It is both a different OS and different Oracle software.
You can see if you are running 64 bit oracle with this
query :
select * from v$version;
If it is 64 bit, you will see '64bit' somewhere in the
result set. Otherwise you have 32 bit Oracle.
-John
http://www.ezsql.net




Reply With Quote