Error reCreating the Controlfile
After several failed intents to open a 10g database runnig on a AIX 5.3 box (most likely cause for a corruption of OS security level files), my client dicided to recreate the database controlfile with the resetlogs option but forgot to include all data and indexes datafiles as part of the create stmt, and now the database is open but empty, all data and index datafiles appearing as MISSING xx OFFLINE.
After that We've tried to recreate the controlfile adding all missing datafiles but oracle says : ORA-01189 file is from a different RESETLOGS than previews files, and controlfile recreation does not succeeded.