文档解释
ORA-00135: missing attribute string
Cause: The indicated mandatory attribute was not specified.
Action: Specify a non-null value for the attribute.
:
官方解释
ORA-00135 connection failed; security violation occurred
ORA-00135 连接失败; 发生安全违规
常见案例
1、客户端会话连接数据库时报错ORA-00135
2、某一用户执行某条sql时出现ORA-00135
正常处理方法及步骤
1、检查用户连接是否使用正确的连接信息
2、在客户端配置文件中检查正确的用户名、密码、库名等连接信息
3、确认用户是否有执行sql的权限
4、确定库是否开放了远程登录
5、如果有Firewall确定是否有打开作为数据库访问的端口