wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Oracle ch5

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What operation cannot be applied to a tablespace after creation?

a)

Convert from dictionary extent management to local extent management.

b)

Convert from manual segment space management to automatic segment space management.

c)

Change the name of the tablespace.

d)

Reduce the size of the datafile(s) assigned to the tablespace.

e)

All the above operations can be applied.

2.

When the database is in mount mode, what views must be queried to find what datafiles and tablespaces make up the database?

a)

DBA_DATA_FILES

b)

DBA_TABLESPACES

c)

DBA_TEMP_FILES

d)

V$DATABASE

e)

V$DATAFILE

3.

When the database is in mount mode, what views must be queried to find what datafiles and tablespaces make up the database?

a)

DBA_TABLESPACES

b)

DBA_TEMP_FILES

c)

V$DATABASE

d)

V$DATAFILE

e)

V$TABLESPACE

4.

A tablespace is a logical container that allows you to manage groups of data files, the physical files on disk that consume space?

a)

True

b)

False

5.

Tablespaces only exist?

a)

While the database is in nomount stage

b)

While the database is in mount stage

c)

While the database is up and running

d)

While the database is close

6.

What are the incorrect statements related to the aspects of the database administrator (DBA) from tablespaces?

a)

Assign specific space quotas for database users

b)

Control operating system privileges

c)

Perform partial database backup or recovery operations

d)

Allocate data storage across devices to improve performance

7.

An extent is a set of non-consecutively numbered Oracle blocks within one datafile?

a)

True

b)

False

8.

What is the wrong statement related to Segments, Extents and Blocks?

a)

Data is stored in segments

b)

Every segment has one or more extents

c)

Every extent has one or more segments

d)

Storage is allocated by Extent

9.

When a table is created, a segment is created to hold its data?

a)

True

b)

False

10.

What is the tablespace name that is not created when executing CREATE DATABASE Command?

a)

SYSTEM

b)

SYSAUX

c)

UNDO

d)

TEMP

e)

USERS

11.

What is the tablespace name that is not created when executing CREATE DATABASE Command?

a)

SYSTEM

b)

SYSAUX

c)

UNDO

d)

TEMP

e)

HRTS

12.

When you Create a new tablespace, the database space will?

a)

Be enlarged

b)

Be squeezed

c)

No change in space

d)

All the other options

13.

What is the correct statement related to Undo tablespace?

a)

Users can get their own quota on it

b)

Cannot contain any other objects

c)

Server process uses it to sort data

d)

Server process check it as a part of data dictionary

14.

What is the initialization parameter that hasn’t any relation with controlling OMF?

a)

DB_CREATE_FILE_DEST

b)

DB_CREATE_ONLINE_LOG_DEST_N

c)

DB_RECOVERY_FILE_DEST

d)

MEMORY_TARGET

15.

What are the two tablespaces that you can’t rename?

a)

SYSTEM

b)

SYSAU

c)

USERS

d)

EXAMPLE

e)

INVENTORY

16.

What is the action of the following SQL statement: SQL> alter database datafile 'c:\dbfile\o19c\users01.dbf' resize 1g;

a)

Resize the mentioned datafile to be 2G

b)

Resize the tablespace SYS to be 1G

c)

Resize the tablespace to be 1G

d)

Resize the mentioned datafile to be 1G

17.

What is the limitation of OMF?

a)

DBA is limited to one directory for the placement of data files

b)

There is no limitation

c)

DBA doesn’t know where the data are located

d)

DBA must apply some commands in a specific time

18.

What is the wrong statement related to the content of a container database?

a)

Contains a root container

b)

Contains a seed database

c)

Contains Only one pluggable database

d)

May contain Many pluggable databases

19.

You can issue transactions against the seed PDB (PDB$SEED)?

a)

True

b)

False

20.

The Flashback Database feature is:

a)

Turned on and off via a privileged connection to the root container

b)

Turned on and off via the PDB level

c)

Can’t be turned on and off

d)

Can be turned on via root level and off via PDB level