- 论坛徽章:
- 0
|
选择了“高级安装”
- [oracle@Ranan ~]$ set|grep LANG
- LANG=C
- LANGUAGE=zh_CN.GB18030:zh_CN.GB2312:zh_CN
- [oracle@Ranan ~]$
- [oracle@Ranan ~]$ sqlplus /nolog
- SQL*Plus: Release 10.2.0.1.0 - Production on Mon Feb 20 11:24:30 2006
- Copyright (c) 1982, 2005, Oracle. All rights reserved.
- SQL> connect / as SYSDBA
- Connected to an idle instance.
- SQL> startup
- ORACLE instance started.
- Total System Global Area 5603590144 bytes
- Fixed Size 2028768 bytes
- Variable Size 989858592 bytes
- Database Buffers 4596957184 bytes
- Redo Buffers 14745600 bytes
- ????????
- ????????
- SQL> shutdown immediate
- ????????
- ????????
- ORACLE ???????
- SQL>
复制代码
我的疑问是:
- Redo Buffers 14745600 bytes
- ????????
- ????????
- SQL> shutdown immediate
- ????????
- ????????
- ORACLE ???????
- SQL>
复制代码
为何成成了 ???????? 呢。
当我选择“基本安装”时,不会出现这种状况。显示正确:
- [oracle@Ranan ~]$ sqlplus /nolog
- SQL*Plus: Release 10.2.0.1.0 - Production on Mon Feb 13 16:50:06 2006
- Copyright (c) 1982, 2005, Oracle. All rights reserved.
- SQL> connect / as sysdba
- Connected to an idle instance.
- SQL> startup
- ORACLE instance started.
- Total System Global Area 5016387584 bytes
- Fixed Size 2027640 bytes
- Variable Size 939528072 bytes
- Database Buffers 4060086272 bytes
- Redo Buffers 14745600 bytes
- Database mounted.
- Database opened.
- SQL> shutdown immediate
- Database closed.
- Database dismounted.
- ORACLE instance shut down.
- SQL>
-
复制代码
而我选择“高级安装”时,并没有改变语言以及字符集的设置,环境也一样。
[ 本帖最后由 gugong 于 2006-2-20 11:31 编辑 ] |
|