ORA-24409: client cannot understand the object
Cause: The client cannot process all the new features in the object.
Action: Upgrade the client so that features like inheritance and SQLJ objects can be used.
——ORA-24409:客户端不能理解对象
1.用TOAD软件关闭客户端连接。
2.运行“tts_reload.sql”语句以重新加载tts_cache,其中 ORACLE_HOME为客户端实例首选的ORACLE_HOME路径。
@%ORACLE_HOME%/rdbms/admin/tts_reload.sql
3.再次使用TOAD软件打开客户端连接。