Chinaunix首页 | 论坛 | 博客
  • 博客访问: 292035
  • 博文数量: 109
  • 博客积分: 5814
  • 博客等级: 大校
  • 技术积分: 1440
  • 用 户 组: 普通用户
  • 注册时间: 2007-12-26 10:17
文章分类

全部博文(109)

文章存档

2010年(9)

2009年(36)

2008年(64)

我的朋友

分类: Oracle

2008-03-30 15:55:26

sqlplus / as sysdba

SQL*Plus: Release 10.1.0.3.0 - Production on Mon Jan 2 18:00:59 2006

Copyright (c) 1982, 2004, Oracle.  All rights reserved.


Connected to:
Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options

SQL> sho user
USER is "SYS"
SQL> conn / as sysoper
Connected.
SQL> sho user
USER is "PUBLIC"
SQL> conn scott/tiger as sysdba
Connected.
SQL> sho user
USER is "SYS"
SQL> conn test/test as sysoper
Connected.
SQL> sho user
USER is "PUBLIC"
SQL>             
 
 
其实看书还不如看oracle的手册!!
阅读(699) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~