in reply to Re: Re: Oracle DBI quote
in thread Oracle DBI quote

I think that you can do something like this (culled from the dbi-users mailing list):

use DBD::Oracle qw( :ora_types ); ... $sth->bind_param($param_num, ' ', { ora_type => ORA_CHAR });

I'm not an Oracle user at all so I can't guarantee that this is correct.

Michael