Oracle基础
默认账号
你是说默认的用户名和密码么
scott 密码是 tiger
sys 密码是 安装时指定的
system 密码是 manager
sysman 密码是 oem_temp
查看是否是64位
i.用SQLPlus登录上去(有64bit提示,32位则没有)
Connected to: Oracle Database 10g Enterprise EditionRelease 10.2.0.5.0 - 64bit Production With the Partitioning, OLAP, Data Miningand Real Application Testing options
ii.执行SQL语句 select * from v$version; 看是否有64bit 信息