Search notes:

Oracle: SYS_OP_C2C

begin
--
-- Prevent ORA-43916: unable to determine collation for the column
--
   insert into tq84_sys_op_c2c values (-3, sys_op_c2c(-3));
   insert into tq84_sys_op_c2c values (-2, sys_op_c2c(-2));
   insert into tq84_sys_op_c2c values (-1, sys_op_c2c(-1));
   insert into tq84_sys_op_c2c values ( 0, sys_op_c2c( 0));
   insert into tq84_sys_op_c2c values ( 1, sys_op_c2c( 1));
   insert into tq84_sys_op_c2c values ( 2, sys_op_c2c( 2));
   insert into tq84_sys_op_c2c values ( 3, sys_op_c2c( 3));
   commit;
end;
/
 
select
   i,
   dump(i),
   dump(c2c)
from
   tq84_sys_op_c2c;

drop table tq84_sys_op_c2c;

See also

sys_op_* functions

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...', 1758204443, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/SQL/functions/sys/op/c2c(57): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78