当前位置: 移动技术网 > IT编程>数据库>Oracle > oracle默认初始化用户名密码和密码修改教程

oracle默认初始化用户名密码和密码修改教程

2018年03月01日  | 移动技术网IT编程  | 我要评论

1.85传奇发布网,k小说,北京布莱迪

安装ORACLE时,若没有为下列用户重设密码,则其默认密码如下:

用户名 / 密码

登录身份

说明

sys/change_on_install

 

SYSDBA或SYSOPER

不能以NORMAL登录,可作为默认的系统管理员

system/manager

 

SYSDBA或NORMAL

不能以SYSOPER登录,可作为默认的系统管理员

sysman/oem_temp

 

sysman为oms的用户名

scott/tiger

NORMAL

普通用户

aqadm /aqadm

SYSDBA或NORMAL

高级队列管理员

Dbsnmp/dbsnmp

SYSDBA或NORMAL

复制管理员

登录身份:指登录时的Role指定,oracle11g中分SYSDBA和default两种。

运行cmd命令行

录入 sqlplus /nolog 无用户名登录

conn /as sysdba 连接到数据本地数据

alter user system identified by password; 修改System 密码 为password

或者打开sqlplus软件:

窗口用户名录入:/nolog

D:\oracle\ora92\bin>sqlplus /nolog

SQL*Plus: Release 9.2.0.1.0 - Production on 星期四 8月 16 11:32:22 2007

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

SQL> conn /as sysdba

已连接。

SQL> alter user system identified by password;

用户已更改。

SQL> alter user sys identified by password;

用户已更改。

SQL> alter user system identified by manger;

解锁方法

alter user system account unlock;

这样密码修改成功了

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网