Search notes:

UTL_RAW.XRANGE

declare
  range varchar2(200);
begin
   range := utl_raw.xrange('6A', '82');
   dbms_output.put_line(range);
-- 6A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182

   dbms_output.put_line(regexp_replace(range, '(..)', '\1 - '));
-- 6A - 6B - 6C - 6D - 6E - 6F - 70 - 71 - 72 - 73 - 74 - 75 - 76 - 77 - 78 - 79 - 7A - 7B - 7C - 7D - 7E - 7F - 80 - 81 - 82 -
end;
/
Github repository Oracle-Patterns, path: /Installed/utl/raw/xrange.plsql

See also

utl_raw

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...', 1758206440, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/packages/utl/raw/api/xrange(48): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78