ORA-28000: the account is locked-的解决办法

2009-11-11 18:51

ORA-28000: the account is locked

第1步:使用PL/SQL,登录名为system,数据库名称不变,选择类型的时候把Normal修改为Sysdba;

第2步:选择myjob,查看users;

第3步:选择system,右击点击“编辑”;

第4步:修改密码,把“帐户被锁住”的勾去掉;

第5步:点击“应用”再点击“关闭”;

第6步:重新登录就可以通过验证了;

第二种

ALTER USER username ACCOUNT UNLOCK;

第三种

在plsql developer中要是以scott/tiger登录时提示ora-28000 the account is locked。

解决办法:

新装完Oracle10g后,用scott/tiger测试,会出现以下错误提示:

oracle10g the account is locked

oracle10g the password has expired

原因:默认Oracle10g的scott不能登陆。

解决:

(1)conn sys/sys as sysdba; //以DBA的身份登录

(2)alter user scott account unlock;// 然后解锁

(3)conn scott/tiger //弹出一个修改密码的对话框,修改一下密码就可以了

在运行里面输入cmd在DOS模式下输入sqlplus,以system用户名登录,密码是刚装oracle时自己填写的密码orcl,登录进去以后。

SQL> conn sys/sys as sysdba;       (分号是必须的但是我是以system登录的所在这不应该写conn sys/sys as sysdba应该写conn system/orcl as sysdba;)

Connected.

SQL> alter user scott account unlock;

User altered.

SQL> commit;

Commit complete.

SQL> conn scott/tiger//请输入新密码,并确认后OK

Password changed

Connected.

这时再到plsql developer里面以scott/tiger登录就可以了。。。。。

Oracle 10g 默认安装带来的用户名/密码

Username

Password

Description

See Also

CTXSYS

CTXSYS

The Oracle Text account

Oracle Text Reference

DBSNMP

DBSNMP

The account used by the Management Agent component of Oracle Enterprise Manager to monitor and manage the database

Oracle Enterprise Manager Grid Control Installation and Basic Configuration

LBACSYS

LBACSYS

The Oracle Label Security administrator account

Oracle Label Security Administrator's Guide

MDDATA

MDDATA

The schema used by Oracle Spatial for storing Geocoder and router data

Oracle Spatial User's Guide and Reference

MDSYS

MDSYS

The Oracle Spatial and Oracle interMedia Locator administrator account

Oracle Spatial User's Guide and Reference

DMSYS

DMSYS

The Oracle Data Mining account.

Oracle Data Mining Administrator's Guide

Oracle Data Mining Concepts

OLAPSYS

MANAGER

The account used to create OLAP metadata structures. It owns the OLAP Catalog (CWMLite).

Oracle OLAP Application Developer's Guide

ORDPLUGINS

ORDPLUGINS

The Oracle interMedia user. Plug-ins supplied by Oracle and third party format plug-ins are installed in this schema.

Oracle interMedia User's Guide

ORDSYS

ORDSYS

The Oracle interMedia administrator account

Oracle interMedia User's Guide

OUTLN

OUTLN

The account that supports plan stability. Plan stability enables you to maintain the same execution plans for the same SQL statements. OUTLN acts as a role to centrally manage metadata associated with stored outlines.

Oracle Database Performance Tuning Guide

SI_INFORMTN_SCHEMA

SI_INFORMTN_SCHEMA

The account that stores the information views for the SQL/MM Still Image Standard

Oracle interMedia User's Guide

SYS

CHANGE_ON_INSTALL

The account used to perform database administration tasks

Oracle Database Administrator's Guide

SYSMAN

CHANGE_ON_INSTALL

The account used to perform Oracle Enterprise Manager database administration tasks. Note that SYS and SYSTEM can also perform these tasks.

Oracle Enterprise Manager Grid Control Installation and Basic Configuration

SYSTEM

MANAGER

Another account used to perform database administration tasks

