ORA-22335: The client cannot work with an altered type
Cause: A pre 8.2 client has requested a type that has been altered on the server.
Action: Only 8.2 or higher clients could access altered types
。
1.首先,检查数据库中的类型信息是否被正确修改,确保没有被修改或者被意外的改变;
2.确保客户端应用程序所使用的API版本是正确的;
3.在数据库中运行更新客户端API版本;
4.重新启动客户端应用程序,确保类型信息是正确的;
5.如果上述步骤还是没有解决这个错误,那么最后可以尝试重新安装客户端应用程序。