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

Usage and Configuration of the Oracle Shared Server pptx

22 372 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

Nội dung

Trang 1

Usage and Configurationof the Oracle Shared Server

Trang 3

Server Configurations

Dedicated server processShared server process

Trang 4

Dedicated Server Processes

Trang 5

Oracle Shared ServerShared server

Database serverClient

D001 DispatcherD002

Trang 6

Benefits of Oracle Shared Server

Reduces the number of processes against an

Trang 7

Using a Dedicated Server with Oracle Shared Server

TEST.world =

(DESCRIPTION = (ADDRESS =

(PROTOCOL = TCP) (HOST = stc-sun02) (PORT = 1521)

)

(CONNECT_DATA=(SERVICE_NAME=TEST.us.oracle.com) (SERVER=DEDICATED)

) )

Trang 8

Database serverClient

3

Trang 9

Processing a RequestShared server

Database serverclient

UserprocessListener

Trang 10

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

Usersession

Cursor state

Shared pool and other

memory structures

Stackspace PGA

Dedicated Server: User session data is kept in the PGA

The SGA and PGA

SGA

Shared pool and other memory structures

User session

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)"

TCP/IP

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

S005S006

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

S009S010

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 18

Related Parameters

Other initialization parameters affected by Oracle Shared Server that may require adjustment:

LARGE_POOL_SIZE SESSIONS

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 20

Dynamic Views

V$CIRCUIT

V$SHARED_SERVERV$DISPATCHER

V$SHARED_SERVER_MONITORV$QUEUE

V$SESSION

Trang 21

In this lesson, you should have learned how to:

Identify the components of the Oracle Shared

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 servicesVerifying 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