Oracle Database 18c (18.3) is available for download for windows platform since August 22, 2018. If you are new to Oracle or if you are a developer and need a database to play with, you can install an Oracle 18c database quickly on your laptop with a few clicks. Read “Oracle18c Database on your Windows laptop in 6 clicks!“. If you installed the Oracle Database 18c software, and want to create a new database swiftly, read “Create Oracle Database 18c in 3 clicks!“
If you are setting up a production system or a database for enterprise applications, you will need to go through the advanced configuration. The best option is to choose “Set Up Software Only” in Oracle Universal Installer (OUI) to complete the Oracle software installation, then use Database Configuration Assistant (DBCA) to create a new database.
OUI and DBCA have the advanced configuration. The OUI advanced configuration is not “advanced” enough, DBCA lets you customize the database configuration options even more – good for an experienced DBA. In my opinion, Oracle should remove the “Advanced Configuration” option from OUI, thus make DBAs to force use DBCA. Let’s see the “Advanced” options difference when using the OUI to create the database vs using DBCA to create the database.
Installation Type (OUI & DBCA)
Database Edition & Software Owner (OUI only)
These screens are part of the Oracle Software install.
Choosing Database Type
Database Identification
Database Storage
Configuration Options
OUI has enough configuration options, but DBCA has a lot more.
Memory:
OUI: Automatic memory management and for shared memory management, you only specify the total memory, OUI allocates the PGA and SGA.
OUI: No option to change block size (8k) or the number of processes.
DBCA: Option to change block size if the template used is “Custom Database”. Specify processes.
Character Sets:
OUI: Option to choose database character set.
DBCA: In addition to database character set, choose national character set, language, and territory.
Connection mode:
OUI: No option to change – dedicated server mode.
DBCA: Option to configure a dedicated server or shared server mode.
Sample Schema:
OUI and DBCA give the option to install the sample schema.
MEMORY:
CHARACTER SETS:
SIZING & CONNECTION MODE (DBCA ONLY):
Management Options
Schema Passwords
Database Creation Option – DBCA Only
Summary
If you plan on creating a database using a GUI tool for enterprise applications, always use DBCA. DBCA gives more flexibility and options. If you are installing the software and want a database with basic default options, use the OUI starter database option, desktop class.
DBCA Database Creation Screens
All the screens that belong to DBCA are in the gallery below. You can also see the options included with the OLTP and DW templates – both are very much similar, one difference is the parameter star_transformation_enabled=TRUE in DW template. Both DW and OLTP include the pre-created data files, so the database creation would be much faster. The custom template builds the database from scratch, thus takes longer.