Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Moving a database from a Solaris server to a NT server

Re: Moving a database from a Solaris server to a NT server

From: Jim Kennedy <kennedy-down_with_spammers_at_attbi.com>
Date: Fri, 31 Jan 2003 16:49:31 GMT
Message-ID: <vOx_9.21463$G83.363@sccrnsc04>


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...

> 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
>
>
Received on Fri Jan 31 2003 - 10:49:31 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US