|
D:\>sqlplus system/hello
SQL*Plus: Release 9.2.0.1.0 - Production on 星期二 3月 16 16:23:52 2004
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
连接到:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
Welcome to lancelot's 9i SQL*PLUS!
The time is 2004-03-16 16:23:59
WORKGROUP\LANCELOT>select sysdate from dual;
SYSDATE
----------
16-3月 -04
D:\>set nls_lang=american_america.us7ascii
D:\>sqlplus system/hello
SQL*Plus: Release 9.2.0.1.0 - Production on Tue Mar 16 16:24:43 2004
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
Welcome to lancelot's 9i SQL*PLUS!
The time is 2004-03-16 16:24:43
WORKGROUP\LANCELOT
WORKGROUP\LANCELOTselect sysdate from dual;
SYSDATE
---------
16-MAR-04 |
|