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: Cloning installation by copying files

Re: Cloning installation by copying files

From: Rudy Susanto <rsusanto_at_atlas-sp.com>
Date: 3 May 2002 02:10:06 -0700
Message-ID: <1a928d0b.0205030110.2f0e907@posting.google.com>


Hi Naru,

Follow these steps to configure your need: 1) copy all files to the target server.
2) run oradim to create new instance on the target server

   oradim -new -sid instance_name pfile=(type where the control file location)    example:
   oradim -new -sid v817 pfile=c:/oracle/admin/v817/pfile/init.ora 3) set environment variable oracle_sid=instance_name 4) run sqlplus /nolog

   SQL>connect internal
   SQL>startup

If the location of the database isn't the same, you must change it in control file.

HTH, Rudy Susanto

nmangalath_at_hotmail.com (Naru Mangalath) wrote in message news:<ec12f506.0205021902.30c101e9_at_posting.google.com>...
> Hi,
> I have Oravle 8.1.7 installed on a Solaris box. I would like to
> install it on another Solaris (same version) box. Can I just copy all
> the files under the original instal users home directory to achieve
> this?
>
> Thanks in advance for the help.
>
> Naru Mangalath
Received on Fri May 03 2002 - 04:10:06 CDT

Original text of this message

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