C:\Users\user>sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on 星期三 3月 23 09:00:52 2016
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> conn username/password@test ;
已连接。
SQL> discon;
从 Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options 断
开
SQL> exit;
C:\Users\user>