【sqlplusw】Oracle 11gR1抛弃了Windows环境下特有的sqlplusw工具

sqlplusw命令是在Windows环境下特有的命令行工具。功能是用来启动Windows环境下SQL*Plus的图形化界面(就是那个白底黑字的界面)。

个人认为这个图形化界面惟一的优势就是发挥了Windows环境的优势,自带了一些菜单选项,可以使用鼠标来操作,增加了交互性。

1.使用普通sqlplus工具登录效果
C:\Users\housw.BJSSECO>sqlplus / as sysdba

SQL*Plus: Release 10.2.0.3.0 - Production on 星期二 1月 11 20:58:59 2011

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>

2.使用sqlplusw登录
C:\Users\housw.BJSSECO>sqlplusw / as sysdba

C:\Users\housw.BJSSECO>

此时会直接弹出一个白底黑字的窗口供命令的输入。
窗口内的提示信息为:
SQL*Plus: Release 10.2.0.3.0 - Production on 星期二 1月 11 21:02:57 2011

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>

3.sqlplus与sqlplusw操作方面的区别
可以从两种命令对应的环境角度来找他们的区别。
sqlplus是运行在DOS命令行中,所以继承了DOS命令行的特点,比如“Ctrl+C”组合键表示取消,“Ctrl+V”组合键无效,会输出一个“^V”信息。
sqlplusw是单独启动的命令行窗口,所以行为更接近Windows的习惯,“Ctrl+C”和“Ctrl+V”组合键的行为顺理成章的变为“复制”和“粘贴”。

其他的区别可以在使用中慢慢体会。

4.确认在Linux环境下不存在sqlplusw命令
ora10g@secdb /home/oracle$ sqlplusw
-bash: sqlplusw: command not found

5.小结
一直认为Windows下的这个sqlplusw是一个可有可无的工具,相信习惯命令行操作的朋友一定不是很热衷这个工具。毕竟“简单实用”是最重要。
Oracle也终于意识到了这一点,在Oracle 11R1版本中不再提供这个工具的安装。说明信息在这里:http://download.oracle.com/docs/cd/B28359_01/install.111/b32006/whatsnew.htm#sthref12

Deprecated Components in Oracle Database 11g Release 1 (11.1)

The following is a list of components that were part of Oracle Database 10g release 2 (10.2), and are not available for installation with Oracle Database 11g:

  • iSQL*Plus

  • Oracle Workflow

  • Oracle Data Mining Scoring Engine

  • Oracle Enterprise Manager Java console

  • SQLPlusW.exe - Graphical Interface is deprecated. The command-line tool still exists.


Good luck.

secooler
11.01.11

-- The End --


来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/519536/viewspace-684357/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/519536/viewspace-684357/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值