ORA-31148: string is not a valid resource configuration ORACLE 报错 故障修复 远程处理
文档解释
ORA-31148: string is not a valid resource configuration
Cause: The resource specified in the element while creating a resource configuration or specified as the rcpath in a call using DBMS_RESCONFIG package did not conform to XDBResConfig.xsd schema.
Action: Specify a valid path and resubmit statement.
ORA-31148 to 是 Oracle 数据库的错误代码。这个错误表示字符串不是有效的资源配置。
官方解释
常见案例
一般处理方法及步骤
1.检查应用程序提供的资源字符串是否正确。
2.检查是否已指定了正确的端口号或服务名。
3.检查数据库中的正确用户名和密码。
4.如果还是不行的话,可以重新设置数据库的资源配置字符串,然后在应用程序中重新加载资源。