What's the trick for using CLOB values (Oracle)?

I’ve got a bunch of fairly large values (30kb each) I’m trying to insert
into a CLOB column in my Oracle(10g) model. Since Rails is trying to
create a typical insert statement with the entire value, this is causing
a problem. Is there a trick I need to know to make this work, or am I
out of luck?

Thanks!