当前位置:网站首页>Do not log in or log in to solve the problem that the Oracle database account is locked.
Do not log in or log in to solve the problem that the Oracle database account is locked.
2022-07-03 01:18:00 【XuDream】
Sign in Oracle Prompt when ORA-28000: the account is locked;
The reason for this is :
More than three unsuccessful connections will automatically lock the account .
Solution :
- Login administrator account solution :
Using the account :system password :manager Sign in sysdba, Then use the administrator to modify the locking state of the user
alter user The name of the locked account account unlock; - Do not log in to the solution :
open cmd command , Use sqlplus /nolog; No login status to enter
then connect / as sysdba Use administrator identity
Last contact locking :alter user The name of the locked account account unlock;
边栏推荐
- Key wizard play strange learning - multithreaded background coordinate recognition
- 删除有序链表中重复的元素-II
- Several cases of recursive processing organization
- Basis of information entropy
- [day 29] given an integer, please find its factor number
- Appuyez sur l'apprentissage de l'esprit de frappe - reconnaissance des coordonnées de fond multithreadées
- Compare version number
- The difference between relational database and non relational database
- The latest analysis of tool fitter (technician) in 2022 and the test questions and analysis of tool fitter (technician)
- [Androd] Gradle 使用技巧之模块依赖替换
猜你喜欢
随机推荐
Detailed explanation of Q-learning examples of reinforcement learning
(C language) data storage
Every k nodes in the linked list are flipped
[flutter] icons component (load the built-in icon of flutter | display the material design icon completely)
excel表格计算时间日期的差值,并转化为分钟数
Linear programming of mathematical modeling (including Matlab code)
对非ts/js文件模块进行类型扩充
Strongly connected components of digraph
leetcode:871. Minimum refueling times [Pat has done before + maximum stacking + greed]
R language ggplot2 visualization: use ggplot2 to display dataframe data that are all classified variables in the form of thermal diagram, and customize the legend color legend of factor
Trois tâches principales: asynchrone, courrier et timing
Database SQL language 02 connection query
【C语言】分支和循环语句(上)
[day 29] given an integer, please find its factor number
Androd Gradle 对其使用模块依赖的替换
Matlab finds the position of a row or column in the matrix
[C language] branch and loop statements (Part 1)
The R language uses the ctree function in the party package to build conditional inference decision trees, uses the plot function to visualize the trained conditional inference decision tree, and the
Esp32 simple speed message test of ros2 (limit frequency)
有向图的强连通分量