C:\Documents and Settings\zhhs>cd E:\oracle\ora92\sqlplus\demo
C:\Documents and Settings\zhhs>e:
E:\oracle\ora92\sqlplus\demo>dir /w
驱动器 E 中的卷没有标签。
卷的序列号是 64BC-AAF0
E:\oracle\ora92\sqlplus\demo 的目录
[.] [..] demobld.sql demodrop.sql
2 个文件 4,138 字节
2 个目录 15,492,726,784 可用字节
E:\oracle\ora92\sqlplus\demo>sqlplus "/as sysdba"
SQL*Plus: Release 9.2.0.7.0 - Production on 星期一 12月 15 09:30:09 2008
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
连接到:
Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.7.0 - Production
E:\oracle\ora92\sqlplus\demo>sqlplus "/as sysdba"
SQL*Plus: Release 9.2.0.7.0 - Production on 星期一 12月 15 09:32:46 2008
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
连接到:
Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.7.0 - Production
SQL> START demobld.sql SET TERMOUT ONPROMPT
Building demonstration tables. Please wait.
Demonstration table build is complete.
从Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.7.0 - Production中断开
E:\oracle\ora92\sqlplus\demo>
自动断开sqlplus属于正常情况
sql>select * from dept;
阅读(922) | 评论(0) | 转发(0) |