Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Cloning db using dd- unix & oracle versions same?
On Sun, 14 Mar 1999 14:41:24 GMT, ak494_at_hotmail.com wrote:
>I'm cloning a database AIX ver 4.1 ,oracle 7.2.3. of size 10gb.The
>destination db is unfortunately not the same version AIX ver 4.2
>oracle 7.3.4.3 . My question is DO ORACLE & UNIX versions have to
>match, when I'm doing a dd copy from source to destination ? MY gut
>feeling says yes , but I'm unsure. Different colleagues seem to have
>different opinions ! On the source db neither Oracle nor UNIX versions
>can be upgraded due to various constraints. Please dont tell me to do,
>RTFM , it hasnt helped !
The Oracle version should match, particularly if you're doing a big version jump like 7.2 to 7.3. The AIX version I wouldn't think would matter too much.
What I would recommend is to DD the Oracle datafiles over to the 7.3.4 box. Then startup the database and run the cat73* scripts, catalog.sql, and catproc.sql to upgrade the data dictionary and such.
Chris
![]() |
![]() |