Home > Database > Mysql Tutorial > 今天安装Oracl的时候出现的问题

今天安装Oracl的时候出现的问题

WBOY
Release: 2016-06-07 15:30:57
Original
1190 people have browsed it

在使用第三方提供的Oracl SQL develpor 的开发图形用户界面的时候出现了在配置链接oracl的时候,出现了ORA--28000,the acount lock.的问题,我的解决方法是 进入本地的doc命令行 输入 1.管理员登陆 c:sqlplus sys/你的密码 as sysdba 回车 你的密码: 安装时

在使用第三方提供的Oracl SQL develpor 的开发图形用户界面的时候出现了在配置链接oracl的时候,出现了ORA--28000,the acount lock.的问题,我的解决方法是



进入本地的doc命令行   输入

 1.管理员登陆
c:>sqlplus sys/你的密码  as sysdba
回车
"你的密码": 安装时候输入的密码


2. 给scott用户解锁
SQL>alter user scott account unlock;

3. 给scott改密码
SQL>alter user scott identified by 新密码;


这样你在去连接测试就可以了,没有错误。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template