SamG
15 pts. | Oct 30 2009 11:23PM GMT
Thank you, Mrdenny,
However to_string() is not an Oracle function.
ORA-00904: “TO_STRING”: invalid identifier
Carlosdl
29710 pts. | Oct 30 2009 11:26PM GMT
to_string doesn’t exist in Oracle.
I have never done that, but maybe you could use the COLUMN_VALUE_LONG procedure of the dbms_sql package.
Here are a couple of examples that might be helpful:
askTom - Conversion/Extraction of Longs
askTom - Long to Varchar2 conversion






