My test results:
db_svcraids> echo $NLS_LANG
AMERICAN_AMERICA.WE8DEC
db_svcraids> sqlplus system/manage
SQL*Plus: Release 8.1.7.0.0 - Production on Thu Dec 13 10:35:25 2001
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Connected to:
Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
With the Partitioning option
JServer Release 8.1.7.2.0 - Production
SQL> drop table testforlog;
Table dropped.
SQL> create table testforchar(name varchar2(90));
Table created.
SQL> insert into testforchar values('配送合同信息表');
1 row created.
SQL> commit;
Commit complete.
SQL> exit
Disconnected from Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
With the Partitioning option
JServer Release 8.1.7.2.0 - Production
db_svcraids> exp system/manage file=testforchar tables=\(testforchar\)
Export: Release 8.1.7.2.0 - Production on Thu Dec 13 10:36:46 2001
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Connected to: Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
With the Partitioning option
JServer Release 8.1.7.2.0 - Production
Export done in WE8DEC character set and WE8DEC NCHAR character set
About to export specified tables via Conventional Path ...
. . exporting table TESTFORCHAR 1 rows exported
Export terminated successfully without warnings.
db_svcraids> sqlplus system/manage
SQL*Plus: Release 8.1.7.0.0 - Production on Thu Dec 13 10:36:57 2001
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Connected to:
Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
With the Partitioning option
JServer Release 8.1.7.2.0 - Production
SQL> drop table testforchar;
Table dropped.
SQL> exit
Disconnected from Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
With the Partitioning option
JServer Release 8.1.7.2.0 - Production
db_svcraids> imp system/manage file=testforchar full=y
Import: Release 8.1.7.2.0 - Production on Thu Dec 13 10:37:22 2001
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Connected to: Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
With the Partitioning option
JServer Release 8.1.7.2.0 - Production
Export file created by EXPORT:V08.01.07 via conventional path
import done in WE8DEC character set and WE8DEC NCHAR character set
. importing SYSTEM's objects into SYSTEM
. . importing table "TESTFORCHAR" 1 rows imported
Import terminated successfully without warnings.
db_svcraids> db_svcraids> sqlplus system/manage
SQL*Plus: Release 8.1.7.0.0 - Production on Thu Dec 13 10:37:52 2001
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Connected to:
Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
With the Partitioning option
JServer Release 8.1.7.2.0 - Production
SQL> select *from testforchar;
NAME
--------------------------------------------------------------------------------
配送合同信息表
SQL*Plus: Release 8.1.7.0.0 - Production on Thu Dec 13 10:39:33 2001
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Connected to:
Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
With the Partitioning option
JServer Release 8.1.7.2.0 - Production
SQL>create table testforchar2(name varchar(90))
Table created.
SQL> insert into testforchar2 values('配送合同信息表');
1 row created.
SQL> commit;
Commit complete.
SQL> exit
Disconnected from Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
With the Partitioning option
JServer Release 8.1.7.2.0 - Production
Export: Release 8.1.7.2.0 - Production on Thu Dec 13 10:40:50 2001
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Connected to: Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
With the Partitioning option
JServer Release 8.1.7.2.0 - Production
Export done in ZHS16GBK character set and WE8DEC NCHAR character set
server uses WE8DEC character set (possible charset conversion)
About to export specified tables via Conventional Path ...
. . exporting table TESTFORCHAR2 1 rows exported
Export terminated successfully without warnings.
db_svcraids> sqlplus system/manage
SQL*Plus: Release 8.1.7.0.0 - Production on Thu Dec 13 10:40:59 2001
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Connected to:
Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
With the Partitioning option
JServer Release 8.1.7.2.0 - Production
SQL> select *from testforchar2;
NAME
--------------------------------------------------------------------------------
????????????±í
SQL> drop table testforchar2;
Table dropped.
SQL> exit
Disconnected from Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
With the Partitioning option
JServer Release 8.1.7.2.0 - Production
SQL*Plus: Release 8.1.7.0.0 - Production on Thu Dec 13 10:42:58 2001
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Connected to:
Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
With the Partitioning option
JServer Release 8.1.7.2.0 - Production
SQL> select *from testforchar2;
NAME
--------------------------------------------------------------------------------
靠靠靠??靠勘
SQL> drop table testforchar2;
Table dropped.
SQL> exit
Disconnected from Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
With the Partitioning option
JServer Release 8.1.7.2.0 - Production
db_svcraids> set -o vi
db_svcraids> imp system/manage file=testforchar2 full=y
Import: Release 8.1.7.2.0 - Production on Thu Dec 13 10:43:30 2001
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Connected to: Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
With the Partitioning option
JServer Release 8.1.7.2.0 - Production
Export file created by EXPORT:V08.01.07 via conventional path
import done in WE8DEC character set and WE8DEC NCHAR character set
export client uses ZHS16GBK character set (possible charset conversion)
. importing SYSTEM's objects into SYSTEM
. . importing table "TESTFORCHAR2" 1 rows imported
Import terminated successfully without warnings.
db_svcraids> sqlplus system/manage
SQL*Plus: Release 8.1.7.0.0 - Production on Thu Dec 13 10:43:43 2001
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Connected to:
Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
With the Partitioning option
JServer Release 8.1.7.2.0 - Production
SQL> select *from testforchar2;
NAME
--------------------------------------------------------------------------------
靠靠靠??靠勘
SQL> exit
Disconnected from Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
With the Partitioning option
JServer Release 8.1.7.2.0 - Production
db_svc:oraids> echo $NLS_LANG
AMERICAN_AMERICA.WE8DEC
db_svc:oraids>