Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Moving a database from a Solaris server to a NT server
exp/imp is the best way. You can also export individual tables and import
them in multiple processes (eg export largeTable1
export largeTable2
export smallTable1,smalltable2, smallTable3,...
Then import them all at once as seperate processes. You can go from a lower
version to a higher version, but not always a higher version to a lower
version.
Jim
-- Replace part of the email address: kennedy-down_with_spammers_at_attbi.com with family. Remove the negative part, keep the minus sign. You can figure it out. "Jérôme VUIBERT" <jerome.vuibert_at_fleximage.fr> wrote in message news:3e3a7dfd$0$239$626a54ce_at_news.free.fr...Received on Fri Jan 31 2003 - 10:49:31 CST
> Hi everybody.
>
> It is no a good idea to take an Oracle database from a solaris sparc
server
> and put it to a windows nt server, but i have to do it.
> So let us do it.
>
> Here are my questions :
> - is there another solution than export / import method to do that ?
> - if so, can this make in the same time a migration (let us say from
> Oracle 7.3;4 to Oracle 8i or 9i) ?
>
>
> Thanks a lot for your help.
>
> Jerome
>
>
![]() |
![]() |