Convert date returned from Active Directory to and Oracle Date
robenourFeb 16 2005 — edited Feb 16 2005A developer is using the dbms_ldap package to query data from an Active Directory server. The data returned is a 64 bit number that represents a date as the number of seconds from some date/time. Similar to how Oracle stores dates.
How can that number be converted to an Oracle date datatype? I'm guessing the first thing I'd need is the base date/time that is used by Active directory.