Hi Folks,
Snippet of my ctl file looks as follows
...
PINGABLE CHAR "DECODE('0', 'NON PINGABLE',
'1', 'PINGABLE',
'UNKNOWN')",
....
This particular field is defined as follows in my table
PINGABLE VARCHAR2(15)
While the data is loaded sucessfully, the PINGABLE column is blank.
I have also tried loading the data without using the DECODE function and it works fine.
Can somebody spot anything that I might have missed.
Thanks in advance
rogers42
Snippet of my ctl file looks as follows
...
PINGABLE CHAR "DECODE('0', 'NON PINGABLE',
'1', 'PINGABLE',
'UNKNOWN')",
....
This particular field is defined as follows in my table
PINGABLE VARCHAR2(15)
While the data is loaded sucessfully, the PINGABLE column is blank.
I have also tried loading the data without using the DECODE function and it works fine.
Can somebody spot anything that I might have missed.
Thanks in advance
rogers42