5 Copyright © 2008, Oracle. All rights reserved. Configuring the Oracle Network Environment.

Slides:



Advertisements
Similar presentations
2 Copyright © 2005, Oracle. All rights reserved. Installing the Oracle Database Software.
Advertisements

Acknowledgments Byron Bush, Scott S. Hilpert and Lee, JeongKyu
Overview of Database Administrator (DBA) Tools
Oracle9i Database Administrator: Implementation and Administration 1 Chapter 2 Overview of Database Administrator (DBA) Tools.
15 Copyright © 2004, Oracle. All rights reserved. Monitoring and Managing Memory.
MCDST : Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Chapter 13: Troubleshoot TCP/IP.
1 - Oracle Server Architecture Overview
Harvard University Oracle Database Administration CSCI E256 Session 7 Oracle Networking.
A Guide to Oracle9i1 Introduction to Oracle9i Database Administration Chapter 11.
1 Chapter Overview Introduction to Windows XP Professional Printing Setting Up Network Printers Connecting to Network Printers Configuring Network Printers.
TCP/IP Tools Lesson 5. Objectives Skills/ConceptsObjective Domain Description Objective Domain Number Using basic TCP/IP commands Understanding TCP/IP3.6.
1 Chapter Overview Understanding Windows Name Resolution Using WINS.
Event Viewer Was of getting to event viewer Go to –Start –Control Panel, –Administrative Tools –Event Viewer Go to –Start.
13 Copyright © 2004, Oracle. All rights reserved. Oracle Shared Servers.
1 Copyright © 2009, Oracle. All rights reserved. Exploring the Oracle Database Architecture.
Module 15: Monitoring. Overview Formulate requirements and identify resources to monitor in a database environment Types of monitoring that can be carried.
Module 8: Server Management. Overview Server-level and instance-level resources such as memory and processes Database-level resources such as logical.
1 SAMBA. 2 Module - SAMBA ♦ Overview The presence of diverse machines in the network environment is natural. So their interoperability is critical. This.
Configuring CIFS Upon completion of this module, you should be able to: Configure the Data Mover for a Windows environment Create and Join a CIFS Server.
INTRODUCTION TO ORACLE Lynnwood Brown System Managers LLC Client-Server – Lecture 4 Copyright System Managers LLC 2007 all rights reserved.
Enabling Advanced Net8 Features. Configuring Advanced Network Address and Connect Data Information.
5 Copyright © 2007, Oracle. All rights reserved. Configuring the Oracle Network Environment.
12 Copyright © 2004, Oracle. All rights reserved. Oracle Net Services.
11 Copyright © 2005, Oracle. All rights reserved. Configuring the Oracle Network Environment.
Chapter Oracle Server An Oracle Server consists of an Oracle database (stored data, control and log files.) The Server will support SQL to define.
Oracle10g RAC Service Architecture Overview of Real Application Cluster Ready Services, Nodeapps, and User Defined Services.
11 Copyright © 2005, Oracle. All rights reserved. Configuring the Oracle Network Environment.
15 Copyright © 2005, Oracle. All rights reserved. Performing Database Backups.
1Introduction Objectives 1-2 Course Objectives 1-3 Oracle Products 1-4 Relational Database Systems 1-5 How the Data Is Organized 1-6 Integrity Constraints.
By Lecturer / Aisha Dawood 1.  You can control the number of dispatcher processes in the instance. Unlike the number of shared servers, the number of.
Module 10: Monitoring ISA Server Overview Monitoring Overview Configuring Alerts Configuring Session Monitoring Configuring Logging Configuring.
Database-Driven Web Sites, Second Edition1 Chapter 5 WEB SERVERS.
By Lecturer / Aisha Dawood 1.  Dedicated and Shared Server Processes  Configuring Oracle Database for Shared Server  Oracle Database Background Processes.
1 Oracle Architectural Components. 1-2 Objectives Listing the structures involved in connecting a user to an Oracle server Listing the stages in processing.
Copyright  Oracle Corporation, All rights reserved. 1 Oracle Architectural Components.
Deploying Oracle Names Jeff D’Abate Sr. Database Administrator Enterprise Application Services November 19, 2004.
Using OUI to install Oracle9i Release 2 on an OpenVMS System.
6 Copyright © 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment.
Oracle 10g Database Administrator: Implementation and Administration Chapter 2 Tools and Architecture.
MCTS Guide to Microsoft Windows Server 2008 Applications Infrastructure Configuration (Exam # ) Chapter Five Windows Server 2008 Remote Desktop Services,
Overview Managing a DHCP Database Monitoring DHCP
3 Copyright © Oracle Corporation, All rights reserved. Basic Oracle Net Server Side Configuration.
3 Copyright © 2004, Oracle. All rights reserved. Controlling Access to the Oracle Listener.
14 Copyright © 2005, Oracle. All rights reserved. Backup and Recovery Concepts.
1 Microsoft Windows 2000 Network Infrastructure Administration Chapter 6 Resolving Network Host Names.
Chapter 13Oracle9i DBA II: Backup/Recovery and Network Administration 1 Chapter 13 Network Administration and Server-side Configuration.
E Copyright © 2006, Oracle. All rights reserved. Oracle Shared Servers.
8 Copyright © 2007, Oracle. All rights reserved. Using RMAN to Duplicate a Database.
5 Copyright © Oracle Corporation, All rights reserved. Usage and Configuration of the Oracle Shared Server.
14 Copyright © 2005, Oracle. All rights reserved. Backup and Recovery Concepts.
Usage and Configuration of the Oracle Shared Server Supinfo Oracle Lab. 5.
Basic Oracle Net Services Client-Side Configuration
2 Copyright © 2004, Oracle. All rights reserved. Running a Forms Developer Application.
6 Copyright © 2006, Oracle. All rights reserved. Monitoring Grid Control.
2 Copyright © Oracle Corporation, All rights reserved. Basic Oracle Net Architecture.
1 Copyright © 2008, Oracle. All rights reserved. Repository Basics.
4 Copyright © 2004, Oracle. All rights reserved. Managing the Oracle Instance.
5 Copyright © 2005, Oracle. All rights reserved. Managing the Oracle Instance.
Oracle Database Architectural Components
19 Copyright © 2008, Oracle. All rights reserved. Security.
Chapter Overview Understanding Windows Name Resolution Using WINS.
Netscape Application Server
Troubleshooting Network Communications
Creating an Oracle Database
Enabling Distributed Transactions
Oracle Memory Internals
Oracle Architectural Components
Introduction of Week 5 Assignment Discussion
Presentation transcript:

5 Copyright © 2008, Oracle. All rights reserved. Configuring the Oracle Network Environment

Copyright © 2008, Oracle. All rights reserved Objectives After completing this lesson, you should be able to: Use Enterprise Manager to: –Create additional listeners –Create Oracle Net Service aliases –Configure connect-time failover –Control the Oracle Net Listener Use tnsping to test Oracle Net connectivity Identify when to use shared servers and when to use dedicated servers

Copyright © 2008, Oracle. All rights reserved Oracle Net Services Application Oracle Net RDBMS Oracle Net Client or middle tier Database server TCP/IP network Listener Oracle Net configuration files Oracle Net configuration files

Copyright © 2008, Oracle. All rights reserved Listener (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=dbhost.example.com) (PORT=1521))) Connection descriptor DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=my- server) PORT=1521)) (CONNECT_DATA= (SERVICE_NAME=mydb.us.example.com))

