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

Home -> Community -> Usenet -> c.d.o.server -> Re: Moving Oracle database from one server to another ...

Re: Moving Oracle database from one server to another ...

From: Clay Davidson <clay_at_his.com>
Date: 1997/12/22
Message-ID: <349dec42.342227006@news.his.com>#1/1

Create new instance on second box.
Make sure you have same drive letters and enough disk space for your datafiles.

Now you can EITHER use the import facility OR simply copy all the datafiles, controll files. redo logs.... into the SAME directory names with the SAME drive letters. This works fine.

Oracle doesnt know the server it is running on. It is just a piece of software looking for some files to open. If you put the files where it expects them, then everything is hunkydory. ( What would you do if your server crashed and you had to restore? pretty much the same thing)

You could also put them the files in other drive/directory names but then you would have to rename the files so Oracle could find them when it opened. This in more trouble but certainly doable.

Hope this helps.

On Thu, 18 Dec 1997 16:38:24 -0800, Vjacheslav Saiko <slavas_at_genesyslab.com> wrote:

> Hi All !
>
> Is it possible to move existing oracle database from one server to
>another ?
> I have development and production servers (some platform - NT) and
>need to move current database
> from development to production. I've tried to backup database on
>first server
> and restore on second - didn't work ; i've tried to copy all
>database files -
> didn't vork; i've tried to create new instance on second server with
>all parameters
> and files like in source instance and after that replace all files
>from source database -
> didn't work.
> The only way i can do this - export database on first server and
>
> import on second .
> May be there is another way ?
>
> Thank you !
>
>
>
>
Received on Mon Dec 22 1997 - 00:00:00 CST

Original text of this message

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