Обсуждение: migrating PG cidr type and operators

Поиск
Список
Период
Сортировка

migrating PG cidr type and operators

От
"Lee Wu"
Дата:

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,