Search notes:

ORA-01465: invalid hex number

The first insert statement will succeed, the second throws ORA-01465: invalid hex number:
create table tq84_ora_01465 (b blob);
insert into tq84_ora_01465 values ('abcdef');
insert into tq84_ora_01465 values ('abcdefgh');
Similarly, this error is also thrown when a PL/SQL function parameter is declared as RAW and a non-hexadecimal value is passed:
select utl_encode.base64_decode('abcdefgh') from dual;
select utl_encode.base64_encode('abcdefgh') from dual;

See also

Other Oracle error messages such as ORA-01722: invalid number.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759429625, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/errors/ORA-01465_invalid-hex-number(44): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78