Manipulating ip address and subnet mask with plsql
562644Feb 19 2007 — edited Feb 19 2007Hi,
I'm looking for a plsql package in order to perform basic operations with ip adresses and subnet masks like:
- validating an ip address (dot format)
- converting masks (16 -->> 255.255.0.0)
- splitting an ip range with a higher subnet mask (10.3.0.0/16 -->> 10.3.0.0/17, 10.3.128.0/17)
- ...
It's very difficult to find any information about this on google so if you know or had written such a package or function....