Use the General tab in the Oracle Database Editor to add and specify the parameters for a database when you are working in an Oracle physical model.
Note: For more information targeted to your Oracle database environment, refer to your Oracle SQL reference documentation specific to your Oracle version.
To define general options for an Oracle database
The Oracle Database Editor opens.
Note: Click New on the toolbar to create a new database. Use the Enter filter text box to filter a very large list of databases to quickly locate the one that you want to define.
Specifies the name of the database. Change the name of the database in this field.
Generates SQL during forward engineering. Clear the check box if you do not want to generate SQL.
Specifes whether to reuse an existing control file when you create the database. The CONTROLFILE REUSE clause in the CREATE DATABASE statement is used if the control file with the specified name already exists when you create the Oracle database.
Lets you specify a numeric value for this parameter, which affects the control file size.
Lets you specify a numeric value for this parameter, which affects the control file size.
Lets you specify the character set the database uses to store data.
Note: The supported character sets and default value of this parameter vary depending on your Oracle version.
Lets you specify the national character set used to store data in columns that are defined as NCHAR, NCLOB, or NVARCHAR2.
Valid values:
AL16UTF16
UTF8
Default:
AL16UTF16
Select the + or – option, and select hours (HH) or minutes (MM). The valid range for UTC format is – 12:00 to + 14:00.
Select this check box to specify a file type option.
Note: The control file size changes between some releases of Oracle, as well as when the number of files specified in the control file changes. Remember that the parameters for MAXDATAFILES and MAXINSTANCES, among other parameters, affect control file size.
General options are defined for the database and the Oracle Database Editor closes.
Note: The user sys identified by password clause and the user system identified by password clause is not supported for Oracle 10g/11g. If you want to generate this clause, you can either modify the template file and add the clause, or you can use the UDP tab in this editor to supply the password value.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|