in reply to Re: Oracle DBI quotein thread Oracle DBI quote
use DBD::Oracle qw( :ora_types ); ... $sth->bind_param($param_num, ' ', { ora_type => ORA_CHAR }); [download]
I'm not an Oracle user at all so I can't guarantee that this is correct.
Michael