Enabling Advanced Net8 Features. Configuring Advanced Network Address and Connect Data Information.

Slides:



Advertisements
Similar presentations
Welcome to WebCRD.
Advertisements

ASP.NET Best Practices Dawit Wubshet Park University.
CareCentrix Direct Training.
1 Routing and Remote Access Service (Week 15, Friday 4/21/2006) © Abdou Illia, Spring 2006.
Domain Name System. DNS is a client/server protocol which provides Name to IP Address Resolution.
Chapter 11 Configuring Dynamic Host Configuration Protocol
1 Distributed File System, and Disk Quotas (Week 7, Thursday 2/21/2007) © Abdou Illia, Spring 2007.
Lesson 19 – ADMINISTERING WINDOWS 2000 SERVER : THE BASICS.
Creating User Profiles in EBSCOadmin Tutorial support.ebsco.com.
Copying Profiles in EBSCOadmin Tutorial support.ebsco.com.
1 Chapter Overview Introduction to Windows XP Professional Printing Setting Up Network Printers Connecting to Network Printers Configuring Network Printers.
Ch 9 Managing Active Directory User Accounts. Objectives Create Organizational Unit Creating User Accounts in Active Directory Disabling, Enabling, and.
Using Microsoft Outlook: Basics. Objectives Guided Tour of Outlook –Identification –Views Basics –Contacts –Folders –Web Access Q&A.
1 Chapter Overview Creating User and Computer Objects Maintaining User Accounts Creating User Profiles.
HOW TO PULL YOUR VOICE MAILS INTO YOUR CLIENT Primary advantage: You will have a permanent.wav file on your PC and you choose when to delete it.
How to connect your laptop to the classroom wireless AP.
Managing DHCP. 2 DHCP Overview Is a protocol that allows client computers to automatically receive an IP address and TCP/IP settings from a Server Reduces.
Ch 8-3 Working with domains and Active Directory.
1 ISA Server 2004 Installation & Configuration Overview By Nicholas Quinn.
Module 7: Configuring TCP/IP Addressing and Name Resolution.
Thrive Installation.
TUTORIAL # 2 INFORMATION SECURITY 493. LAB # 4 (ROUTING TABLE & FIREWALLS) Routing tables is an electronic table (file) or database type object It is.
Module 5: Managing Public Folders. Overview Managing Public Folder Data Managing Network Access to Public Folders Publishing an Outlook 2003 Form Discussion:
5 Copyright © 2008, Oracle. All rights reserved. Configuring the Oracle Network Environment.
5 Copyright © 2007, Oracle. All rights reserved. Configuring the Oracle Network Environment.
Open Source Server Side Scripting ECA 236 Open Source Server Side Scripting Cookies & Sessions.
Outlook 2000 Summertime Technology 2002 Vicki Blackwell Tangipahoa Parish Schools.
Advanced User Guide to Outlook and all its features.
INFS 752 Summer Juan Salazar Please right click the symbol in the lower right corner, and then press preview, to hear the presentation for each page.
12 Copyright © 2004, Oracle. All rights reserved. Oracle Net Services.
11 Copyright © 2005, Oracle. All rights reserved. Configuring the Oracle Network Environment.
11 Copyright © 2005, Oracle. All rights reserved. Configuring the Oracle Network Environment.
Copyright © 2007, Oracle. All rights reserved. Managing Concurrent Requests.
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.
LiveCycle Data Services Introduction Part 2. Part 2? This is the second in our series on LiveCycle Data Services. If you missed our first presentation,
Learningcomputer.com SQL Server 2008 Configuration Manager.
1. Insert the Resource CD into your CD-ROM drive, click Start and choose Run. In the field that appears, enter F:\XXX\Setup.exe (if “F” is the letter of.
Basic User Guide to Outlook. Info: Manage account settings, create automatic replies to s, clean up your mailbox, and create Rules and Alerts Print:
Using OUI to install Oracle9i Release 2 on an OpenVMS System.
6 Copyright © 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment.
System Initialization 1)User starts application. 2)Client loads settings. 3)Client loads contact address book. 4)Client displays contact list. 5)Client.
How to configure DNS for a Windows 2000 domain? 1.Start the Install/Remove Programs Control Panel Applet (Start - Settings - Control Panel - Add/Remove.
B Copyright © 2009, Oracle. All rights reserved. Configuring Warehouse Builder in RAC Environments.
Oracle 10g Database Administrator: Implementation and Administration Chapter 2 Tools and Architecture.
 Whether using paper forms or forms on the web, forms are used for gathering information. User enter information into designated areas, or fields. Forms.
Section 9: Configuring Roaming Profiles and Folder Redirection Managing User Profiles Configuring Folder Redirection Using Folder Redirection and Roaming.
Microsoft Office Outlook 2013 Microsoft Office Outlook 2013 Courseware # 3252 Lesson 6: Organizing Information.
With Windows 7 Introductory© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 Windows 7 Introductory Chapter 3 Advanced File Management and Advanced.
TRW Engineering Change Request System {CRS} Released in the Windchill Environment Getting Started in WCRS TRW Automotive December, 2004 TRW Automotive.
3 Copyright © Oracle Corporation, All rights reserved. Basic Oracle Net Server Side Configuration.
Unit - III. Providing a Caching Proxy Server (1) A caching proxy server is software that stores (caches) frequently requested internet objects such as.
Information Security 493. Lab # 4 (Routing table & firewalls) Routing tables is an electronic table (file) or database type object that is stored in a.
How to use WS_FTP A Step by Step Guide to File Transfer.
When you run a scenario, the Vusers on each host machine use the host’s IP address. You can define multiple IP addresses on a host machine to emulate a.
SQL SERVER 2008 Installation Guide A Step by Step Guide Prepared by Hassan Tariq.
T U T O R I A L  2009 Pearson Education, Inc. All rights reserved Address Book Application Introducing Database Programming.
Subscribers – List Model
Basic Oracle Net Services Client-Side Configuration
Create Database Tables Lesson 2. Software Orientation.
19 Copyright © 2008, Oracle. All rights reserved. Security.
Cisco Call Manager Attendant Console
What’s New in Release 8.6 (07-Jul-16) Quick Reference Guide
Module Overview Installing and Configuring a Network Policy Server
Optimizing Efficiency + Funding
Allocating IP Addressing by Using Dynamic Host Configuration Protocol
Welcome to WebCRD.
Introduction of Week 5 Assignment Discussion
How to install and manage exchange server 2010 OP Saklani.
Presentation transcript:

Enabling Advanced Net8 Features

Configuring Advanced Network Address and Connect Data Information

Creating a List of Listener Protocol Addresses (1/) A database service may be accessed by more than one network route, or listener address. –sales.us.acme.com= (description= (address_list= (address=(protocol=tcp)(host=sales1-server)(port=1521)) (address=(protocol=tcp)(host=sales2-server)(port=1521))) (connect_data= (service_name=sales.us.acme.com)))

Creating a List of Listener Protocol Addresses (2/) Start Net8 Assistant: In the navigator pane, expand Directory or Local > Service Naming. Select either a net service name or a database service. In the Address Configuration box, click "+". Select the protocol and enter appropriate address information. Order the protocol addresses according to where they should be in the address list with the left-arrow and right- arrow buttons. Unless multiple address options are configured, the first address in the list is contacted. Click Apply.

Configuring Address List Parameters (1/3) When multiple protocol addresses have been configured for a net service name or database service, the following options may be configured: –SOURCE_ROUTE (Source Routing) Instructs Net8 to use each address in the order presented until the destination reached when set to ON. –This parameter is required when reaching the destination requires more than one address stop. –This feature is typically used to enable Oracle Connection Manager features. –FAILOVER (Connect-Time Failover) At connect time, instructs Net8 to fail over to a different listener if the first listener fails when set to ON. –The number of addresses in the list determines how many addresses are tried. When set to OFF, instructs Net8 to try one address. –LOAD_BALANCE (Client Load Balancing) When set to ON, instructs Net8 to progress through the list of listener addresses in a random sequence, balancing the load on the various listeners. When set to OFF, instructs Net8 to try the addresses sequentially until one succeeds.

Configuring Address List Parameters (2/3) Start Net8 Assistant In the navigator pane, expand Directory or Local > Service Naming. Select either a net service name or a database service. In the Address Configuration box, click Advanced. Select one of the address list options, then click OK. In the right pane, click Apply.

Configuring Address List Parameters (3/3) Try each address, in order, until one succeeds –FAILOVER=ON for release 8.1 clients –SOURCE_ROUTE=OFF for pre-release 8.1 clients. Try each address, randomly, until one succeeds –LOAD_BALANCE=ON –FAILOVER=ON Try one address, selected at random –LOAD_BALANCE=ON Use each address in order until destination reached –SOURCE_ROUTE=ON Use only the first address –LOAD_BALANCE=OFF –FAILOVER=OFF –SOURCE_ROUTE=OFF

Configuring Advanced Connect Data Parameters Start Net8 Assistant In the navigator pane, expand Directory or Local > Service Naming. Select either a net service name or a database service. In the Service Identification box, click Advanced. Enter fields or select options as appropriate, then click OK. In the right pane, click Apply.

Configuring Client Attributes for Names Resolution

Configuring a Default Domain for Clients (1/4) In environments where the client often requests names from a specific domain, it is appropriate to set a default domain in the client's sqlnet.ora file with the NAMES.DEFAULT_DOMAIN parameter. When a default domain is set, it is automatically appended to any unqualified net service name given in the connect string, and then compared to net service names stored in a tnsnames.ora file or Oracle Names server.

Configuring a Default Domain for Clients (2/4) For example, if the client tnsnames.ora file contains a net service name of sales.us.acme.com, the user can enter the following connect string: –CONNECT –In this example, sales gets searched as sales.us.acme.com. If the connect string includes the domain extension, such as in CONNECT the domain is not appended.

Configuring a Default Domain for Clients (3/4) If a net service name in a tnsnames.ora file or Oracle Names server is not domain qualified and this parameter is set, the net service name must be entered with a dot ("."). For example, if domain is set to us.acme.com and the client tnsnames.ora file contains a net service name of sales, the user would enter the following connect string: –CONNECT

Configuring a Default Domain for Clients (4/4) Start Net8 Assistant In the navigator pane, expand Local > Profile. From the list in the right pane, select Naming. Click the Oracle Names tab In the Default Domain field, enter the domain. Choose File > Save Network Configuration.

Routing Connection Requests Start Net8 Assistant In the navigator pane, expand Local > Profile. From the list in the right pane, select General. Click the Routing tab Click the preferred way you want connection requests routed. Choose File > Save Network Configuration.

Configuring Advanced Profile Information (1/2) The sqlnet.ora file can be configured with the following advanced parameters: –SQLNET.EXPIRE_TIME (TNS Time Out Value) Sets a dead connection time-out value. –SQLNET.CLIENT_REGISTRATION (Client Registration ID) Sets a unique identifier for this client machine. This identifier is passed to the listener with any connection request. The identifier can be any string up to 128 characters long. –BEQUEATH_DETACH (Turn Off UNIX Signal Handling) Since the client application spawns a server process internally through the Bequeath protocol as a child process, the client application becomes responsible for cleaning up the child process when it completes. When the server process completes its connection responsibilities, it becomes a defunct process. Signal handlers are responsible for cleaning up these defunct processes. Setting this parameter configures the client profile to pass this process to the UNIX init process by disabling signal handlers. –DISABLE_OOB (Disable Out-of-Band Break ) If deselected or turned OFF, enables Net8 to send and receive "break" messages using urgent data provided by the underlying protocol. If selected or turned ON, disables the ability to send and receive "break" messages using urgent data provided by the underlying protocol. Once enabled, this feature applies to all protocols used by this client.

Configuring Advanced Profile Information (2/2) Start Net8 Assistant In the navigator pane, expand Local > Profile. From the list in the right pane, select General. Click the Advanced tab Enter the values for the option(s) you would like to set. Choose File > Save Network Configuration.