save($mytext)) { OCICommit($sock); } else { echo("Unable to add CLOB text to database!\n"); OCIRollBack($sock); } OCIFreeDesc($clob); OCIFreeStatement($stmt); OCILogoff($sock); echo("done.\n"); ?>