Mysql has a built-in function - inet_aton - which can interpret ip addresses and convert them to a numeric value. Is there any equivalent in Oracle? Or does anyone have any suggetions?
Currently in our database we store each octet in a different column. I'd like to get away from this if possible but I've found nothing yet to help me out.
Thank you in advance!
Currently in our database we store each octet in a different column. I'd like to get away from this if possible but I've found nothing yet to help me out.
Thank you in advance!