0% found this document useful (0 votes)
74 views22 pages

Creating An Oracle Database

DBA ORACLE Lec 1

Uploaded by

Paola BM
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
74 views22 pages

Creating An Oracle Database

DBA ORACLE Lec 1

Uploaded by

Paola BM
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 22

Creating an Oracle Database

Copyright © 2008, Oracle. All rights reserved.


Objectives

After completing this lesson, you should be able to do the


following:
• Create a listener by using the Oracle Net Configuration
Assistant (NetCA)
• Create a database by using the Database Configuration
Assistant (DBCA)
• Generate database creation scripts with the DBCA
• Manage database design templates with the DBCA
• Perform additional tasks with the DBCA

3-2 Copyright © 2008, Oracle. All rights reserved.


Planning the Database

As a DBA, you must plan:


• The logical storage structure of the database and its
physical implementation:
– How many disk drives do you have? What type of storage
is being used?
– How many data files will you need? (Plan for growth.)
– How many tablespaces will you use?
– What types of information will be stored?
– Are there any special storage requirements
due to type or size?
• Overall database design
• Database backup strategy

3-3 Copyright © 2008, Oracle. All rights reserved.


Databases: Examples

• Data warehouse:
– Research and marketing data
– State or federal tax payments
– Professional licensing (doctors, nurses, and so on)
• Transaction processing:
– Store checkout register system
– Automatic teller machine (ATM) transactions
• General purpose:
– Retail billing system (for example, for a software house or
a nursery)

3-4 Copyright © 2008, Oracle. All rights reserved.


Configuring the Listener

3-5 Copyright © 2008, Oracle. All rights reserved.


Configuring the Listener

3-6 Copyright © 2008, Oracle. All rights reserved.


Configuring the Listener

3-7 Copyright © 2008, Oracle. All rights reserved.


Database Configuration Assistant (DBCA)

3-8 Copyright © 2008, Oracle. All rights reserved.


Using the DBCA to Create a Database

3-9 Copyright © 2008, Oracle. All rights reserved.


Using the DBCA to Create a Database
The listener must be
configured prior to
3 configuring
Enterprise Manager
for your database.

3 - 10 Copyright © 2008, Oracle. All rights reserved.


Using the DBCA to Create a Database

3 - 11 Copyright © 2008, Oracle. All rights reserved.


Using the DBCA to Create a Database

3 - 12 Copyright © 2008, Oracle. All rights reserved.


Using the DBCA to Create a Database

3 - 13 Copyright © 2008, Oracle. All rights reserved.


Using the DBCA to Create a Database

10
B

3 - 14 Copyright © 2008, Oracle. All rights reserved.


Using the DBCA to Create a Database

11

12

3 - 15 Copyright © 2008, Oracle. All rights reserved.


Using the DBCA to Create a Database

13

14

3 - 16 Copyright © 2008, Oracle. All rights reserved.


Password Management

3 - 17 Copyright © 2008, Oracle. All rights reserved.


Creating a Database Design Template

3 - 18 Copyright © 2008, Oracle. All rights reserved.


Using the DBCA to Delete a Database

3 - 19 Copyright © 2008, Oracle. All rights reserved.


Using the DBCA for Additional Tasks

3 - 21 Copyright © 2008, Oracle. All rights reserved.


Summary

In this lesson, you should have learned how to:


• Create a listener by using the Oracle Net Configuration
Assistant (NetCA)
• Create a database by using the Database Configuration
Assistant (DBCA)
• Generate database creation scripts with the DBCA
• Manage database design templates with the DBCA
• Perform additional tasks with the DBCA

3 - 22 Copyright © 2008, Oracle. All rights reserved.


Practice 3 Overview:
Using the DBCA

This practice covers the following topics:


• Creating the ORCL database by using the DBCA
• Unlocking the HR schema
Note: Completing database creation and unlocking the HR
schema are critical for all following practices.
Optional:
• Creating the ORCL database design template by using
the DBCA
• Creating database creation scripts by using the DBCA

3 - 23 Copyright © 2008, Oracle. All rights reserved.

You might also like