Bonjour,

Après avoir fait :
startup nomount;
alter database mount;
je tente d'ouvrir la base :
alter database open;
mais j'obtiens le message d'erreur suivant :
*** 2007-03-27 12:40:06.062
*** SESSION ID: (2.1) 2007-03-27 12:40:06.062
ORA-01157: cannot identify/lock data file 7 - see DBWR trace file
ORA-01110: data file 7: '/data/RECETTE/u03/i_recette/idx01.dbf'
ORA-27046: file size is not a multiple of logical block size
Additional information: 1
*** 2007-03-27 12:41:17.930
ORA-01157: cannot identify/lock data file 7 - see DBWR trace file
ORA-01110: data file 7: '/data/RECETTE/u03/i_recette/idx01.dbf'
ORA-27046: file size is not a multiple of logical block size
Additional information: 1
J'ai bien compris que mon index est hs mais comment réparer ?

merci pour votre aide.