You are on page 1of 18

Using Accounting Setup Manager

Chapter 3
Managing Database Storage

1
Objectives

After completing this lesson, you should be able to:


• Describe the storage of table row data in blocks
• Create and manage tablespaces
• Obtain tablespace information

2
How Table Data Is Stored

Columns Blocks

Table A Table B

Rows

Segment Segment
Table
Tablespace

Row piece Extent

3
Database Block: Contents

Block header
Growth
Free space

Row data

4
Exploring the Storage Structure

Click the links to view


detailed information.

5
Creating a New Tablespace

6
Creating a New Tablespace

Choose the appropriate


Storage Type

7
Storage for Tablespaces

8
Tablespaces in the Preconfigured Database

• SYSTEM • UNDOTBS1
• SYSAUX • USERS
• TEMP • EXAMPLE (optional)

10
Altering a Tablespace

12
Actions with Tablespaces

14
Dropping Tablespaces

16
Viewing Tablespace Information

17
Viewing Tablespace Contents

18
Enlarging the Database

You can enlarge the database in the following ways:


• Creating a new tablespace
• Adding a data file to an existing smallfile tablespace
• Increasing the size of a data file
• Providing for the dynamic growth of a data file
Database

SYSTEM INVENTORY
tablespace tablespace

19
Quiz

Bigfile Tablespaces must have 1 file of at least 100


MB.
1. True
2. False

20
Summary

In this lesson, you should have learned how to:


• Describe the storage of table row data in blocks
• Create and manage tablespaces
• Obtain tablespace information

21
Practice 3 Overview:
Managing Database Storage Structures

This practice covers the following topics:


• Creating tablespaces
• Gathering information about tablespaces

22

You might also like