Book Image

Oracle 10g/11g Data and Database Management Utilities

Book Image

Oracle 10g/11g Data and Database Management Utilities

Overview of this book

Does your database look complicated? Are you finding it difficult to interact with it? Database interaction is a part of the daily routine for all database professionals. Using Oracle Utilities the user can benefit from improved maintenance windows, optimized backups, faster data transfers, and more reliable security and in general can do more with the same time and resources.
Table of Contents (18 chapters)
Oracle 10g/11g Data and Database Management Utilities
Credits
About the Author
About the Reviewer
Preface

Database template management


Creating several databases with the same parameters can be a time consuming task if the DBA has to define the same parameters each time. The DBA can save time when creating the database through templates. The templates can contain only a definition file, or they can contain both a definition file and the seed database files, which can be used to create a new database by means of a cloning procedure.

Template management operations

There are two kind of template management operations; create and delete a database template. When creating a new database template, there are three ways to create a new template, from an existing template, and from an existing database which may or may not include the seed database.

The options available to create templates are:

  • Create a template From an existing template (A). This takes an existing definition which you can further modify and save with a different name.

  • Create a template From an existing database (structure only)(B) ....