I have a database which has a table that has a geography point datatype migrated into oracle. After the convertion, the column is now a BLOB. How can I get the lat/long from the BLOB?
A simple DBMS_OUTPUT.PUT_LINE example to print the lat long from the BLOB will suffice. I'll try to figure out how to do other geographical operations later.