What I need to do, is
ALTER TABLESPACE biis RENAME DATAFILE
'C:\orant\database\biis01.dbf' TO
'D:\orant\database\biis01.dbf';
When I try to bring the tablespace online however, I get the
following:
ORA-01122: database file 6 failed verification check
ORA-01110: data file 6: 'D:\ORANT\DATABASE\BIIS01.DBF'
ORA-01251: Unknown File Header Version read for file number 6
I'm really stuck here - I read somewhere that I may need
to edit the control file generated by
ALTER DATABASE BACKUP CONTROLFILE TO TRACE;
Would I need to just replace the reference to the old datafile
to the new?
Thanks,
Morten
>Would I need to just replace the reference to the old datafile
>to the new?
>
I hope you also copied the file across from C: to D:? Renaming
doesn't move it, you have to do so yourself.
Cheers
Nuno Souto
nso...@optushome.com.au.nospam
Yep. The new file already resides on D:
Hmmm, the error you have seems to indicate the fil is not what O would
expect it to be. Sort of "different signature", if you get my drift.
You sure nothing else has changed in all that re-arranging of drives?
Like an upgrade to a different version of ORACLE, or a startup with
the fil offline and then trying to bring it back online without
recovery? Sounds like that to me.
Cheers
Nuno Souto
nso...@optushome.com.au.nospam
--
Niall Litchfield
Oracle DBA
Audit Commission UK
"Morten Primdahl" <mor...@caput.com> wrote in message
news:3B839F2...@caput.com...
Regards,
Norman.
------------------------------------------------------------------------
--------
Norman Dunbar EMail: NDu...@LynxFinancialSystems.co.uk
Database/Unix administrator Phone: 0113 289 6265
Lynx Financial Systems Ltd. Fax: 0113 201 7265
URL: http://www.LynxFinancialSystems.com
------------------------------------------------------------------------
--------