What does “Generate New Database” component do?
-
Create a new database
-
Create a Template for current Database Schema
-
Import Repository
-
Migrate Repository
The 'Generate New Database' component in Siebel Tools creates a template for the current database schema, not an actual new database. This template can be used for documentation or as a starting point for schema modifications. It does not create a new database instance (A), import repository data (C), or migrate repository objects (D).
The 'Generate New Database' component/utility in Siebel Tools/Database Configuration Wizard is used to create a DDL template (a schema template) reflecting the current repository's data model, which is later used to physically build a new database instance. It does not itself create a live database (that's a separate DDL execution step), nor does it import or migrate a repository (those are distinct Siebel Tools operations: Import/Export Repository, Migrate Repository). So among the choices, generating a template for the current database schema is the accurate description of what this component does.