查看oracle是否是64位
1 回答

千萬里不及你
TA貢獻1784條經驗 獲得超9個贊
用sqlplus登錄時,會有信息提示,比如:
Connected to:
Oracle Database 10g Enterprise EditionRelease 10.2.0.5.0 - 64bit Production
With the Partitioning, OLAP, Data Miningand Real Application Testing options
而32位的這沒有這個bit的信息
select * from v$version;
Oracle Database 10g Enterprise EditionRelease 10.2.0.5.0 - 64bit
32位的則沒有這個bit的信息
- 1 回答
- 0 關注
- 855 瀏覽
添加回答
舉報
0/150
提交
取消