You are on page 1of 64

6/26/13 Installing Oracle Database Software and Creating a Database

Installing Oracle Database Software and Creating a Database

Overview

Purpose

This tutorial shows you how to use the Oracle Universal Installer (OUI) to install the Oracle Database 12c software and create a database. You will
also learn how you can use the Database Configuration Assistant (DBCA) to create additional databases.

Time to Complete

Approximately 1 hour

Introduction

The Oracle Universal Installer (OUI) is used to install Oracle Database software. OUI is a graphical user interface utility that enables you to view the
Oracle software that is installed on your machine, install new Oracle Database software, and delete Oracle software that you no longer need to
use. Online Help is available to guide you through the installation process. One of the installation options is to create a database. If you select
database creation, OUI automatically starts Oracle Database Configuration Assistant (DBCA) to guide you through the process of creating and
configuring a database. If you do not create a database during installation, you must invoke DBCA after you have installed the software to create a
database. You can also use DBCA to create additional databases.

Hardware and Software Requirements

Before installing the software, OUI performs several automated checks to ensure that your computer fulfills the basic hardware and software
requirements for an Oracle Database installation. If your computer does not meet a requirement, then an error message is displayed. The
requirements may vary depending upon the type of computer and operating system you are using, but include the following:

Minimum of 1 GB of physical memory


Sufficient paging space
Installation of appropriate service packs and/or patches
Use of appropriate file system format

Refer to the Oracle Datab ase Installation Guide for your platform for more information about specific requirements.

Prerequisites

Before starting this tutorial, you should:

Have access to the Oracle Database 12c distribution media or have downloaded the software from the Oracle web site
Have general knowledge of product installation

Installing Oracle Database Software

There are two types of Oracle Database installations: basic (also known as typical) and advanced. Choose the typical installation to quickly install
the software with minimal input. The advanced installation enables you to perform a custom installation.

Please note that the values displayed in the screenshots may vary from your installation values due to differences in disk space and memory.

Basic (Typical) Installation


1. Log on to your computer as a member of the administrative group that is authorized to install Oracle Database software and create a
database.

2. If you are installing from distribution media, insert the distribution media for Oracle Database into your computer. The Autorun
feature opens the Select a Product to Install window automatically. If you have downloaded the installation software from the Oracle
Web site, follow the instructions on the site to invoke the Oracle Universal Installer.

3. The Configure Security Updates window appears. Enter your email address and My Oracle Support password to receive security
issue notifications via email. If you do not wish to receive notifications via email, deselect "I wish to receive security updates via My
Oracle Support". Click Next to continue. Click "Yes" in the confirmation window.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 1/64
6/26/13 Installing Oracle Database Software and Creating a Database

4. The Download Software Updates window appears. Select "Use My Oracle Support credentials for download" to download and apply
the latest software updates. Select "Use pre-downloaded software updates" to apply software updates that you previously
downloaded. Select "Skip software updates" if do not want to apply any updates. Click Next to continue.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 2/64
6/26/13 Installing Oracle Database Software and Creating a Database

5. The Select Installation Option window appears. Select "Create and configure a database." Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 3/64
6/26/13 Installing Oracle Database Software and Creating a Database

6. The System Class window appears. Select Desktop Class or Server Class depending on the type of system you are using. In this
scenario, we have chosen Server Class. If you choose Desktop Class, the windows that appear may vary slightly from what is
shown in this example. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 4/64
6/26/13 Installing Oracle Database Software and Creating a Database

7. The Grid Installation Options window appears. Select "Single instance database installation." Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 5/64
6/26/13 Installing Oracle Database Software and Creating a Database

8. The Select Install Type window appears. Select "Typical install." Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 6/64
6/26/13 Installing Oracle Database Software and Creating a Database

9. The Typical Install Configuration window appears. In the "Administrative password" field, specify the password to be used for the
SYS, SYSTEM, SYSMAN, and DBSNMP accounts. (A warning is displayed if the password does not meet oracle password
standards) De-select Create as Container Database. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 7/64
6/26/13 Installing Oracle Database Software and Creating a Database

