I have my data in the given format
Column 1 Column 2
$10,500.00 Father (FA)
$165.00 Self (S)
$315.00 Self (S)
I need to convert column 1 to number and separate column 2 in 2 fields as shown below
Column 1 Column 2 Column 3
10500 Father FA
165 Self S
315 Self S
How can I do in Oracle