2 Copyright © Oracle Corporation, 2001. All rights reserved. Basic Oracle Net Architecture.

Slides:



Advertisements
Similar presentations
Title of IM2009 Application Session Paper Author(s) Affiliation(s) {john,
Advertisements

3 Copyright © 2005, Oracle. All rights reserved. Designing J2EE Applications.
Copyright Oracle Corporation, All rights reserved. 8 Database Publishing on the Web: An Overview.
Web Services Wisconsin Projects Gerry Coleman Crime Information Bureau
Vrije Universiteit amsterdamPostacademische Cursus Informatie Technologie Web Applications – The Object Web combining servers and client-applications multiple.
Copyright  Oracle Corporation, All rights reserved. 2 Java and Databases: An Overview.
Synera The Software That Thinks Like You Do Synera Technical Presentation.
1 © Copyright 2008 EMC Corporation. All rights reserved. EMC | Captiva Citrix Support for ISIS Captiva EMC Corporation.
Local Area Networks Outline –Basic Components of a LAN –Network Architectures –Topologies and LAN Technologies –Selecting a LAN –Improving LAN Performance.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Application Layer Functionality and Protocols Network Fundamentals – Chapter 3.
CIS 365 Vandana Janeja Nov 27 th 2001 Connecting Cobol programs to Other Languages- Visual Basic, Java,HTML.
13 Copyright © 2004, Oracle. All rights reserved. Oracle Shared Servers.
INTRODUCTION TO ORACLE Lynnwood Brown System Managers LLC Client-Server – Lecture 4 Copyright System Managers LLC 2007 all rights reserved.
5 Copyright © 2008, Oracle. All rights reserved. Configuring the Oracle Network Environment.
5 Copyright © 2007, Oracle. All rights reserved. Configuring the Oracle Network Environment.
Beyond DHTML So far we have seen and used: CGI programs (using Perl ) and SSI on server side Java Script, VB Script, CSS and DOM on client side. For some.
Oracle8 JDBC Drivers Section 2. Common Features of Oracle JDBC Drivers The server-side and client-side Oracle JDBC drivers provide the same basic functionality.
12 Copyright © 2004, Oracle. All rights reserved. Oracle Net Services.
11 Copyright © 2005, Oracle. All rights reserved. Configuring the Oracle Network Environment.
HTTP client wide area network (Internet) HTTP proxy HTTP server HTTP gateway firewall HTTP tunnel Copyright Springer Verlag Berlin Heidelberg 2004.
C Copyright © 2009, Oracle. All rights reserved. Appendix C: Service-Oriented Architectures.
11 Copyright © 2005, Oracle. All rights reserved. Configuring the Oracle Network Environment.
1 Copyright © 2004, Oracle. All rights reserved. Introduction to Oracle Forms Developer and Oracle Forms Services.
CS 493/693: Distributed Systems Programming V. “Juggy” Jagannathan CSEE, West Virginia University March 21, 2005.
® IBM Software Group © 2007 IBM Corporation J2EE Web Component Introduction
Database Application Security Models Database Application Security Models 1.
2 Copyright © 2004, Oracle. All rights reserved. Running a Forms Developer Application.
6 Copyright © 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment.
Mainframe (Host) - Communications - User Interface - Business Logic - DBMS - Operating System - Storage (DB Files) Terminal (Display/Keyboard) Terminal.
3 Copyright © Oracle Corporation, All rights reserved. Basic Oracle Net Server Side Configuration.
Lecture Week 3 Application Layer Functionality and Protocols Network Fundamentals.
CSC 312 Lecture 10 JDBC - Basics. Network Client Machine Server Machine (raptor.cs.mercer.edu) Client Application Server Prog. (Oracle) Database (csc312std)
Module 1: Configuring Routing by Using Routing and Remote Access.
Web application architecture1 Based on Jim Conallen: Web Applications with UML.
JDBC
JSP Server Integrated with Oracle8i Project2, CMSC691X Summer02 Ching-li Peng Ying Zhang.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Application Layer Functionality and Protocols Network Fundamentals – Chapter 3.
Middleware IS 8030 – Integrated Computing Environments Dr. Hoganson Middleware What is middleware? A software interface glue that resides between the operating.
E Copyright © 2006, Oracle. All rights reserved. Oracle Shared Servers.
15 Copyright © 2004, Oracle. All rights reserved. Adding JAAS Security to the Client.
JDBC Chapter 1 JDBC Introduction
5 Copyright © Oracle Corporation, All rights reserved. Usage and Configuration of the Oracle Shared Server.
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.
2 Copyright © 2006, Oracle. All rights reserved. Running a Forms Developer Application.
Building J2EE Applications Based on Design Patterns with Business Components for Java Olivier LE DIOURIS Principal Product Manager Oracle Corporation.
R EMAINING TOPICS IN JDBC Sagun Dhakhwa. O VERVIEW Introduction to JDBC API Types of JDBC Drivers Introduction to ODBC.
12 Copyright © 2004, Oracle. All rights reserved. Application Migration: Overview.
9 Copyright © 2004, Oracle. All rights reserved. Getting Started with Oracle Migration Workbench.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Application Layer Functionality and Protocols Network Fundamentals.
Introduction to Oracle Forms Developer and Oracle Forms Services
Web-based Software Development - An introduction
Introduction to Oracle Forms Developer and Oracle Forms Services
Introduction to Oracle Forms Developer and Oracle Forms Services
Application Layer Functionality and Protocols
System Architecture & Hardware Configurations
Application Layer Functionality and Protocols
DATABASE LINK DISTRIBUTED DATABASE.
Web-based Console for Controlling a Wireless Sensor Network (WeConWSN)
Application Layer Functionality and Protocols
Application Layer Functionality and Protocols
File Operations Access Permissions.
Application Layer Functionality and Protocols
Application Layer Functionality and Protocols
Relentless Distribution
Application Layer Functionality and Protocols
Application Layer Functionality and Protocols
Application Layer Functionality and Protocols
UFCEUS-20-2 Web Programming
Presentation transcript:

2 Copyright © Oracle Corporation, All rights reserved. Basic Oracle Net Architecture

2-2 Copyright © Oracle Corporation, All rights reserved. Objectives After completing this lesson, you should be able to do the following: Explain the key components of the Oracle Net layered architecture Explain Oracle Net Services role in client server connections Describe how web client connections are established through Oracle networking products

2-3 Copyright © Oracle Corporation, All rights reserved. Oracle Net Connections Oracle Net is used to establish connections between applications on a network depending on the following: –The network configuration –The location of the nodes –The application –The network protocol The connections types can be: –Client-Server Application –Web Application Connection

2-4 Copyright © Oracle Corporation, All rights reserved. Client-Server Application Connection: No Middle-Tier ServerClient TTC Forms/SQL*Plus Oracle Net OPS Protocol TTC Oracle Database Oracle Net OPS Protocol

2-5 Copyright © Oracle Corporation, All rights reserved.

2-6 Copyright © Oracle Corporation, All rights reserved. Web Client Application Connections Web browsers can connect to an Oracle server in the following ways: Using a Web Server as a middle tier configured with a: –JDBC Oracle Call Interface (OCI) driver –Thin JDBC driver Connecting directly to an Oracle server using –IIOP –HTTP

2-7 Copyright © Oracle Corporation, All rights reserved. Web Client Application Connection: Java Application Client Server Web Application Server (client) TTC Java application Oracle Net OPS Protocol TTC Oracle database Oracle Net OPS Protocol JDBC Driver

2-8 Copyright © Oracle Corporation, All rights reserved. Web Client Application Connection: Java Applet Client Server Web Application Server (client) JavaTTC Java applet Java Net TCP/IP TTC Oracle database Oracle Net OPS TCP/IP JDBC Thin driver

2-9 Copyright © Oracle Corporation, All rights reserved. Web Client Application Connection: Web Server Middle-Tier Web browser Oracle server User Server Web application server Client Server HTTP TCP/IP Java application or applet

2-10 Copyright © Oracle Corporation, All rights reserved. Web Client Application Connection: No Middle-Tier Server Client HTTP, IIOP Web browser TCP/IP HTTP, IIOP Oracle database OPS TCP/IP

2-11 Copyright © Oracle Corporation, All rights reserved. Web Client Application Connection: No Middle Tier Oracle Server supporting HTTP and IIOP Server IIOP Client Server Client Web browser Web browser HTTP

2-12 Copyright © Oracle Corporation, All rights reserved. Summary In this lesson, you should have learned how to: Explain the key components of the Oracle Net layered architecture Explain Oracle Net Services role in client server connections Describe how web client connections are established through Oracle networking products