Chapter 1 Flashcards

1
Q

what is an Oracle database?

A

set of files on disk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How is the database accessed?

A

The database is accessed through an Oracle instance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an instance?

A

The instance is a set of processes and memory structures.

  • exists in CPU and memory of server
  • existence is temporary
  • users establish sessions against the instance
  • the instance manages all access to the database
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the Oracle server?

A

An Oracle server is an Oracle instance with an Oracle database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What processing model is implemented by the Oracle server?

A

Client-server processing OR two-tier

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the components of the client tier?

A

The two components of the client tier are users and the user processes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the components of the server tier?

A

The server tier has three components:

  • the server processes that execute the SQL
  • the instance
  • the database
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a session?

A

A session is a user process in communication with a server process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What makes up a session?

A

There will usually be one user process per user and one server process per user process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the log-on and logoff cycle?

A

The user and server processes that make up sessions are launched on demand and terminated when no longer required.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the database startup and shutdown cycle?

A

The instance processes and memory structures are launched by the database administrator and persist until the administrator terminates them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a user process?

A

A user process can be any client-side software that is capable of connecting to an Oracle server process.

  • SQL*Plus
  • SQL Developer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is an Oracle database?

A

set of files on disk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How is the database accessed?

A

The database is accessed through an Oracle instance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is an instance?

A

The instance is a set of processes and memory structures.

  • exists in CPU and memory of server
  • existence is temporary
  • users establish sessions against the instance
  • the instance manages all access to the database
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the Oracle server?

A

An Oracle server is an Oracle instance with an Oracle database.

17
Q

What processing model is implemented by the Oracle server?

A

Client-server processing OR two-tier

18
Q

What are the components of the client tier?

A

The two components of the client tier are users and the user processes.

19
Q

What are the components of the server tier?

A

The server tier has three components:

  • the server processes that execute the SQL
  • the instance
  • the database
20
Q

What is a session?

A

A session is a user process in communication with a server process.

21
Q

What makes up a session?

A

There will usually be one user process per user and one server process per user process.

22
Q

What is the log-on and logoff cycle?

A

The user and server processes that make up sessions are launched on demand and terminated when no longer required.

23
Q

What is the database startup and shutdown cycle?

A

The instance processes and memory structures are launched by the database administrator and persist until the administrator terminates them.

24
Q

What is a user process?

A

A user process can be any client-side software that is capable of connecting to an Oracle server process.

  • SQL*Plus
  • SQL Developer