(PHP 5, PECL oci8 >= 1.1.0)
OCI-Lob->writeTemporary — Writes temporary large object
Creates a temporary large object and writes data to it.
You should use OCI-Lob->close when you are done with this object.
The data to write.
Can be one of the following:
Returns TRUE on success or FALSE on failure.