Chinaunix首页 | 论坛 | 博客
  • 博客访问: 232142
  • 博文数量: 15
  • 博客积分: 1490
  • 博客等级: 上尉
  • 技术积分: 460
  • 用 户 组: 普通用户
  • 注册时间: 2006-11-18 15:28
文章分类

全部博文(15)

文章存档

2011年(3)

2009年(2)

2008年(10)

我的朋友

分类:

2008-12-15 10:36:48

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;
阅读(888) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~