Converting ip address in decimal to dot notation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • s8ig
    New Member
    • Oct 2007
    • 2

    Converting ip address in decimal to dot notation

    Hi,

    Any idea how do i convert ip address stored in the oracle database in decimal format to dot notation?

    Eg 173672972 (decimal) to 10.90.10.12

    Please advise. Thanks
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Kindly pass few more details . How exactly you are storing data.

    Comment

    • s8ig
      New Member
      • Oct 2007
      • 2

      #3
      Originally posted by debasisdas
      Kindly pass few more details . How exactly you are storing data.

      The datatype is numeric(22)

      The data is written to the oracle database by the product that i am using.

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        May i know the logic please, how 10.90.10.12 is stored as 173672972

        Comment

        Working...