ORA-06132: NETTCP: access denied, wrong password ORACLE 报错 故障修复 远程处理
文档解释
ORA-06132: NETTCP: access denied, wrong password
Cause: The host SQL*Net TCP/IP server rejected this connection request because the client password did not match the host password.
Action: To grant access, get passwords in sync.
这是一个ORACLE错误,表明服务器无法用提供的认证信息登录访问所需的NETTCP服务。
官方解释
常见案例
1. 如果用户名(或密码)不正确
2. 如果数据库用户不正确
3. 如果默认登录模式设置为其他值
4. 如果有一个控制库配置错误,如用户列表不存在。