Hi all, Is there a way to fill clob fields or varchar fields having line feed characters ? When using DBI directly (DBD::Oracle) I had to do parameter binding like this: $insert_st->bind_param( $param_id, $value, { ora_type => ORA_CLOB, ora_field => $colname } ); $insert_st->execute; What is the DBIC way to do this ? Regards, marc