Hi,
Were using Oracle 12c.
We're building a PK Constraint on a table that has over 37 billion rows in it.
The table is partitioned.
Is there a way to build the constraint on this table wit some kind of Parallel option?
An alternative question would be, is it possible to build a PK Constraint on just the latest partition?
Thanks