当前位置:网站首页>Oracle 12c升级至19c后ORA-28000错误
Oracle 12c升级至19c后ORA-28000错误
2022-06-24 08:17:00 【徽州吴彦祖】
Oracle 12c升级至19c后,客户端连接不上数据库,需要在sqlnet.ora文件中添加SQLNET.ALLOWED_LOGON_VERSION_SERVER=8参数
[[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
添加完参数,客户端连接显示账号被锁定,或者账号密码错误
解决方法:
需要手工重置一下用户密码,获取用户的账号密码SQL语句为:
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');
边栏推荐
- 医学图像开源数据集汇总(二)
- When to use RDD and dataframe/dataset
- Learning Tai Chi Maker - esp8226 (XIII) OTA
- 小白学习MySQL - 增量统计SQL的需求
- LeetCode: 377. 组合总和 Ⅳ
- 百度AI模板 获取知识理解
- June 13-19, 2022 AI industry weekly (issue 102): career development
- MySQL data (Linux Environment) scheduled backup
- Alibaba Senior Software Testing Engineer recommends testers to learn -- Introduction to security testing
- Zero foundation self-study SQL course | related sub query
猜你喜欢
ThinkPHP5多语言切换项目实战
EasyExcel单sheet页与多sheet页写出
Zero foundation self-study SQL course | sub query
[ES6 breakthrough] promise is comparable to native custom encapsulation (10000 words)
二十、处理器调度(RR时间片轮转,MLFQ多级反馈队列,CFS完全公平调度器,优先级翻转;多处理器调度)
Rpiplay implementation of raspberry pie airplay projector
最新Windows下Go语言开发环境搭建+GoLand配置
实战剖析:app扫码登陆实现原理(app+网页端详细逻辑)附源码
Some common pitfalls in getting started with jupyter:
Redis实现全局唯一ID
随机推荐
带文字的seekbar : 自定义progressDrawable/thumb :解决显示不全
Lu Qi: I am most optimistic about these four major technology trends
Go 语言项目开发实战目录
L01_ How is an SQL query executed?
LeetCode: 240. 搜索二维矩阵 II
How to import MDF and LDF files into MySQL workbench
June 13-19, 2022 AI industry weekly (issue 102): career development
深入了解 border
[GDB debugging tool] | how to debug under multithreading, multiprocessing and running programs
谈谈数字化转型晓知识
Ggplot2 color setting summary
Event registration Apache pulsar x kubesphere online meetup hot registration
Time series data augmentation for deep learning: paper reading of a survey
每周推薦短視頻:談論“元宇宙”要有嚴肅認真的態度
Tools
开源一款监控数据采集器,啥都能监控
CDGA|到底怎么才能做好数据治理呢?
软件系统依赖关系分析
零基础自学SQL课程 | SQL语句语法顺序与执行顺序
Easyexcel single sheet and multi sheet writing