当前位置:网站首页>Ora-28000 error after upgrading Oracle 12C to 19C
Ora-28000 error after upgrading Oracle 12C to 19C
2022-06-24 09:39:00 【Huizhou wuyanzu】
Oracle 12c To upgrade to 19c after , The client cannot connect to the database , Need to be in sqlnet.ora Add... To the file SQLNET.ALLOWED_LOGON_VERSION_SERVER=8 Parameters
[[email protected] rman]$ cd /u01/app/oracle/product/19.3.0/db_1/network/admin/
[[email protected] admin]$ cat sqlnet.ora
SQLNET.ALLOWED_LOGON_VERSION_SERVER=8
Finished adding parameters , The client connection shows that the account is locked , Or the account and password are wrong 
resolvent :
You need to reset the user password manually , Get the user's account password SQL Statement for :
SQL> select 'alter user '||name||' identified by values'''||password||''' default tablespace users temporary tablespace temp;' from user$ where name in (select username from dba_users where account_status='OPEN');
边栏推荐
猜你喜欢

The border problem after the focus of input

深入解析 Apache BookKeeper 系列:第三篇——读取原理

Event registration Apache pulsar x kubesphere online meetup hot registration

Cdga | how can we do well in data governance?

零基础自学SQL课程 | HAVING子句

数字化转型的失败原因及成功之道

零基础自学SQL课程 | 相关子查询

Reasons for the failure of digital transformation and the way to success

Servlet快速筑基

L01_一条SQL查询语句是如何执行的?
随机推荐
PTA monkey chooses King (Joseph Ring problem)
php单例模式详解
PHP使用递归和非递归方式实现创建多级文件夹
In depth analysis of Apache bookkeeper series: Part 3 - reading principle
Oracle数据库监听文件配置
每周推荐短视频:谈论“元宇宙”要有严肃认真的态度
关于thinkphp5 使用模型save()更新数据提示 method not exist:think\db\Query-> 报错解决方案
tp5 使用post接收数组数据时报variable type error: array错误的解决方法
198. 打家劫舍
Codeforces Round #392 (Div. 2) D. Ability To Convert
Niuke network realizes simple calculator function
Numpy numpy中的np.c_和np.r_详解
CF566E-Restoring Map【bitset】
Thinkphp5清除runtime下的cache缓存,temp缓存,log缓存
Zero foundation self-study SQL course | syntax sequence and execution sequence of SQL statements
牛客网 十进制整数转十六进制字符串
WindowManager 简单悬浮框的实现
荐书丨《好奇心的秘密》:一个针尖上可以站多少跳舞的小天使?
二十、处理器调度(RR时间片轮转,MLFQ多级反馈队列,CFS完全公平调度器,优先级翻转;多处理器调度)
Vidéo courte recommandée chaque semaine: Soyez sérieux en parlant de "métaunivers"