Copyright © 2008, Oracle. All rights reserved Oracle Net Listener Listener /network/admin/listener.ora sqlnet.ora Oracle databases Oracle Net configuration files Enterprise Manager Database Control

Copyright © 2008, Oracle. All rights reserved Establishing Net Connections To make a client or middle-tier connection, Oracle Net requires the client to know the: Host where the listener is running Port that the listener is monitoring Protocol that the listener is using Name of the service that the listener is handling Names resolution

Copyright © 2008, Oracle. All rights reserved Listener Establishing a Connection Incoming connection request

Copyright © 2008, Oracle. All rights reserved Server process User Sessions PGA Listener User session User process

Copyright © 2008, Oracle. All rights reserved User session: Dedicated server process Dedicated server process: With the session established, the server process now acts as the user’s agent on the server. The server process is responsible for: –Parsing and running any SQL statements issued through the application –Checking the database buffer cache for data blocks required to perform SQL statements –Reading necessary data blocks from data files on the disk into the database buffer cache portion of the System Global Area (SGA), if the blocks are not already present in the SGA –Managing all sorting activity. The Sort Area is a memory area that is used to work with sorting; it is contained in a portion of memory that is associated with the Program Global Area (PGA). –Returning results to the user process in such a way that the application can process the information –Reading auditing options and reporting user processes to the audit destination

Copyright © 2008, Oracle. All rights reserved Tools for Configuring and Managing the Oracle Network Enterprise Manager Net Services Administration page Oracle Net Manager Oracle Net Configuration Assistant Command line

Copyright © 2008, Oracle. All rights reserved Listener Control Utility Oracle Net listeners can be controlled with the lsnrctl command-line utility (or from EM). $ lsnrctl LSNRCTL for Linux: Version Production on 05-AUG :58:01 Copyright (c) 1991, 2007, Oracle. All rights reserved. Welcome to LSNRCTL, type "help" for information. LSNRCTL> help The following operations are available An asterisk (*) denotes a modifier or extended command: start stop status services version reload save_config trace spawn change_password quit exit set* show*