oracle 解锁 账户_Oracle用户解锁的三种办法及默认的用户与密码相关推荐

  1. 【操作系统】用户可通过三种方式使用计算机

    操作系统作为用户与计算机硬件系统之间的接口,用户可通过三种方式使用计算机:命令方式.系统调用方式.图标-窗口方式 1.命令方式:典型的命令行方式有DOS系统和Unix系统等 2.系统调用方式:(sys ...

  2. 私域运营中,企业私域流量挖掘用户价值的三种手段

    企业私域流量是目前比较火爆的一种用户运营方式,这种方式的好处就在于只要企业用心进行私域运营,那么企业就可以有效的留存自己的目标用户群体,避免与同行产生过于激烈的竞争,然后再通过一系列的手段就可以将用户 ...

  3. 通过小程序积分营销工具提升用户消费的三种方式

    在微信小程序的运营中,我们经常会通过小程序积分营销工具搭建积分体系去提升用户的粘性,最终实现用户的转化消费.那么,积分体系如何运营,成为我们需要思考的问题. 我们都知道,积分体系最重要的元素的就是&q ...

  4. c#中程序以管理员身份运行的三种办法

    三种办法: 一.设置程序本身的属性:勾选"以管理员身份运行此程序",必要时设置"更改所有用户设置-以管理员身份运行此程序",当然这种办法是被动的,也不是最实际的 ...

  5. linux文件损坏怎么修复工具,在Ubuntu操作系统下修复损坏程序包的三种办法

    如果在 Ubuntu 操作系统下出现损坏的程序包,通常有三种办法可以修复它们,分别是:使用 apt 或 apt-get.使用 dpkg 及解除 dpkg 锁,下面为你一一介绍. 背景 apt 是 Ub ...

  6. linux下批量替换文件内容的三种办法

    http://www.51testing.com/html/93/316693-815340.html 程序开发中,可能你会经常遇到批量替换文件内容的情况,如果你使用的是linux,那么恭喜你,你可以 ...

  7. C# 读取网页源码的三种办法WebClient、WebRequest、HttpWebRequest

    直接看这三种办法的源码吧, using System; using System.IO; using System.Net;namespace ReadHtml{ class ReadHtml{ st ...

  8. 用malloc开辟二维数组的三种办法

    第一种办法:用指针数组:首先看一下原理图(以开辟整型二维数组三行四列为例,以下都是): 先看一下用malloc申请一维数组: int *p=(int *)malloc(10*sizeof(int)); ...

  9. 如何实现3台计算机网络传递文件,两台电脑如何实现对拷,三种办法轻松搞定!...

    原标题:两台电脑如何实现对拷,三种办法轻松搞定! 有时候,我们换电脑了,可能需要在两台电脑之间传送大容量的文件,但是两台电脑之间如何互相传送或者拷贝文件,除了U盘.硬盘.QQ或微信能解决问题,你还知道 ...

最新文章

  1. 语义分割网络经典:unet
  2. IDE ,SAS,SATA,SCSI,SSD硬盘的主要区别
  3. Python之单元测试
  4. iOS的推送证书过期的处理
  5. jxls使用excel公司_使用jXLS将Excel文件解析为JavaBeans
  6. 需求分析师的基本功:逻辑思维、逻辑分析与逻辑表达
  7. 【转】分享oldjun老大***网站的经验
  8. IDEA webapp文件夹没有蓝色小圆点的解决方案
  9. Ubuntu下Postfix邮件服务器安装及基本的设置
  10. 室内设计——住宅空间室内设计(包含预览图jpg和.psd文件)
  11. 计算机毕业设计SSMjspm学科竞赛管理系统【附源码数据库】
  12. 基于51单片机的对讲机原理图PCB程序设计
  13. idea 怎么快速创建类的快捷键_Idea 常用快捷键整理
  14. Alexa世界排名作弊分析
  15. dwt:动态时间规整
  16. 程序员从新手变成大佬的成长之路
  17. LeetCode 2203. 得到要求路径的最小带权子图(dijkstra算法)
  18. 实验一:Java程序的编辑、编译和运行(输入、输出)
  19. 深谈个人对新技术的看法
  20. 嵌入式 linux yum命令详解

热门文章

  1. 真实的樱木花道:告诉你一个真实的樱木花道
  2. 根据月份和天来去查找对应的星座
  3. PhpStorm 2019.3 Windows、Mac最新版发布(亲测安装成功!), 业界公认的最好的php开发工具
  4. “菩提本无树,明镜亦非台,本来无一物,何处惹尘埃”的出处
  5. TIDB架构自我总结
  6. 2023计算机毕业设计-基于springboot的中小型医院门诊药品药库缴费网站(mysql)-JAVA.VUE(论文+开题报告+运行)
  7. 常见的文件头格式解析
  8. Threadx 中断处理-ARM
  9. 立创开源|Open T12朱雀T12
  10. Splay学习笔记,每个操作都会执行splay。