|
tomcat 5.5.27 jdk 1.4.2
不但是列标题,还有表格中的单元格,中文显示错误,
D:\Users\LT>sqlplus scott/tiger
SQL*Plus: Release 10.2.0.3.0 - Production on 星期四 3月 26 16:22:42 2009
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
连接到:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> insert into emp (empno,ename) values('8000','星期四');
已创建 1 行。
SQL> commit;
提交完成。
SQL> select ename from emp;
ENAME
----------
星期四
SMITH
ALLEN
---
Employee List
Download to Excel
EMPNO ENAME JOB MGR HIREDATE SAL COMM DEPTNO
8000 ???
7369 SMITH CLERK 7902 1980-12-17 800 20 |
|