sqlnet.ora里面的sqlnet.authentication_services设置错误导致sqlplus “/as sysdba“登录失败

将sqlnet.ora里面的

sqlnet.authentication_services=(tcps)

导致没有了操作系统认证这种登录方法

所以sqlplus "/as sysdba"会报错

./sqlplus "/as sysdba"

SQL*Plus: Release 23.0.0.0.0 - Production on Thu Dec 12 22:23:11 2024

Version 23.7.0.25.01

Copyright © 1982, 2024, Oracle. All rights reserved.

ERROR:

ORA-01017: invalid credential or not authorized; logon denied

Help: https://docs.oracle.com/error-help/db/ora-01017/

srvctl stop database /stop instance也无法运行 报错

因为srvctl依赖 操作系统认证这种登录方式

./srvctl stop database -d cdb1 -f

PRCD-1334 : failed to stop database cdb1

PRCD-1124 : Failed to stop database cdb1 and its services

PRCD-1131 : Failed to stop database cdb1 and its services on nodes

PRCR-1133 : Failed to stop database cdb1 and its running services

PRCR-1132 : Failed to stop resources using a filter

CRS-2675: Stop of 'ora.cdb1.db' on 'nshqap04adm05' failed

相关推荐
曹牧2 小时前
Oracle:取固定分隔符字符串中第一个元素
数据库·oracle
zone_z3 小时前
Oracle 数据库基础故障排查系列(12 篇)
数据库·oracle·dba·troubleshooting·blog-series
DBA_G3 小时前
GBase 8a数据库RANGE分区操作详细解读
数据库·oracle
何以解忧,唯有..16 小时前
数据库索引失效的常见情况与优化策略
数据库·sql·oracle
oradh17 小时前
Oracle UNDO表空间管理维护总结
数据库·oracle·undo表空间·undo表空间管理·undo表空间管理维护
一个有温度的技术博主19 小时前
MySQL 三大日志协同机制:redo log、undo log 与 binlog 的联合运作
数据库·mysql·oracle
lixora1 天前
oracle 控制文件解析
oracle
渣渣盟1 天前
误删数据之后:MySQL、PostgreSQL、Oracle三库紧急恢复完全实操手册
mysql·postgresql·oracle
haerapicom1 天前
Loop Engineering 落地:用检查点把 Agent 循环变成可审计流水线
服务器·数据库·oracle
Light Gao2 天前
企业级灰度发布技术方案
网络·数据库·oracle