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

相关推荐
曹牧1 天前
PL/SQL:xml数据
oracle
架构师老Y2 天前
013、数据库性能优化:索引、查询与连接池
数据库·python·oracle·性能优化·架构
Leon-Ning Liu2 天前
Oracle 26ai新特性:时区、表空间、审计方面的新特性
数据库·oracle
Yushan Bai2 天前
ORACLE数据库在进行DROP TABLE时失败报错ORA-00604问题的分析处理
数据库·oracle
XDHCOM2 天前
ORA-31215: DBMS_LDAP PL/SQL无效LDAP修改值,Oracle报错故障修复与远程处理方案,快速解决连接配置难题
数据库·sql·oracle
betazhou2 天前
记一次Oracle REDO在线日志损坏故障修复
数据库·oracle·redo·ora-00600
老苏畅谈运维2 天前
DBA分析 ORA 报错的利器,errorstack让 Oracle 错误现原形
数据库·oracle·dba
大江东去浪淘尽千古风流人物2 天前
【Basalt】nfr_mapper 中的“小 SfM/BA 后端”
c++·人工智能·计算机视觉·oracle·augmented reality
曹牧2 天前
Oracle数据库中,将JSON字符串转换为多行数据
数据库·oracle·json
jnrjian2 天前
text index 查看index column index定义 index 刷新频率 index视图
数据库·oracle