I've got an Oracle Siebel database which is currently the subject of a data cleansing exercise.
In the S_CONTACT table there are a load of invalid email addresses which are to be replaced by either a null or an empty string.
As I understand it, this activity will not reduce the size of the table, due to it being a fixed length column.
However, is this activity likely to reduce the size of the indexes?
That is, replacing a few million "no email" / "asdf" / "no@email.com" values with blanks or nulls (I am led to believe that blanks and nulls are the same in Oracle).