Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Cloning problem.... any ideas?
sfk <nospan_at_noway.org> wrote in message news:<3E88FC75.A9C4B5D2_at_noway.org>...
> Is there a process I can use to check the integrity of datafiles prior
> to moving over my net to verify there are ok. I am practicing cloning
> and I get the following on an NT system.
>
> ORACLE instance started.
> Total System Global Area 58492956 bytes
> Fixed Size 75804 bytes
> Variable Size 37273600 bytes
> Database Buffers 20971520 bytes
> Redo Buffers 172032 bytes
> CREATE CONTROLFILE REUSE DATABASE "DEMO" NORESETLOGS NOARCHIVELOG
> *
> ORA-01503: CREATE CONTROLFILE failed
> ORA-01210: data file header is media corrupt
Normally it's not much more than copying the datafiles, create the
controlfile, recover the database if it was an open database copy and
open it.
You could also try using rman and copy database. Works very nicely and
prevents lots of errors, if you use it the right way ;-)
Ronald.
![]() |
![]() |