1. Trang chủ
  2. » Công Nghệ Thông Tin

Usage and Configuration of the Oracle Shared Server pptx

22 374 3
Tài liệu đã được kiểm tra trùng lặp

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 22
Dung lượng 368,5 KB

Các công cụ chuyển đổi và chỉnh sửa cho tài liệu này

Nội dung

• Describe the Oracle Shared Server architecture• Configure the Oracle Shared Server • Identify and explain usefulness of related data dictionary views... Oracle Shared ServerUser proce

Trang 1

Usage and Configuration

of the Oracle Shared Server

Trang 2

Describe the Oracle Shared Server architecture

Configure the Oracle Shared Server

Identify and explain usefulness of related data

dictionary views

Trang 3

Server Configurations

Dedicated server process

Shared server process

Trang 4

Dedicated Server Processes

Trang 5

Oracle Shared Server

User process process User

Snnn

Instance SGA

Dispatcher

D003

Dispatcher

D001 DispatcherD002

Trang 6

Benefits of Oracle Shared Server

Reduces the number of processes against an

instance

Increases the number of possible users

Achieves load balancing

Reduces the number of idle server processes

Reduces memory usage and system overhead

Trang 7

Using a Dedicated Server with Oracle Shared Server

) )

Trang 8

2 1

Database server

ClientConnecting

User process process User

Listener

Dispatcher process

D001

Dispatcher process

D002

3

Trang 9

PMON

DBWn

Request Queue Response queue for (D002)

Response queue for (D003)

Instance SGA

User process Listener

Dispatcher

D001

User process

Trang 10

Oracle Shared Server: User session data is held in the SGA SGA

User session data

Cursor state

Shared pool and other memory structures

Stack space PGA

Dedicated Server: User session data is kept in the PGA

The SGA and PGA

SGA

Shared pool and other memory structures

Stack space

User session data

Cursor state PGA

Trang 11

Configuring Oracle Shared Server

Required initialization parameters

Trang 12

Specifies the number of dispatchers initially started for

a given protocol

DISPATCHERS = "(PROTOCOL=TCP)(DISPATCHERS=2)\ (PROTOCOL=IPC)(DISPATCHERS=1)"

Trang 13

Specifies the maximum number of dispatcher

processes that can run simultaneously

Issues the ALTER SYSTEM command to add more

dispatchers than initially started

Trang 14

S003 S004

S005 S006

Trang 15

Specifies the maximum number of shared servers

that can be started

Allows shared servers to be allocated dynamically

based on the length of the request queue

MAX_SHARED_SERVERS = 10

S001 S002

S003 S004

S005 S006

S007 S008

S009 S010

Trang 16

Specifies the total number of virtual circuits that

are available for inbound and outbound network sessions

Contributes to total SGA size

CIRCUITS = 100

Trang 17

Specifies the total number of Oracle Shared Server

user sessions to allow

Setting this parameter enables you to reserve user

sessions for dedicated servers

SHARED_SERVER_SESSIONS = 100

Trang 19

Verify that the dispatcher has registered with the

listener when the instance was started by issuing:

Verify that you are connected using shared servers

by making a single connection then query

V$CIRCUIT view to show one entry per shared

server connection.

Verifying Setup

$ lsnrctl services

Trang 21

In this lesson, you should have learned how to:

Identify the components of the Oracle Shared

Server

Describe the Oracle Shared Server architecture

Configure the Oracle Shared Server

Identify and explain usefulness of related data

dictionary views

Trang 22

Practice 5 Overview

This practice covers the following topics:

Configuring Oracle Shared Server

Defining LOCAL_LISTENER for instance

registration

Using the Listener Control utility to verify services

Verifying shared server configuration and

performance using V$ views

Verifying instance registration

Ngày đăng: 23/03/2014, 00:20

TỪ KHÓA LIÊN QUAN

TÀI LIỆU CÙNG NGƯỜI DÙNG

TÀI LIỆU LIÊN QUAN