creating primary key on a heavily deleted/inserted table
we are not using primary key on a table which is heavily being deleted n inserted as the reasoning is that the PK index becomes highly defragmented and we cant rebuild it every 15 mins .
what does oracle recommends in such situation ?