10. The Create Inventory window appears. Accept the defaults and click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 8/64
6/26/13 Installing Oracle Database Software and Creating a Database

11. The prerequisite checks are performed and a Summary window appears. Review the settings and click Install.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 9/64
6/26/13 Installing Oracle Database Software and Creating a Database

12. The progress window appears.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 10/64
6/26/13 Installing Oracle Database Software and Creating a Database

13. The Execute Configuration Scripts window appears.

14. Open a terminal window and log in as the rootuser. Execute the scripts as instructed. Close your terminal window.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 11/64
6/26/13 Installing Oracle Database Software and Creating a Database

15. After executing the scripts in your terminal window, return to the Execute Configuration scripts window and click OK.

16. The Database Configuration Assistant creates the database.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 12/64
6/26/13 Installing Oracle Database Software and Creating a Database

17. After the Database Configuration Assistant creates the database, you can click "Password Management" to unlock accounts. You
can also unlock these accounts after the installation process completes. Click OK to continue.

18. The Finish window appears indicating the installation of Oracle Database software and creation of the database was successful.
Click Close to exit the Oracle Universal Installer.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 13/64
6/26/13 Installing Oracle Database Software and Creating a Database

Advanced Installation
1. Log on to your computer as a member of the administrative group that is authorized to install Oracle Database software and create a
database.

2. If you are installing from distribution media, insert the distribution media for Oracle Database into your computer. The Autorun
feature opens the Select a Product to Install window automatically. If you have downloaded the installation software from the Oracle
Web site, follow the instructions on the site to invoke the Oracle Universal Installer.

3. The Configure Security Updates window appears. Enter your email address and My Oracle Support password to receive security
issue notifications via email. If you do not wish to receive notifications via email, deselect "I wish to receive security updates via My
Oracle Support" and Click Next to continue. Click "Yes" in the confirmation window.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 14/64
6/26/13 Installing Oracle Database Software and Creating a Database

4. The Download Software Updates window appears. Select "Use My Oracle Support credentials for download" to download and apply
the latest software updates. Select "Use pre-downloaded software updates" to apply software updates that you previously
downloaded. Select "Skip software updates" if you do not want to apply any updates. Click Next to continue.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 15/64
6/26/13 Installing Oracle Database Software and Creating a Database

5. The Select Installation Option window appears. Select "Create and configure a database." Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 16/64
6/26/13 Installing Oracle Database Software and Creating a Database

6. The System Class window appears. Select Desktop Class or Server Class depending on the type of system you are using. In this
scenario, we have chosen Server Class. If you choose Desktop Class the windows that appear may vary slightly from what is shown
in this example. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 17/64
6/26/13 Installing Oracle Database Software and Creating a Database

7. The Grid Installation Options window appears. Select "Single instance database installation." Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 18/64
6/26/13 Installing Oracle Database Software and Creating a Database

8. The Select Install Type window appears. Select "Advanced install." Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 19/64
6/26/13 Installing Oracle Database Software and Creating a Database

9. The Select Product Languages window appears. Accept the default of English or select another language as appropriate. Click
Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 20/64
6/26/13 Installing Oracle Database Software and Creating a Database

10. The Select Database Edition window appears. Select Enterprise Edition. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 21/64
6/26/13 Installing Oracle Database Software and Creating a Database

11. The Specify Installation Location window appears. Accept the default values or change as appropriate to your installation. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 22/64
6/26/13 Installing Oracle Database Software and Creating a Database

12. The Create Inventory window appears. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 23/64
6/26/13 Installing Oracle Database Software and Creating a Database

13. The Select Configuration Type window appears. Select "General Purpose/Transaction Processing." Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 24/64
6/26/13 Installing Oracle Database Software and Creating a Database

14. The Specify Database Identifiers window appears. Accept the default values or change as necessary for your installation. De-select
the Create as Container Database option. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 25/64
6/26/13 Installing Oracle Database Software and Creating a Database

15. The Specify Configuration Options window appears. Ensure the "Enable Automatic Memory Management" option is selected on the
Memory tab. Click the "Character sets" tab.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 26/64
6/26/13 Installing Oracle Database Software and Creating a Database

