Load formatted number to db using SQLLDR
Andy1785Jun 14 2012 — edited Jun 15 2012Hi all,
We are trying to load data to oracle database from csv file using sqlldr. We are able to load everything succesfully except amount where we have numbers in the following format :
($633,000.00) --- negative number
$633,000.00 --- positive number.
Is there a way we can load this to oracle db using sqlldr by defining someting in controlfile?
Please advice.
Thanks