Help for this page

Select Code to Download


  1. or download this
    $sth->bind_param($field_num, $lob_value, { ora_type => ORA_CLOB });
  2. or download this
      $csr = $db->prepare(q{
        BEGIN
    ...
        END;
      });
      $csr->execute;