Re: UTL_RAW binary encoding - 2

From: neilsolent <n_at_solenttechnology.co.uk>
Date: Wed, 17 Jul 2013 09:52:31 -0700 (PDT)
Message-ID: <08093d58-58f3-48b6-9c19-4ff6623a01ec_at_googlegroups.com>


Just so I am conttributing to the wealth of human knowledge - here's my answer:

create or replace function raw8(uint in number) return raw as begin

	return hextoraw(to_char(uint, 'FMXXXXXXXXXXXXXXXX'));
end;
/ Received on Wed Jul 17 2013 - 18:52:31 CEST

Original text of this message