ora_commiton

(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1)

ora_commiton -- 打开自动提交功能

描述

cool ora_commiton ( resource conn )

该函数打开指定连接的每个 ora_exec() 函数的自动提交功能。

如果成功则返回 TRUE,失败则返回 FALSE。 错误的细节能够使用 ora_error()ora_errorcode() 函数取得。

参见 ora_commitoff()ora_commit()