16. On the "Character sets" tab accept the default of "Use the default." Click the Sample Schemas tab.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 27/64
6/26/13 Installing Oracle Database Software and Creating a Database

17. On the Sample Schemas tab, select "Create database with sample schemas." Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 28/64
6/26/13 Installing Oracle Database Software and Creating a Database

18. The Specify Database Storage Options window appears. Accept the default of File System. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 29/64
6/26/13 Installing Oracle Database Software and Creating a Database

19. The Specify Management Options window appears. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 30/64
6/26/13 Installing Oracle Database Software and Creating a Database

20. The Specify Recovery Options window appears. Select "Enable Recovery." Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 31/64
6/26/13 Installing Oracle Database Software and Creating a Database

21. The Specify Schema Passwords window appears. Specify separate passwords for the SYS, SYSTEM, and DBSNMPusers or select
"Use the same password for all accounts." Enter the password(s) in the Password and "Confirm password" fields. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 32/64
6/26/13 Installing Oracle Database Software and Creating a Database

22. The Privileged Operating System Groups window appears. Select the appropriate operating system groups for each group. Click
Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 33/64
6/26/13 Installing Oracle Database Software and Creating a Database

23. The Perform Prerequisite Checks window appears. After the prerequisite checks complete, the Installer advances to the next
window.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 34/64
6/26/13 Installing Oracle Database Software and Creating a Database

24. The Summary window appears. Review the settings. Click Install to install the Oracle Database software and create the database.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 35/64
6/26/13 Installing Oracle Database Software and Creating a Database

25. The Install Product window appears.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 36/64
6/26/13 Installing Oracle Database Software and Creating a Database

26. The "Execute Configuration scripts" window appears.

27. Open a terminal window and log in as the rootuser. Execute the scripts as instructed. Close the terminal window once you have
executed both scripts.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 37/64
6/26/13 Installing Oracle Database Software and Creating a Database

28. After executing the scripts in the terminal window, return to the "Execute Configuration scripts" window. Click OK to continue.

29. The Database Configuration Assistant window appears.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 38/64
6/26/13 Installing Oracle Database Software and Creating a Database

30. After the Database Configuration Assistant completes, a window appears providing database information. You can click Password
Management to view and unlock the accounts. You can also unlock them at a later time. Click OK to proceed.

31. The Finish window appears indicating that the installation of Oracle Database was successful. Click Close to end the Oracle
Universal Installer.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 39/64
6/26/13 Installing Oracle Database Software and Creating a Database

Creating an Oracle Database

If you chose to install the Oracle Database software only and did not create a database, or if you want to create additional databases, you can do so
by using the Database Configuration Assistant (DBCA). DBCA offers two modes: typical and advanced. If you choose Advanced Mode, you can
customize storage locations, initialization parameters, management options, database options, and different passwords for administrator user
accounts.

Note: If you created a database as part of the Basic (Typical) Installation or Advanced Installation, you do not need to perform the tasks in this topic.

Typical Mode
1. Log on to your computer as a member of the administrative group that is authorized to install Oracle Database software and create a
database.

2. Invoke DBCA as appropriate to your operating system.

3. The Database Operation window appears. Select Create Database. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 40/64
6/26/13 Installing Oracle Database Software and Creating a Database

4. The Creation Mode window appears. Ensure that Create a database with default configuration is selected. Enter a value in the
Global Database Name field. Select File System in the Storage Type menu. Accept the default values for Database Files Location
and Fast Recovery Area. Enter a password for the SYSand SYSTEMusers in the Administrative Password and Confirm Password
fields. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 41/64
6/26/13 Installing Oracle Database Software and Creating a Database

5. The Summary window appears. Review the information. Click Finish.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 42/64
6/26/13 Installing Oracle Database Software and Creating a Database

6. The Progress Page window appears.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 43/64
6/26/13 Installing Oracle Database Software and Creating a Database

7. The Database Configuration Assistant window appears indicating that the database has been successfully created. You can click
Password Management to unlock the user accounts or you can perform this task at a later time. Click Exit to close the window.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 44/64
6/26/13 Installing Oracle Database Software and Creating a Database

