Archive for June, 2007

Create Databases Using a Seed

Tuesday, June 26th, 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 [...]