- or download this
DBD::Oracle::st execute failed: ORA-01465: invalid hex number (DBD ERR
+OR: OCIStmtExecute)
- or download this
Name Null? Type
---- ----- ----
ID NOT NULL VARCHAR2(2)
DATA NOT NULL BLOB
- or download this
use strict;
use warnings 'all';
...
my $sth = $dbh->prepare($insert_stmt);
$sth->bind_param(1, $data, \%types);
$sth->execute();