返回顶部
首页 > 资讯 > 数据库 >登录plsql 报错 the account is locked --用户被锁
  • 673
分享到

登录plsql 报错 the account is locked --用户被锁

2024-04-02 19:04:59 673人浏览 独家记忆
摘要

登录数据库服务器,进入oracle用户下[root@uumsnORMal-oracle admin]# su - oracle[oracle@uumsnormal-oracle ~]$ sqlplus /

登录数据库服务器,进入oracle用户下

[root@uumsnORMal-oracle admin]# su - oracle

[oracle@uumsnormal-oracle ~]$ sqlplus / as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 4 16:08:27 2016

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

Connected to:

Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production

With the Partitioning, OLAP and Data Mining options

SQL> alter user xx account unlock; --xx为你的用户名,解
         User altered.
SQL> commit;
         Commit complete.

SQL> alter user XX identified by 用户名的密码;  --修改密码


您可能感兴趣的文档:

--结束END--

本文标题: 登录plsql 报错 the account is locked --用户被锁

本文链接: https://lsjlt.com/news/38355.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作