8. The Progress Page window reappears indicating that the database creation is complete. Click Close to close the window and exit
DBCA.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 45/64
6/26/13 Installing Oracle Database Software and Creating a Database

Advanced Mode
1. Log on to your computer as a member of the administrative group that is authorized to install Oracle Database software and create a
database.

2. Invoke DBCA as appropriate to your operating system.

3. The Database Operation window appears. Select Create Database. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 46/64
6/26/13 Installing Oracle Database Software and Creating a Database

4. The Creation Mode window appears. Select Advanced Mode. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 47/64
6/26/13 Installing Oracle Database Software and Creating a Database

5. The Database Template window appears. Select "General Purpose or Transaction Processing." Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 48/64
6/26/13 Installing Oracle Database Software and Creating a Database

6. The Database Identification window appears. Enter a value in the Global Database Name field. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 49/64
6/26/13 Installing Oracle Database Software and Creating a Database

7. The Management Options window appears. Accept the defaults and click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 50/64
6/26/13 Installing Oracle Database Software and Creating a Database

8. The Database Credentials window appears. Select "Use the Same Administrative Password for All Accounts." Enter your password
in the Password and Confirm Password fields. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 51/64
6/26/13 Installing Oracle Database Software and Creating a Database

9. The Network Configuration window appears. This page is displayed only if there are any listeners in the current home. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 52/64
6/26/13 Installing Oracle Database Software and Creating a Database

10. The Storage Locations window appears. In the Database Files region, select File System in the Storage Type menu. Select "Use
Database File Locations from Template." In the Recovery Related Files regions, select File System in the Storage Type menu.
Accept the default value for the Fast Recovery Area. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 53/64
6/26/13 Installing Oracle Database Software and Creating a Database

11. The Database Options window appears. On the Sample Schemas tab, select Sample Schemas. Click the "Database Vault & Label
Security" tab.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 54/64
6/26/13 Installing Oracle Database Software and Creating a Database

12. View the selections on the "Database Vault & Label Security" tab. Select Configure Database Vault and/or Configure Label Security if
appropriate for your installation. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 55/64
6/26/13 Installing Oracle Database Software and Creating a Database

13. The Initialization Parameters window appears. Accept the default value of Typical Settings and Use Automatic Memory Management.
Modify the value in Memory Size if necessary for your installation . Click the Sizing tab.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 56/64
6/26/13 Installing Oracle Database Software and Creating a Database

14. On the Sizing tab accept the default value in the Processes field or change it as appropriate for your installation. Click the Character
Sets tab.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 57/64
6/26/13 Installing Oracle Database Software and Creating a Database

15. On the Character Sets tab accept the default of "Use the default" or change it as appropriate for your installation. Click the
Connection Mode tab.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 58/64
6/26/13 Installing Oracle Database Software and Creating a Database

16. On the Connection Mode tab accept the default of Dedicated Server Mode. Click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 59/64
6/26/13 Installing Oracle Database Software and Creating a Database

17. The Creation Options window appears. Review the details and click Next.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 60/64
6/26/13 Installing Oracle Database Software and Creating a Database

18. The Summary window appears. Review the configuration summary information. Click Finish.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 61/64
6/26/13 Installing Oracle Database Software and Creating a Database

19. The Progress Page window appears.

20. The Database Configuration Assistant window appears indicating the database has been created. Select Password Management to
unlock the user accounts or perform this task at a later time. Click Exit.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 62/64
6/26/13 Installing Oracle Database Software and Creating a Database

21. The Progress Page window reappears indicating that the database creation is complete. Click Close to close the window and exit
DBCA.

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 63/64
6/26/13 Installing Oracle Database Software and Creating a Database

Summary

In this tutorial, you have learned how to:

Install Oracle Database software and create a database by using the Oracle Universal Installer (OUI)
Create a database by using the Database Configuration Assistant (DBCA)

Resources

Oracle® Database 2 Day DBA 12c Release 1 (12.1)

Credits

Lead Curriculum Developer: Donna Keesling


Other Contributors: Bert Rich

www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/2day_dba/12cr1db_ch2install/12cr1db_ch2install.html 64/64

You might also like