« Reduce ASM Configuration Complexity | Main | Where is your home from? »

Create Databases Using a Seed

By Eric Gross | June 26, 2007

Everyone knows that you can create a database by running the perennial CREATE DATABASE or you could use the DBCA to create a database from scratch, which handles all the ancillary tasks as well. There are some cases where a third option would be useful, for instance if you want to create a database that comes with some content from the get-go or when you want to create a database as quickly as possible.

After installing a DBMS Oracle Home you will find a few examples of DBCA templates that can be used as-is to create a database or that you can modify to fit your needs. There are two types of DBCA templates:

Topics: 10gR2, Create Database, DBCA

One Response to “Create Databases Using a Seed”

  1. Highlights of a Successful IT Professional | GridApp Systems Blog Says:
    December 4th, 2007 at 12:33 pm

    [...] You can create fresh databases from scratch or from a seed. [...]

Comments