Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以设置 Oracle OCI 调用的超时时间(例如 OCIStmtExecute)?
谢谢
自己没有办法提供OCI。
OCI
您可以创建一个Timer并发出一个OCIBreak()超时。
Timer
OCIBreak()
OCIBreak()是线程安全和信号安全的。
可以在 oracle 服务器端设置超时,但不能通过任何 OCI API。
PHP 的 OCI 模块可以按照这个注释来做:
http://www.php.net/manual/en/function.oci-connect.php#84144