好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

ORA-30136: Drop-in compatibility is not supported for this application ORACLE 报错

文档解释

ORA-30136: Drop-in compatibility is not supported for this application

Cause: The current application is statically linked with defopt.o from an older release, which is incompatible with the current client shared library.

Action: 1) Relink the application against the new release of the client library; or 2) Relink the application against the older release of the client library without statically linking defopt.o.

ORA-30136: Drop-in compatibility is not supported for this application消息是指当应用程序尝试建立兼容连接时,指定的数据库架构版本不支持这种兼容性连接。

官方解释

常见案例

一般处理方法及步骤

查看更多关于ORA-30136: Drop-in compatibility is not supported for this application ORACLE 报错的详细内容...

  阅读:25次