oracle命令行登录的实现
oracle命令行登录的实现
oracle命令行相信大家都不陌生,使用命令行可以在oracle数据库中实现很多的功能,oracle命令行登录就是其中之一。
AD:
oracle命令行登录的方法未必人人都会,下面就为您详细介绍oracle命令行登录的实现过程,希望对您学习oracle命令行登录方面能有所帮助。
C:\Documents and Settings\Administrator>sqlplus system/manager as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on 星期一 11月 30 19:24:16 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
连接到:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 -
Production
With the Partitioning, OLAP and Data Mining options
SQL>
--------------------
C:\Documents and Settings\Administrator>sqlplus scott/tiger@oracle
SQL*Plus: Release 10.2.0.1.0 - Production on 星期一 11月 30 20:31:05 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
连接到:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 -
Production
With the Partitioning, OLAP and Data Mining options
SQL>
ORACLE中显示表名sql
select * from tab;
posted on 2012-05-03 13:35 阳光总在风雨后001 阅读(340) 评论(0) 编辑 收藏 举报