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

相关推荐
Leon-Ning Liu30 分钟前
Oracle UNDO表空间文件误删除故障恢复
数据库·oracle
杨云龙UP2 小时前
Oracle ASM磁盘组空间分配与冗余理解
linux·运维·数据库·sql·oracle
jnrjian6 小时前
rman 备份命令发出后 drop /create datafile 对backup 的影响
oracle
standovon6 小时前
【MySQL基础篇】概述及SQL指令:DDL及DML
sql·mysql·oracle
God__is__a__girl7 小时前
Oracle驱动版本引发ORA-01461批量插入异常排查与解决
数据库·oracle
少年攻城狮7 小时前
Oracle系列---【两个环境,表结构一致,数据量一致,索引也一致,为什么同样的sql执行时间却不一致?】
数据库·sql·oracle
GentleDevin8 小时前
Redis服务常用命令
数据库·oracle
@insist12310 小时前
数据库系统工程师-SQL 数据定义语言(DDL)核心知识点与软考实战指南
数据库·oracle·软考·数据库系统工程师·软件水平考试
万粉变现经纪人10 小时前
如何解决 pip install cx_Oracle 报错 未找到 Oracle Instant Client 问题
数据库·python·mysql·oracle·pycharm·bug·pip
jnrjian10 小时前
reset database to incarnation 过多的archivelog 导致incarnation 改变
oracle