OTL使用问题汇总

来源:互联网 发布:myeclipse build js 编辑:程序博客网 时间:2024/04/30 18:57

1、logoff()无法关闭连接,导致内存泄露。

Logs off / disconnects from the database. In case if the primary connection was done in Pro*C/C++ (OTL/OCIx), this function just detaches from that connection without actually disconnecting from the database.

ORCAL 连接。可能是驱动本身没有完全关闭。

sql server 暂未解决,OTL已经释放了sqlhandle,但是内存还是没有释放。


参考:

http://otl.sourceforge.net/otl3_connect_class.htm

http://blog.csdn.net/limuyun/article/details/18366291

0 0
原创粉丝点击