Chinaunix首页 | 论坛 | 博客
  • 博客访问: 194596
  • 博文数量: 19
  • 博客积分: 1865
  • 博客等级: 上尉
  • 技术积分: 640
  • 用 户 组: 普通用户
  • 注册时间: 2006-04-06 10:34
文章分类

全部博文(19)

文章存档

2012年(19)

我的朋友

分类: Oracle

2012-08-13 11:55:33

Oracle 更改 system 和 sys 用户密码
  1. oracle@aspdb1$ sqlplus /nolog

  2. SQL*Plus: Release 10.2.0.5.0 - Production on Mon Aug 13 11:55:43 2012

  3. Copyright (c) 1982, 2010, Oracle. All Rights Reserved.

  4. SQL> conn /as sysdba
  5. Connected.
  6. SQL>alter user system identified by password
  7. 用户已更改
  8. SQL>alter user sys identified by password
  9. 用户已更改
  10. SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options

阅读(796) | 评论(0) | 转发(0) |
0

上一篇:ORACLE Database Link

下一篇:ORACLE 参数查询

给主人留下些什么吧!~~