
- Forum
- Database
- Oracle Database
- What are some advantages to using Oracle’s CREATE DATABASE statement to create a new database manual
What are some advantages to using Oracle’s CREATE DATABASE statement to create a new database manual
This is a discussion on What are some advantages to using Oracle’s CREATE DATABASE statement to create a new database manual within the Oracle Database forums, part of the Database category; Ans. * You can script the process to include it in a set of install scripts you deliver with a ...
-
03-06-2011, 06:59 AM #1
- Join Date
- Mar 2011
- Answers
- 3
What are some advantages to using Oracle’s CREATE DATABASE statement to create a new database manual
Ans. * You can script the process to include it in a set of install scripts you deliver with a product.
* You can put your create database script in CVS for version control, so as you make changes or adjustments to it, you can track them like you do changes to software code.
* You can log the output and review it for errors.
* You learn more about the process of database creation, such as what options are available and why.

Reply With Quote





