Hi guys


I am trying to Recover a DB without a Backup:

I issued the command

1: ALTER DATABASE CREATE DATAFILE 'e:\oracle\oradata\pnl\users01.dbf' as
2:'e:\oracle\users01.dbf';

which is showing the error message :

ERROR at line 1:

ORA-01178: file 3 created before last CREATE CONTROLFILE, cannot recreate

ORA-01110: data file 3: 'e:\oracle\oradata\pnl\users01.dbf'



help me out


RAMJI