TheDatabase Configuration Assistant (DBCA) FEATURE
TheDatabase Configuration Assistant (DBCA) FEATURE
Rating:
The Database Configuration Assistant (DBCA) is Graphical User Interface (GUI) tool. DBCA is one of the three ways used to create a database. It provides a user-friendly, wizard based, and step-by-step process to create a database. It is java-based. The DBCA enables us to specify memory options, file locations, size the database, alter file location variables, define database storage parameters, etc.
There are two memory options: typical and custom. The typical option is the default one and the custom option is used to alter the settings desirably. The typical option allows for minimal user interference. The custom option is used for customizing the settings and is recommended for advance users. Then, there is the Archive option, which allows for the redo log files to be archived before being reused. The DB sizing feature of DBCA helps to define the block size and the sort area size for the database. The maximum amount of the memory used for the sort operation is defined by the SORT_AREA_SIZE parameter. DBCA can also be used to specify the initialization parameter file and the path for trace files.
The DBCA can be launched from any java engine platform. In fact, it handles many of the complicated, behind the scene tasks that a novice user otherwise would have to handle. A starter database is automatically created during the installation of the Oracle server. The DBCA can also be used to upgrade or migrate a database to a later version.
The DBCA enables to specify everything related to a database including, location of control files, size of SGA, parameters in init.ora file, redo log file and location of administrative files etc. It can be used for transaction processing, data warehouses, decision support systems, and database for hybrid purposes.
Note: The DBCA feature can also be used as a stand-alone application but is also available with oracle 10g.
Following are the tasks performed by DBCA:
- Create a database.
- Delete a database.
- Configure database options.
- Manage templates.
DBCA provides templates to create database. The concept of template was introduced in Oracle 9i. The templates can be used to create new database as well as new templates. The templates can be used with or without datafiles. The parameters of a database are always stored in XML format.
Following are the benefits of using templates:
- It enables the user to create a database in a short time.
- It can be shared and the options for the database can be altered.
The DBCA is launched by using the following menu driven actions:
- Run DBCA from Start > Programs > Oracle-Oraclehome > Configuration and Migration Tools > Database Configuration assistant.
- Select the Create a Database option.
- Select the type of database you want to create from the following options:
- Data warehouse
- General purpose
- New database
- Transaction processing
- Specify a global database name
- Specify the features to be given in the database such as, Oracle Spatial, Example Schemas, Oracle OLAP services, etc.
- Identify the scripts that you want to run after database creation.
- Finally, select the mode, i.e. Dedicated Server mode or Share Server mode, in which to operate the database.
Rating:
Other articles
- What is CORE_DUMP_DEST?
- What is a backup set?
- What is a differential backup?
- What is the principle of least privilege?
- What is the iSQL*Plus interface?