Copyright © 2008, Oracle. All rights reserved Listener Control Utility Syntax Commands from the listener control utility can be issued from the command line or from the LSNRCTL prompt. UNIX or Linux command-line syntax: Windows Prompt syntax: $ lsnrctl $ lsnrctl start $ lsnrctl status LSNRCTL> LSNRCTL> start LSNRCTL> status

Copyright © 2008, Oracle. All rights reserved Listener Home Page

Copyright © 2008, Oracle. All rights reserved Net Services Administration Page

Copyright © 2008, Oracle. All rights reserved Creating a Listener

Copyright © 2008, Oracle. All rights reserved Adding Listener Addresses

Copyright © 2008, Oracle. All rights reserved Database Service Registration

Copyright © 2008, Oracle. All rights reserved

Copyright © 2008, Oracle. All rights reserved Naming Methods Oracle Net supports several methods of resolving connection information: Easy connect naming: Uses a TCP/IP connect string Local naming: Uses a local configuration file Directory naming: Uses a centralized LDAP-compliant directory server External naming: Uses a supported non-Oracle naming service Client/application server Oracle Net Oracle Net configuration files

Copyright © 2008, Oracle. All rights reserved Easy Connect Is enabled by default Requires no client-side configuration Supports only TCP/IP (no SSL) Offers no support for advanced connection options such as: –Connect-time failover –Source routing –Load balancing SQL> CONNECT No Oracle Net configuration files

Copyright © 2008, Oracle. All rights reserved Local Naming Requires a client-side Names Resolution file Supports all Oracle Net protocols Supports advanced connection options such as: –Connect-time failover –Source routing –Load balancing SQL> CONNECT Oracle Net configuration files

Copyright © 2008, Oracle. All rights reserved Directory Naming Requires LDAP with Oracle Net Names Resolution information loaded: –Oracle Internet Directory –Microsoft Active Directory Services Supports all Oracle Net protocols Supports advanced connection options SQL> CONNECT LDAP directory Oracle Net configuration files

Copyright © 2008, Oracle. All rights reserved External Naming Method Uses a supported non-Oracle naming service Includes: –Network Information Service (NIS) External Naming –Distributed Computing Environment (DCE) Cell Directory Services (CDS) Oracle Net Non-Oracle naming service

Copyright © 2008, Oracle. All rights reserved Configuring Service Aliases(net service name)

Copyright © 2008, Oracle. All rights reserved Advanced Connection Options Oracle Net supports the following advanced connection options with local and directory naming: Connect-time failover Load balancing Source routing

Copyright © 2008, Oracle. All rights reserved

Copyright © 2008, Oracle. All rights reserved Testing Oracle Net Connectivity The tnsping utility that tests Oracle Net service aliases: Ensures connectivity between the client and the Oracle Net Listener Does not verify that the requested service is available Supports Easy Connect Names Resolution: Supports local and directory naming: tnsping db.us.oracle.com:1521/dba11g tnsping orcl

Copyright © 2008, Oracle. All rights reserved User Sessions: Dedicated Server Server process User sessions Server process Listener

Copyright © 2008, Oracle. All rights reserved User Sessions: Shared Servers Listener Dispatchers Server process User sessions

Copyright © 2008, Oracle. All rights reserved SGA Large pool and other memory structures Stack space PGA SGA and PGA Oracle Shared Server: User session data is held in the SGA. Remember to consider shared server memory requirements when sizing the SGA. User session data Cursor state Sort data

Copyright © 2008, Oracle. All rights reserved Shared Server: Connection Pooling The client application has been idle past the specified time, and an incoming client requests a connection. The maximum number of connections is configured to 255. This client connection is the 256th connection into the server. Connection pooling is turned on so that this connection can be accepted. Database server Idle client Active client New client

Copyright © 2008, Oracle. All rights reserved When Not to Use a Shared Server Certain types of database work must not be performed using shared servers: Database administration Backup and recovery operations Batch processing and bulk load operations Data warehouse operations DispatcherDedicated server process

Copyright © 2008, Oracle. All rights reserved Summary In this lesson, you should have learned how to: Use Enterprise Manager to: –Create additional listeners –Create Oracle Net Service aliases –Configure connect-time failover –Control the Oracle Net Listener Use tnsping to test Oracle Net connectivity Identify when to use shared servers and when to use dedicated servers

Copyright © 2008, Oracle. All rights reserved Practice 5 Overview: Working with Oracle Network Components This practice covers the following topics: Configuring local Names Resolution to connect to another database Creating a second listener for connect-time failover