$sth->bind_param($field_num, $lob_value, { ora_type => ORA_CLOB }); #### $csr = $db->prepare(q{ BEGIN PLSQL_EXAMPLE.PROC_NP; END; }); $csr->execute;