Database version : 19.15.1.0.0 (Enterprise Edition)
I have a table with 12 billion rows in it, I have to add a column and create an index on the new column.
New column allows Null value for the existing records, we will consider populating going forward for the new column.
for existing 12 billion rows this column value is Null, is there a faster way to create index for this column?