d330 oracle db metadata

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 22

flashcard set

Earn XP

Description and Tags

d330 oracle db metadata

23 Terms

1

Who owns the data dictionary and dynamic performance views in Oracle?

The SYS user, and they are stored in the SYSTEM tablespace.

New cards
2

What are the prefixes for data dictionary views?

DBA_, ALL_, and USER_.

New cards
3

What does the DBA_OBJECTS view show?

Information on all the objects in the database.

New cards
4

What does the ALL_OBJECTS view show?

Objects that a particular database user owns or can access.

New cards
5

What does the USER_OBJECTS view show?

Only the objects owned by the user.

New cards
6

What does the DBA_TABLES view show?

Names and physical storage information about all the tables in the database.

New cards
7

What does the DBA_USERS view show?

Information about all the users in the database.

New cards
8

What does the DBA_VIEWS view show?

Information about all the views in the database.

New cards
9

What does the DBA_TAB_COLUMNS view show?

Names and datatypes of all the table columns in the database.

New cards
10

What does the DBA_TABLESPACES view show?

Information on tablespaces in the database.

New cards
11

What does the DBA_DATA_FILES view show?

Information on the data files belonging to the database.

New cards
12

What are dynamic performance tables in Oracle?

Virtual tables that record current database activity and status.

New cards
13

What prefix do dynamic performance tables have?

X$.

New cards
14

What prefix do dynamic performance views have?

V_$.

New cards
15

What prefix do public synonyms for dynamic performance views have?

V$.

New cards
16

What does the V$DATABASE view show?

Information about the database, such as its name and creation date.

New cards
17

What does the V$VERSION view show?

The software version the database is using.

New cards
18

What does the V$OPTION view show?

Which optional components are installed in the database.

New cards
19

What does the V$SQL view show?

Information about SQL statements issued by database users.

New cards
20

Where are the scripts to create the data dictionary and dynamic performance views stored?

In the $ORACLE_HOME/rdbms/admin directory.

New cards
21

What script creates the base dictionary objects?

catalog.sql.

New cards
22

What does the catproc.sql script do?

Creates the PL/SQL package.

New cards
23

Which SYS-owned table can you delete records from?

AUD$, which is used to store database audit information.

New cards
robot