salut,

J'ai une table dans laquelle lorsque je fais un delete j'ai ceci

SQL Error: ORA-01502: index 'a.pk_client' or partition of such index is in unusable state
je me suis renseigné et il faut reconstruire les index donc je l'ai fait et j'ai cela

SQL Error: ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found
j'ai meme essayer un drop index et ça ne marche pas
SQL Error: ORA-02429: cannot drop index used for enforcement of unique/primary key
d'ou cela peut il provenir ?
et comment pourrai je faire pour vider ma table sachant que je ne peux pas supprimer ma table car il y a des contraintes?

Merci