Hi,
I am in the process of migrating PG cidr and network address type
functions to Oracle, and
am wondering if anyone has done similar work before.
Specifically, I want to know how to map cidr to Oracle type
(varchar2(18)) ?
How to convert operator like:
inet '192.168.1.5' << inet '192.168.1/24'
to an Oracle function?
Thanks,