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: building Oracle using scripts

Re: building Oracle using scripts

From: Dieter Buecherl <Dieter.Buecherl_at_t-online.de>
Date: Wed, 27 Feb 2002 12:18:44 +0100
Message-ID: <a5if9d$snk$02$1@news.t-online.com>

  1. Install Oracle
  2. clone Database (if on same OS) or exp/imp (if different OS)

A search on the web for "Oracle Clone Database" or on http://asktom.oracle.com
and/or looking up the documentation on exp/imp http://tahiti.oracle.com will point you in the right direction...

HTH "KJ" <khash23_at_yahoo.com> schrieb im Newsbeitrag news:b0aeaa0d.0202251434.1db17adb_at_posting.google.com...
> Database:
>
> I want to be able to recreate a database (oracle 9 i) used by our
> project. What sort of scripts do I need to write in order to create a
> new database instance from assuming any of the following initial
> states:
> 1. Bare machine(Solaris or Linux) with no database software installed.
> 2. Bare machine(Solaris, or Linux) with only Oracle 9i installed on
> it.
> 3. Running database instance, with no application schema
> 4. Running database instance with loaded schema , but missing test
> data
>
> So for instace, someone can get a script from CVS and type build_db
> and build the whole database.
>
>
> I just need to be pointed to the right direction. What would be a good
> strategy? Has anyone done this? What sort of scripting language do I
> use for this?
>
> Also for case 1 above: Can I install oracle 9i on a given Solaris box
> using Oracle's installer and then copy the appropriate directories ( I
> think everything under /apps and /oracledata/) to a different
> Solaris box and get it working? That way we won't have to do a full
> install for every box. Your thought on this please?
>
> Many Thanks!
Received on Wed Feb 27 2002 - 05:18:44 CST

Original text of this message

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