ORACLE ORAchk. Using Class of Secure Transport (COST) to Restrict Instance Registration (ÿÿ ID ) APPLIES TO: GOAL

Size: px
Start display at page:

Download "ORACLE ORAchk. Using Class of Secure Transport (COST) to Restrict Instance Registration (ÿÿ ID ) APPLIES TO: GOAL"

Transcription

1 版权所有 (C) 2018, Oracleÿ 保留所有权利 Using Class of Secure Transport (COST) to Restrict Instance Registration (ÿÿ ID ) In this Document Goal Solution References APPLIES TO: Oracle Database - Enterprise Edition - Version to [Release 10.2 to 11.2] Oracle Net Services - Version to [Release 10.2 to 11.2] Information in this document applies to any platform. GOAL ORACLE ORAchk In addition to this note, also take a look at proactive Database Healthchecks provided by ORACHK Find out more To demonstrate how the COST parameter "SECURE 一 REGISTERJistener name 一 =" is used to restrict instance registration with database listeners. With this COST restriction in place only local instances will be allowed to register. These instructions can be used to address the issues published in Oracle Security Alert CVE by using COST to restrict connections to only local instances. About COST The class of secure transports (COST) parameters specify a list of transports that are considered secure for administration and registration of a particular listener. The COST parameters identify which transports are considered secure for that installation and whether the administration of a listener requires secure transports. COST will not affect client connections utilizing other protocols. For more details and for information about other available COST parameters please see the 11.2 Network Administrators Guide and Network Reference. About the IPC Protocol IPC protocol support is similar to BEQ protocol support in that it can only be used when the client program and the Oracle server are installed on the same system. IPC protocol support differs from BEQ protocol support in that it can be used with Oracle Shared Server configurations. IPC protocol support requires a listener for its operation. For more information about IPC please see Doc ID "IPC Explained".

2 Oracle versions that support COST Although not documented in the Oracle log Network Administration Guides COST parameters and functionality are supported as of Starting with Oracle Database Version and Oracle Database 12c ( ), the screening of service registration requests from database instances is performed using the Oracle Listener inherent "Valid Node Checking for Registration" feature. Oracle recommends using the "VNCR" feature in and 12c as an alternative to COST if the implementation is only to regulate database service registration requests with Listeners. If COST parameters are needed for Oracle Database or 12c for other or for additional reasons, then they should be used as intended. For more information information about "Valid Node Checking for Registration" in and 12c please reference the following links: Oracle Net 12c: Valid Node Checking For Registration (VNCR) (Doc ID ) Oracle Database Net Services Reference 12c Release 1(12.1) New features overview Oracle Clusterware Administration and Deployment Guide 12c Release 1(12.1) SCAN Listeners and Service Registration Restriction With Valid Node Checking SOLUTION There are two methods that can be used to protect the listener using COST nsecure_registerjistener_name =" in stand alone database installations. 1) Restricting registration to the TCP protocol (Requires the fix for BUG: ) _ or _ 2) Restricting registration to the IPC protocol (The patch for BUG: is NOT required for the IPC method) Either method accomplishes the same goal but it is your choice which to implement. Both methods will be discussed. Topics in this section:

3 m~~ 1) Setting a COST restriction using the TCP protocol to limit registration to local instances, 2) Setting a COST restriction using the IPC protocol to limit registration to local instances. 3) Verifying that COST is working. 1) Setting a COST restriction using the TCP protocol to limit registration to local instances. The patch for bug: allows for registration of the local node over TCP protocol provided that TCP is listed as a secure transport for registration. With the fix for in place registration attempts from non-local nodes over TCP will be refused. This patch is a requirement when securing a stand alone database listener and using the TCP protocol for registration. The patch for bug: can be used with all Oracle installations that utilize a listener whether they are RAC installations or standalone databases. Client Server Client 1 Listener Database k > Client ] J S5 SECURE_REGISTER_listener_name=(TCP) restricts communication between the database and the listener but does not affect client communication protocols. Steps: 1.1) Obtain and apply the patch for bug:

4 1.2) Add the COST TCP protocol restriction "SECURE_REGISTER_[listener_name] = (TCP)" to the listener.ora. Match the COST parameter variable listener_name with the name of the listener you are using in the listener.ora, e.g., If your listener name is " LISTENER_PROD" then use SECURE_REGISTER_LISTENER_PROD = (TCP) LISTENER_PRÿD = (DESCRIPTIÿN_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL TCP)(HOST = netfl-bde)(port = 1551)) SECURE REGISTER LISTENER PROD = (TCP) The database must be using the TCP protocol to register with the listener. Check the value of the startup parameter locauistener to confimÿ Important for grid installations: The grid agent uses the IPC protocol to contact and manage the listener so both IPC and TCP must be enabled in this step. For a grid environment use the following value, SECURE REGISTER LISTENER PROD = (IPC,TCP) 1.3) Restart the listener. The listener will now only accept database registration information from the local database and over TCP. With COST enabled for the TCP protocol attempts to register with the listener from anything other than the local system using TCP is rejected and an event is logged in the listener log. ll-may :27:23 * service_register_nsgr * 1194 TNS-01194: The listener command did not arrive in a secure transport 2) Setting a COST restriction using the IPC protocol to limit registration to local instances.

5 In the following section the IPC keyname "REGISTER" is being used as an example. IPC keynames must be unique for each listener on the same system, if the keyname "REGISTER" is used on the first of two listeners then the second listener must have a different keyname, e.g.,,,register2". If the setup already has IPC configured then it is a personal choice whether to create additional keys for registration, pre-exising IPC protocol address keynames can also be used for COST. mclient Server Client 1 _i i 丨遲 *.. Listener ~ Database Client SECURE_REGISTER_listener_name=(IPC) restricts communication between the database and the listener but does not affect client communication protocols. Steps: 2.1) Stop the listener 2.2) If it does not already exist, add support for the IPC protocol to the listener configuration " (ADDRESS= (PROTOCOL = IPC) (KEY = REGISTER)) If you already have an IPC key defined you may use it as is. Also add the COST parameter " SECURE_REGISTER_[listener_name] = (IPC) Match the COST parameter variable listener name with the name of the 一 listener you are using in the listener.ora, e.g., If your listener name is "LISTENER_PRÿD" then use SECURE REGISTER LISTENER PROD = (IPC) LISTENER.ORA LISTENER PROD

6 (DESCRIPTION LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = 工 PC)(KEY = REGISTER)) (ADDRESS = (PROTOCOL = TCP)(HOST = netfl-bde)(port = 1551)) SECURE REGISTER LISTENER PROD = (IPC) 2.3) Start the listener. LSNRCTL> start listener_prÿd Starting /uol/app/oracle/product/ll.2.0.3/bin/tnslsnr: please wait... TNSLSNR for Solaris: Version Production System parameter file is /uol/app/oracle/product/ll.2.0.3/network/admin/listener.ora Log messages written to /uol/app/oracle/diag/tnslsnr/netfl-bde/listener/alert/log.xml Listening on: (DESCRIPTIÿN=(ADDRESS=(PRÿTÿCÿL=ipc)(KEY=REGISTER))) Listening on: (DESCRIPTION:(ADDRESS=(PRÿTÿCÿL=tcp)(HÿST=netfl_bde us oracle com)(pÿrt=1551))) Connecting to (DESCRIPTION:(ADDRESS=(PRÿTÿCÿL=IPC)(KEY=REGISTER))) STATUS of the LISTENER Alias Version Start Date Uptime Trace Level Security SNMP Listener Parameter File Listener Log File Listening Endpoints Summary... (DESCRIPTIÿN=(ADDRESS=(PRÿTÿCÿL=ipc)(KEY=REGISTER))) (DESCRIPTIÿN=(ADDRESS=(PRÿTÿCÿL=tcp)(HÿST=netfl_bde.us.ÿracle.cÿm)(PÿRT=1551))) The listener supports The command completed LISTENER PROD TNSLSNR for Solaris: Version APR :34:20 0 days 0 hr. 0 min. 0 sec off ON: Local OS Authentication Production OFF /u01/app/oracle/product/ /network/admin/listener.ora /uol/app/oracle/diag/tnslsnr/netfl-bde/listener/alert/log.xml no services successfully 2.4) Replace the TCP address in the database localjistener parameter with the IPC address used by the listener. Some installations may be using a pfile rather than spfile as this example shows. In that case modify the pfile startup parameter to provide the same functionality.

7 SQL> show parameter local_listener NAME TYPE VALUE local listener string (ADDRESS = (PROTOCOL = TCP)(HO ST = netfl-bde)(port = 1551)) SQL> alter system set local_listener='(description=(address=(protocol=ipc)(key=register)))! scope = both; System altered. SQL> show parameter local_listener NAME TYPE VALUE local listener string (DESCRIPTIÿN=(ADDRESS=(PRÿTÿCÿ L=IPC> (KEY=REGISTER))) 2.5) Verify that the instance is now registered with the listener. LSNRCTL> services listener_prÿd Connecting to (DESCRIPTION:(ADDRESS=(PRÿTÿCÿL=IPC)(KEY=REGISTER))) Services Summary... Service "N11203.us.oracle.comn has 1 instance(s). Instance "N11203", status READY, has 1 handler(s) for this Handler(s): 'DEDICATED' established:0 refused:0 state:ready LOCAL SERVER The command completed successfully service.. With COST enabled attempts to register with the listener using a protocol other than IPC is rejected and an event is logged in the listener log. ll-may :27:23 * service_register_nsgr * 1194 TNS-01194: The listener command did not arrive in a secure transport 3) Verifying that COST is working Overview: To confirm the functionality of a COST configuration in a standalone database environment start the COST protected listener and attempt to register with it from a remote machine. A remotely registered instance will display as "REMOTE SERVER" in Isnrctl services output.

8 This is just one example of how to check. Configurations and listener output may vary per setup but the test logic remains the same; can an unauthorized protocol register with the listener? This same testing methodology can be used for COST restrictions using IPC, TCP or TCPS protocol or any combinations thereof. prerequisites: If the installation is using COST with a TCP restriction the patch for bug: should have already been applied. Two systems are required, the installation and listener you are verifying and a remote instance with which to attempt registration. Test Logic: First ensure that remote registration will take place with COST disabled, then re-enable COST and verify that it is restricting the same remote registration attempts. In this example patch is installed and COST is configured to restrict registration to the local node only over the TCP protocol. Steps: 3.1) Comment the COST rule in listener.ora and restart the listener. LISTENER_PRÿD = (DESCRIPTION = (ADDRESS_LIST= (ADDRESS=(PRÿTÿCÿL=IPC)(KEY=EXTPRÿC2)) (ADDRESS=(PROTOCOL = TCP)(HOST=netf1-bde)(PORT=1551)) #SECURE_REGISTER_LISTENER PRÿD = (TCP) 3.2) At the remote system that will be sending registration information to the listener being tested, load the target listeners TCP address into the database initialization parameter "remoteÿistener=". Enclose the address in single quotes and use the scope clause "scope=memory;". This action will tell the instance to also send registration packets to the remote listener over TCP. [mes2]/uol/app/oracle/product/10.2.0> sqlplus "/ as sysdba" SQL*Plus: Release Production on Fri May 4 10:11: Connected to: Oracle Database log Enterprise Edition Release bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options SQL> show parameter remote_listener; NAME TYPE VALUE remote listener string

9 SQL> alter system set remote_listener='(address=(protocol=tcp)(host=netf1-bde)(port=1551)) i scope=memory; System altered. 3.3) Back at the listener you should now see a service handler created for the remotely registered instance. Notice how it is listed as a REMOTE SERVER. LSNRCTL> services listener_prÿd Connecting to (DESCRIPTION:(ADDRESS=(PRÿTÿCÿL=IPC)(KEY=EXTPRÿC2))) Services Summary... Service "N102.us.oracle.com" has 1 instance(s). Instance "N102", status READY, has 1 handler(s) for this service... Handler(s): "DEDICATED" established:0 refused:0 state:ready REMOTE SERVER (ADDRESS=(PROTOCOL=TCP)(H0ST=mes2)(PORT=1521)) The command completed successfully 3.4) With remote registration confirmed test COST. Remove the comment from the COST parameter in the listener.ora and restart the listener. COST is now protecting the listener from registration attempts that are not coming from the local node. 3.5) At the remote instance force another registration attempt by issuing the SQL command "alter system register;". SQL> alter system register; System altered. SQL> 3.6) Check the listener for service handlers, no handlers for REMOTE SERVER(s) should be seen. [oracle@bde]$ lsnrctl LSNRCTL for Linux: Version MAY :42:57 Copyright (c) 1991, 2010, Oracle. All rights reserved. Welcome to LSNRCTL, type "help" for information. LSNRCTL> services listener_prod Connecting to (DESCRIPTION:(ADDRESS=(PRÿTÿCÿL=IPC)(KEY=EXTPRÿC2))) The listener supports no services The command completed successfully

10 3.7) Check the listener log, TNS messages will occur with each registration attempt that was refused. tail /uol/app/oracle/product/ /network/log/listener.log 04-MAY :43:03 * (CÿNNECT_DATA=(CID=(PRÿGRAM=)(HÿST=netfl_bde)(USER=oracle)) (CÿMMAND=services)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSIÿN= )) * services * 0 04-MAY :43:05 * service_register_nsgr * 1194 TNS-01194: The listener command did not arrive in a secure transport 04-MAY :44:05 * service register NSGR * 1194 TNS-01194: The listener command did not arrive in a secure transport With COST enabled the results of steps 3.6 and 3.7 above are expected and confirm that the COST registration restriction is working properly. 3.8) When finished testing dear the remotejistener value of the remote instance either by restarting or replacing the parameter in memory with a null string. SQL> alter system set remÿte_listener= i i scope=memory; System altered. This same test method will also confirm COST restrictions that are set to IPC or TCPS. Patch/fix information for BUG: The fix for BUG: will be included in Oracle PSU's that include the fix: Cumulative Patch Inclusion - DBPSU (Released) Cumulative Patch Inclusion - DBPSU (Released) Cumulative Patch Inclusion - DBPSU (Released) Cumulative Patch Inclusion - DBPSU (Released) Cumulative Patch Inclusion - DBPSU (Released)

11 Windows patch availability for bugfix: : is included in bundle 6 (Released) 32-bit : Patch bit : Patch : is included in bundle 19 (Released) 32-bit : Patch bit : Patch : is included in bundle 46 (Released) : is included in bundle 17 (Released) REFERENCES NOTE:134Q Using Class of Secure Transport (COST) to Restrict Instance Registration in Oracle RAC NÿTE: IPC Explained NQTE: Valid Node Checking For Registration (VNCR) NOTE:1455Q Force Connections to a Specific Database Service When two Identical Services are Registered to CMAN 未找到您要查找的产品?

Using Connection Manager to manage seamless seamless HA (RAC & DG) DB connectivity. Mark Abell Oracle DBA / Developer since 1985 (V4)

Using Connection Manager to manage seamless seamless HA (RAC & DG) DB connectivity. Mark Abell Oracle DBA / Developer since 1985 (V4) Using Connection Manager to manage seamless seamless HA (RAC & DG DB connectivity Mark Abell Oracle DBA / Developer since 1985 (V4 What is Connection Manager? (the official answer Oracle Connection Manager

More information

Convert a Single Instance Database to Oracle RAC 10g on RHEL4 Using Grid Control

Convert a Single Instance Database to Oracle RAC 10g on RHEL4 Using Grid Control Convert a Single Instance Database to Oracle RAC 10g on RHEL4 Using Grid Control Alejandro Vargas Oracle Israel March 15, 2007 Conversion steps in brief...2 Convert Single Instance Database To Cluster

More information

Grid Control Patch Set Step by Step Install On Linux

Grid Control Patch Set Step by Step Install On Linux Grid Control Patch Set 10.2.0.3 Step by Step Install On Linux Alejandro Vargas 11/02/2007 INDEX About This Document...2 1. Check your Grid Control Database Version...2 2. Download the last Patch Set for

More information

1 How These Notes Are Organized. 2 Certification Information

1 How These Notes Are Organized. 2 Certification Information Oracle Fail Safe Release Notes Release 4.1.1 for Microsoft Windows E57060-01 January 2015 This document describes the new features in this release, software errors fixed, software compatibility, hardware

More information

Oracle Database Listener Security Guide. January 2004 INTEGRIGY. Mission Critical Applications Mission Critical Security

Oracle Database Listener Security Guide. January 2004 INTEGRIGY. Mission Critical Applications Mission Critical Security Oracle Database Listener Security Guide January 2004 INTEGRIGY Mission Critical Applications Mission Critical Security Oracle Database Listener Security Guide October 2002 March 2003 Updated January 2004

More information

FLASHBACK RAC DATABASE TO RESTORE POINT Y. MORAN

FLASHBACK RAC DATABASE TO RESTORE POINT Y. MORAN I could not find any relevant documanet of RAC - Flashback on the net. So, I want to share my experiances with you. Check crs status. ora...t2.inst application ONLINE ONLINE rcnode2 Shutdown the database

More information

Author A.Kishore Convert 11gR2 non-rac database to RAC database using rconfig

Author A.Kishore   Convert 11gR2 non-rac database to RAC database using rconfig Convert 11gR2 non-rac database to RAC database using rconfig I ve installed the new 11gR2 clustered ORACLE_HOME at /d01/oracle/app/oracle/product/11.2.0/dbhome_1 on both the nodes linux1 and linux2 New

More information

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved.

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment Objectives After completing this lesson, you should be able to: Use Enterprise Manager to: Create additional listeners Create Oracle Net Service aliases Configure

More information

Configuring SSL for Oracle Client Authentication and Encryption with DoD Common Access Cards Using Microsoft Certificate Store April 2018

Configuring SSL for Oracle Client Authentication and Encryption with DoD Common Access Cards Using Microsoft Certificate Store April 2018 Configuring SSL for Oracle Client Authentication and Encryption with DoD Common Access Cards Using Microsoft Certificate Store April 2018 Disclaimer: The original version of this document, titled HowTo:

More information

HA Monitor Kit for Oracle

HA Monitor Kit for Oracle For Linux (R) (x86) Systems HA Monitor Kit for Oracle Description and User's Guide 3000-9-135-10(E) Relevant program products P-F9S2C-E1121 HA Monitor Kit for Oracle 01-01 (for Red Hat Enterprise Linux

More information

Oracle 12c Grid Infrastructure Management Repository Everything You Wanted To Know

Oracle 12c Grid Infrastructure Management Repository Everything You Wanted To Know Oracle 12c Grid Infrastructure Management Repository Everything You Wanted To Know Mark V. Scardina - Director Oracle QoS Management & Oracle Autonomous Health Framework Copyright 2016, Oracle and/or its

More information

ORACLE NETWORKING: CONFIGURING BASIC NET8/SQL*NET COMPONENTS

ORACLE NETWORKING: CONFIGURING BASIC NET8/SQL*NET COMPONENTS ch03.qxd 10/30/2000 2:49 PM Page 57 C H A P T E R 3 ORACLE NETWORKING: CONFIGURING BASIC NET8/SQL*NET COMPONENTS CHAPTER OBJECTIVES In this chapter, you will learn about: Setting Up Networking Configuration

More information

Oracle Database 11g: Administration Workshop I Release 2

Oracle Database 11g: Administration Workshop I Release 2 Oracle University Contact Us: 55-800-891-6502 Oracle Database 11g: Administration Workshop I Release 2 Duration: 5 Days What you will learn This course is designed to give you a firm foundation in basic

More information

Migrate Databases to Exadata Using RMAN Duplicate

Migrate Databases to Exadata Using RMAN Duplicate Migrate Databases to Exadata Using RMAN Duplicate BY UMAIR MANSOOB Who Am I Oracle Certified Administrator from Oracle 7 12c Exadata Certified Implementation Specialist since 2011 Oracle Database Performance

More information

Net Services - Best Practices for Database Performance, Scalability and High-Availability

Net Services - Best Practices for Database Performance, Scalability and High-Availability Net Services - Best Practices for Database Performance, Scalability and High-Availability Keywords: Kuassi Mensah Oracle Corporation USA Net Manager, NetCA, Net Listener, IPv6, TCP, TNS, LDAP, Logon Storm.

More information

Using Oracle Clusterware to Protect Oracle Database 10g with Oracle Enterprise Manager Grid Control Integration

Using Oracle Clusterware to Protect Oracle Database 10g with Oracle Enterprise Manager Grid Control Integration Using Oracle Clusterware to Protect Oracle Database 10g with Oracle Enterprise Manager Grid Control Integration An Oracle White Paper February 2008 Introduction This paper follows on from the existing

More information

Author A.Kishore

Author A.Kishore Enable AutoConfig on Applications Database Tier Steps to Perform On All Oracle RAC Nodes 1> Execute $AD_TOP/bin/admkappsutil.pl on the applications tier to generate an appsutil.zip file for the database

More information

Exadata Database Machine Administration Workshop NEW

Exadata Database Machine Administration Workshop NEW Exadata Database Machine Administration Workshop NEW What you will learn: This course introduces students to Oracle Exadata Database Machine. Students learn about the various Exadata Database Machine features

More information

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals Oracle University Contact Us: 001-855-844-3881 & 001-800-514-06-9 7 Oracle Database: SQL and PL/SQL Fundamentals Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals training

More information

Oracle Services on RAC

Oracle Services on RAC Oracle Services on RAC How They Work and What You Should Use Them For Five Things You Might Not Know JEREMY SCHNEIDER jeremy.schneider@ardentperf.com Chicago ENFJ Music Theology Swing Dancing Motorcycles

More information

Manually create oracle 9i database in RedHat Linux Advanced Server 2.1 by M.B.G.Suranga De Silva

Manually create oracle 9i database in RedHat Linux Advanced Server 2.1 by M.B.G.Suranga De Silva Manually create oracle 9i database in RedHat Linux Advanced Server 2.1 by M.B.G.Suranga De Silva (suranga@ceylonlinux.com 1 Install Redhat Advanced Server 2.1 with X and GNOME and KDE 2 Choose Advanced

More information

What s Next with Oracle RAC?

What s Next with Oracle RAC? What s Next with Oracle RAC? Sandesh Rao Senior Director, Oracle Real Application Clusters (RAC) Database Development Copyright 2015, Oracle and/or its affiliates. All rights reserved. Oracle RAC 12c Rel.

More information

Oracle Database 12c: Administration Workshop Ed 2

Oracle Database 12c: Administration Workshop Ed 2 Oracle University Contact Us: +40 21 3678820 Oracle Database 12c: Administration Workshop Ed 2 Duration: 5 Days What you will learn The Oracle Database 12c: Administration Workshop will teach you about

More information

Oracle Database 12c: Administration Workshop Ed 2

Oracle Database 12c: Administration Workshop Ed 2 Oracle Database 12c: Administration Workshop Ed 2 Duration 5 Days What you will learn The Oracle Database 12c: Administration Workshop will teach you about the Oracle Database architecture. You will discover

More information

Install Legato Networker Server 7.1 on Windows 2000 Professional

Install Legato Networker Server 7.1 on Windows 2000 Professional Install Legato Networker Server 7.1 on Windows 2000 Professional By: Loc Huynh Last Update: 22-Feb-05 Table of Contents: 1. Pre-installation...2 2. Installation...2 3. Backup Oracle 9i Database...3 a.

More information

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE ORACLE 11gR2 DBA by Mr. Akal Singh ( Oracle Certified Master ) INTRODUCTION to ORACLE COURSE CONTENT Exploring the Oracle Database Architecture List the major architectural components of Oracle Database

More information

Exadata Database Machine: 12c Administration Workshop Ed 1

Exadata Database Machine: 12c Administration Workshop Ed 1 Oracle University Contact Us: 20 (0)2 35350254 Exadata Database Machine: 12c Administration Workshop Ed 1 Duration: 5 Days What you will learn This course introduces students to Oracle Exadata Database

More information

Exadata Database Machine Administration Workshop

Exadata Database Machine Administration Workshop Exadata Database Machine Administration Workshop Duration : 32 Hours This course introduces you to the Oracle Exadata Database Machine. You'll learn about the various Exadata Database Machine features

More information

SCAN,VIP,HAIP,etc. By Riyaj Shamsudeen Blog: orainternals.wordpress.com

SCAN,VIP,HAIP,etc. By Riyaj Shamsudeen Blog: orainternals.wordpress.com SCAN,VIP,HAIP,etc. By Riyaj Shamsudeen Blog: orainternals.wordpress.com OraInternals Riyaj Shamsudeen Who am I? 19 years using Oracle products/dba OakTable member Oracle ACE Director Certified DBA versions

More information

Oracle Database 12c R2: Administration Workshop Ed 3 NEW

Oracle Database 12c R2: Administration Workshop Ed 3 NEW Oracle Database 12c R2: Administration Workshop Ed 3 NEW Duration: 5 Days What you will learn The Oracle Database 12c R2: Administration Workshop Ed 3 course is designed to provide you with a firm foundation

More information

Oracle Audit Vault. 1 Downloading the Latest Version of This Document. 2 Installing the Oracle Audit Vault Patch Set on the Audit Vault Server

Oracle Audit Vault. 1 Downloading the Latest Version of This Document. 2 Installing the Oracle Audit Vault Patch Set on the Audit Vault Server Oracle Audit Vault Release Notes Patch Set 2 Release 10.2.3.2 E14466-02 November 2009 These Release Notes contain important information that was not included in the Oracle Audit Vault Patch Set 2 Release

More information

Steps how to duplicate a database to a new machine. Version 10gR2

Steps how to duplicate a database to a new machine. Version 10gR2 Steps how to duplicate a database to a new machine. Version 10gR2 First take a fresh backup of the target database set the ORACLE_* variables If the databse is running in noarchivelog mode, shut it down

More information

Oracle Database 12c R2: Administration Workshop Ed 3

Oracle Database 12c R2: Administration Workshop Ed 3 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 12c R2: Administration Workshop Ed 3 Duration: 5 Days What you will learn The Oracle Database 12c R2: Administration Workshop Ed 3 course

More information

Oracle Database 12c: Administration Workshop Ed 2 NEW

Oracle Database 12c: Administration Workshop Ed 2 NEW Oracle Database 12c: Administration Workshop Ed 2 NEW Duration: 5 Days What you will learn The Oracle Database 12c: Administration Workshop will teach you about the Oracle Database architecture. You will

More information

Oracle Utilities Data Model Installation Guide. Release 12.2

Oracle Utilities Data Model Installation Guide. Release 12.2 Oracle Utilities Data Model Installation Guide Release 12.2 E81920-01 September 2017 Oracle Utilities Data Model Installation Guide, Release 12.2 E81920-01 Copyright 2011, 2017, Oracle and/or its affiliates.

More information

Help Us Help You - TFA Collector and the Support Tools Bundle

Help Us Help You - TFA Collector and the Support Tools Bundle Help Us Help You - TFA Collector and the Support Tools Bundle Bryan Vongray Senior Principal Technical Support Engineer Oracle Support October 24, 2018 Copyright 2018, Oracle and/or its affiliates. All

More information

Exadata Database Machine: 12c Administration Workshop Ed 2

Exadata Database Machine: 12c Administration Workshop Ed 2 Oracle University Contact Us: 800-260-690 Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days What you will learn This Exadata Database Machine: 12c Administration Workshop training

More information

Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days

Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days This Exadata Database Machine: 12c Administration Workshop introduces you to Oracle Exadata Database Machine. Explore the various

More information

Exadata Database Machine: 12c Administration Workshop Ed 2

Exadata Database Machine: 12c Administration Workshop Ed 2 Oracle University Contact Us: 00 9714 390 9050 Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days What you will learn This Exadata Database Machine: 12c Administration Workshop

More information

Oracle.ActualTests.1Z0-026.v by.Ramon.126q

Oracle.ActualTests.1Z0-026.v by.Ramon.126q Oracle.ActualTests.1Z0-026.v2009-03-19.by.Ramon.126q Number: 1Z0-026 Passing Score: 800 Time Limit: 120 min File Version: 22.4 http://www.gratisexam.com/ Oracle 1z0-026 Exam Exam Name: Network Administration

More information

Upgrade Completed Successfully. Has it Really??

Upgrade Completed Successfully. Has it Really?? www.ntirety.com Upgrade Completed Successfully. Has it Really?? NYOUG New York City September 29, 2005 Michael S. Abbey Database Officer Oracle Practice www.ntirety.com 2 Agenda The software / server Applications

More information

ORACLE SECURITY. Francisco Munoz Alvarez

ORACLE SECURITY. Francisco Munoz Alvarez ORACLE SECURITY Francisco Munoz Alvarez Oracle ACE Director President CLOUG, LAOUC & NZOUG IOUC LA Spokesperson 8/9/10g/11g OCP, RAC OCE, AS OCA, E-Business OCP, SQL/PLSQL OCA, Oracle 7 OCM Oracle 7, 11GR2

More information

Oracle Database 12c: Administration Workshop Duration: 5 Days Method: Instructor-Led

Oracle Database 12c: Administration Workshop Duration: 5 Days Method: Instructor-Led Oracle Database 12c: Administration Workshop Duration: 5 Days Method: Instructor-Led Certification: Oracle Database 12c Administrator Certified Associate Exam: Oracle Database 12c: Installation and Administration

More information

"Charting the Course... Oracle 18c DBA I (3 Day) Course Summary

Charting the Course... Oracle 18c DBA I (3 Day) Course Summary Oracle 18c DBA I (3 Day) Course Summary Description This course provides a complete, hands-on introduction to Oracle Database Administration including the use of Enterprise Manager (EMDE), SQL Developer

More information

Veritas Cluster Server Database Agent for Oracle Configuration Guide

Veritas Cluster Server Database Agent for Oracle Configuration Guide Veritas Cluster Server Database Agent for Oracle Configuration Guide Windows 2000, Windows Server 2003 5.0 11293744 Veritas Cluster Server Database Agent for Oracle, Configuration Guide Copyright 2007

More information

How connect Oracle Database with Ms SQL Server Database By shoaib

How connect Oracle Database with Ms SQL Server Database By shoaib How connect Oracle Database with Ms SQL Server Database By shoaib Here I have Install MS SQL Server 2005 (32- Bit) On Windows server 2003 R2 (64 Bit) So we install DG4ODBC driver (64 Bit) on Server where

More information

Oracle RAC Course Content

Oracle RAC Course Content 1 Oracle RAC Course Content Oracle 11g R2 Grid Infrastructure Concepts What is a Cluster Grid Foundation Components Oracle Clusterware Architecture Oracle Clusterware Software and Storage Describe ASM

More information

An Oracle White Paper April Deploying Oracle Data Guard with Oracle Database Appliance

An Oracle White Paper April Deploying Oracle Data Guard with Oracle Database Appliance An Oracle White Paper April 2012 Deploying Oracle Data Guard with Oracle Database Appliance Table of Contents Introduction... 2 Why do I need a standby database environment?... 2 Why Oracle Data Guard?...

More information

Oracle Database 11g: Administration Workshop I Release 2

Oracle Database 11g: Administration Workshop I Release 2 Oracle Database 11g: Administration Workshop I Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: Administration Workshop I Release 2 course explores the fundamentals of basic database

More information

Oracle - Exadata Database Machine: 12c

Oracle - Exadata Database Machine: 12c Oracle - Exadata Database Machine: 12c Administration Workshop Ed 2 Code: Lengt h: URL: D92889GC20 5 days View Online This Exadata Database Machine: 12c Administration Workshop training introduces you

More information

Exdata Database Machine: 12c Administration Workshop Ed 2

Exdata Database Machine: 12c Administration Workshop Ed 2 Exdata Database Machine: 12c Administration Workshop Ed 2 Duration 5 Days What you will learn This Exadata Database Machine: 12c Administration Workshop training introduces you to Oracle Exadata Database

More information

BPPM 9.5 Reporting Best Practice FAQs. Q: Can we create custom executive reports, combining Event reports, Impact reports and Performance reports?

BPPM 9.5 Reporting Best Practice FAQs. Q: Can we create custom executive reports, combining Event reports, Impact reports and Performance reports? Q: Can we create custom executive reports, combining Event reports, Impact reports and Performance reports? Q: Is the reporting studio part of the BPPM Reporting Server licensing? A: Please discuss licensing

More information

Disaster Recovery: Restore Database from One Server to another Server when Different Location

Disaster Recovery: Restore Database from One Server to another Server when Different Location Disaster Recovery: Restore Database from One Server to another Server when Different Location Mohamed Azar Oracle DBA http://mohamedazar.wordpress.com 1 Mohamed Azar http://mohamedazar.wordpress.com Step

More information

Oracle 12C DBA Online Training. Course Modules of Oracle 12C DBA Online Training: 1 Oracle Database 12c: Introduction to SQL:

Oracle 12C DBA Online Training. Course Modules of Oracle 12C DBA Online Training: 1 Oracle Database 12c: Introduction to SQL: Course Modules of Oracle 12C DBA Online Training: 1 Oracle Database 12c: Introduction to SQL: A. Introduction Course Objectives, Course Agenda and Appendixes Used in this Course Overview of Oracle Database

More information

Course: Oracle Database 12c R2: Administration Workshop Ed 3

Course: Oracle Database 12c R2: Administration Workshop Ed 3 Course: Oracle Database 12c R2: Administration Workshop Ed 3 The Oracle Database 12c R2: Administration Workshop Ed 3 course is designed to provide you with a firm foundation in administration of an Oracle

More information

Supported Fujitsu BS2000 Servers (page 1) Known Restrictions, Issues, and Workarounds (page 3) Documentation Accessibility (page 8)

Supported Fujitsu BS2000 Servers (page 1) Known Restrictions, Issues, and Workarounds (page 3) Documentation Accessibility (page 8) Oracle Database Release Notes 12c Release 1 (12.1) for Fujitsu BS2000/OSD E74140-02 January 2017 This document describes the features of Oracle Database on Fujitsu BS2000/OSD. This release implements the

More information

Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1

Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1 Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1 Duration: 5 Days What you will learn Oracle Database 12c: Clusterware & ASM Admin Accelerated

More information

Installing Oracle9i on IBM xseries 450 with Red Hat Enterprise Linux AS 2.1 for the Itanium Processor

Installing Oracle9i on IBM xseries 450 with Red Hat Enterprise Linux AS 2.1 for the Itanium Processor Installing Oracle9i on IBM xseries 450 with Red Hat Enterprise Linux AS 2.1 for the Itanium Processor July 11, 2003 By: Stephen R. Poon IBM / Oracle International Competency Center San Mateo, California

More information

Oracle Application Express: Administration 1-2

Oracle Application Express: Administration 1-2 Oracle Application Express: Administration 1-2 The suggested course agenda is displayed in the slide. Each lesson, except the Course Overview, will be followed by practice time. Oracle Application Express:

More information

Oracle Enterprise Manager Grid Control

Oracle Enterprise Manager Grid Control Oracle Enterprise Manager Grid Control Installation And Configuration Guide 11g to installation and upgrade, as well as post-installation configuration.. Oracle Enterprise Manager Cloud Control Basic Installation

More information

Running Oracle Database on Docker

Running Oracle Database on Docker Running Oracle Database on Docker Klaus Thielen RAC Development Copyright 2015, Oracle and/or its affiliates. All rights reserved. 3 What is Docker? A software container platform Originated from Linux

More information

Database Instance Setup and Configuration. Oracle Database 10g

Database Instance Setup and Configuration. Oracle Database 10g Database Instance Setup and Configuration Oracle Database 10g Table of Content 1. INTRODUCTION... 3 1.1. PURPOSE OF DOCUMENT... 3 1.2. INTENDED AUDIENCE... 3 1.3. SCOPE OF THIS GUIDE... 3 2. DATABASE CONFIGURATION...

More information

Oracle Database 10g R2. Installation Guide for OEL5(x86) Writer : 이경호

Oracle Database 10g R2. Installation Guide for OEL5(x86) Writer : 이경호 Oracle Database 10g R2 Installation Guide for OEL5(x86) Writer : 이경호 목차 1. 시스템구성... - 2-1.1. 개요... - 2-1.1.1. 정의... - 2-1.1.2. 목적... - 2-1.1.3. 환경... - 2-2. 준비사항... - 2-3. Oracle Install configuration...

More information

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide

Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Solaris x64 Platform Edition 5.0 11997309 Veritas Cluster Server Agent for Oracle Installation and Configuration Guide Copyright

More information

Pentaho Data Integration (PDI) with Oracle Wallet Security

Pentaho Data Integration (PDI) with Oracle Wallet Security Pentaho Data Integration (PDI) with Oracle Wallet Security Change log (if you want to use it): Date Version Author Changes Contents Overview... 1 Before You Begin... 1 Use Case: Oracle in SSL Mode... 1

More information

Chapter 1: Introducing SQL Server

Chapter 1: Introducing SQL Server Leiter ftoc.tex V3-03/25/2009 1:31pm Page xv Introduction xxvii Chapter 1: Introducing SQL Server 2008 1 A Condensed History of SQL Server 1 In the Beginning 1 The Evolution of a Database 1 Microsoft Goes

More information

Oracle Database 12c: RAC Administration Ed 1 LVC

Oracle Database 12c: RAC Administration Ed 1 LVC Oracle University Contact Us: 001-855-844-3881 Oracle Database 12c: RAC Administration Ed 1 LVC Duration: 4 Days What you will learn This Oracle Database 12c: RAC Administration training will teach you

More information

SQL (Structured Query Language)

SQL (Structured Query Language) Dear Student, Based upon your enquiry we are pleased to send you the course curriculum for Oracle DBA 11g SQL (Structured Query Language) Software Installation (Environment Setup for Oracle on Window10)

More information

Reinventing Upgrades, Platform Changes, RAC and More with Database Replay

Reinventing Upgrades, Platform Changes, RAC and More with Database Replay Reinventing Upgrades, Platform Changes, RAC and More with Database Replay Prabhaker Gongloor Product Manager Real Application Testing and Diagnosability Outline Database Replay Motivation Database Replay

More information

Client Connectivity in a DataGuard Environment Harald van Breederode Oracle University 4-DEC-2007

Client Connectivity in a DataGuard Environment Harald van Breederode Oracle University 4-DEC-2007 Client Connectivity in a DataGuard Environment Harald van Breederode Oracle University 4-DEC-2007 1 About Me Senior Principal DBA Trainer Oracle University 25 years Unix Experience 12 years Oracle DBA

More information

Accenture Enkitec Group PATCHING ORACLE MARTIN BACH #DOAGDB17

Accenture Enkitec Group PATCHING ORACLE MARTIN BACH #DOAGDB17 Accenture Enkitec Group PATCHING ORACLE MARTIN BACH #DOAGDB17 ORACLE PATCHING AN OVERVIEW Patching does not need to be scary Knowing what to do and testing should provide enough confidence to rise to the

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle University Contact Us: 0845 777 7711 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Duration: 5 Days What you will learn In this intensive course, you'll learn about

More information

Installation Guide Release for Microsoft Windows

Installation Guide Release for Microsoft Windows [1]Oracle Fail Safe Installation Guide Release 4.1.1 for Microsoft Windows E57046-01 January 2015 Oracle Fail Safe Installation Guide, Release 4.1.1 for Microsoft Windows E57046-01 Copyright 1999, 2015,

More information

Marco Mischke, DOAG Regio Nürnberg. Experts for database solutions.

Marco Mischke, DOAG Regio Nürnberg. Experts for database solutions. DataGuard DOs and DONTs Marco Mischke, 21.12.2017 DOAG Regio Nürnberg About me Oracle DBA since 2000 and Version 7.3.4 Certified Professional 10g, 11g RAC / Cluster Certified Expert 10g, 11g, 12c Oracle

More information

Enterprise Manager: Scalable Oracle Management

Enterprise Manager: Scalable Oracle Management Session id:xxxxx Enterprise Manager: Scalable Oracle John Kennedy System Products, Server Technologies, Oracle Corporation Enterprise Manager 10G Database Oracle World 2003 Agenda Enterprise Manager 10G

More information

Oracle - Oracle Database 12c R2: Administration Workshop Ed 3

Oracle - Oracle Database 12c R2: Administration Workshop Ed 3 Oracle - Oracle Database 12c R2: Administration Workshop Ed 3 Code: Lengt h: URL: 12cDB-A 5 days View Online The Oracle Database 12c R2: Administration Workshop Ed 3 course is designed to provide you with

More information

1Z Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions

1Z Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions 1Z0-432 Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-432 Exam on Oracle Real Application Clusters 12c Essentials... 2 Oracle 1Z0-432

More information

Introduction The goal of this article is to clarify a few questions about Oracle's installation and its many different available modules.

Introduction The goal of this article is to clarify a few questions about Oracle's installation and its many different available modules. Elipse Knowledgebase Installing Oracle 11g Database. Introduction The goal of this article is to clarify a few questions about Oracle's installation and its many different available modules. Differences

More information

Upgrade Oracle Applications from to R12.1.1

Upgrade Oracle Applications from to R12.1.1 Upgrade Oracle Applications from 11.5.10.2 to R12.1.1 System Overview Version 11.5.10.2 Oracle Applications Vision Instance OS: Redhat Linux 4 update 5 Type: Single Node instance Applications OS User 11i

More information

CO Oracle Database 11g: Data Guard Administration

CO Oracle Database 11g: Data Guard Administration CO-52161 Oracle Database 11g: Data Guard Administration Summary Duration 4 Days Audience Database Administrators, Support Engineers and Technical Analysts Level Professional Technology Oracle Database

More information

Oracle Database Appliance: Implementing Disaster Recovery Solutions Using Oracle Data Guard

Oracle Database Appliance: Implementing Disaster Recovery Solutions Using Oracle Data Guard Oracle Database Appliance: Implementing Disaster Recovery Solutions Using Oracle Data Guard Protect production systems while leveraging standby computing power ORACLE WHITE PAPER SEPTEMBER 2017 Introduction

More information

Oracle Database 12c Administration Workshop

Oracle Database 12c Administration Workshop Oracle Database 12c Administration Workshop Course information Days : 5 Total lessons : 18 Suggested Prerequisites : Oracle Database : SQL Fundamentals I Training includes : Experienced trainer(s) Pre-test

More information

APPLICATION SOFTWARE BY : AYA EL-TAWIL

APPLICATION SOFTWARE BY : AYA EL-TAWIL APPLICATION SOFTWARE BY : AYA EL-TAWIL 1. DEFINE THE APPLICATION SOFTWARE? A software which is developed to help the user to perform specific tasks is called application software. Application software

More information

Managing Oracle Database in Oracle Database Exadata Express Cloud Service. Ing. Rita Nuñez

Managing Oracle Database in Oracle Database Exadata Express Cloud Service. Ing. Rita Nuñez Managing Oracle Database in Oracle Database Exadata Express Cloud Service Ing. Rita Nuñez Systems Engineer Oracle DBA CEO of Tecnix Solutions Oracle University Instructor Coordinator Database & RAC AROUG

More information

Oracle Database 12c: Data Guard Administration LVC

Oracle Database 12c: Data Guard Administration LVC Oracle University Contact Us: Local: 0180 2000 526 Intl: +49 8914301200 Oracle Database 12c: Data Guard Administration LVC Duration: 4 Days What you will learn This Oracle Database 12c: Data Guard Administration

More information

Oracle 12c Dataguard Administration (32 Hours)

Oracle 12c Dataguard Administration (32 Hours) Oracle 12c Dataguard Administration (32 Hours) Course Topics Introduction to Oracle Data Guard What Is Oracle Data Guard? Types of Standby Databases Types of Data Guard Services Role Transitions: Switchover

More information

Cisco PCP-PNR Port Usage Information

Cisco PCP-PNR Port Usage Information Cisco PCP-PNR Port Usage Information Page 1 of 18 20-Sep-2013 Table of Contents 1 Introduction... 3 2 Prerequisites... 3 3 Glossary... 3 3.1 CISCO PCP Local Machine... 3 3.1.1 CISCO PCP Component... 4

More information

Oracle Clustering: Oracle 11g Real Application Clusters for Administrators

Oracle Clustering: Oracle 11g Real Application Clusters for Administrators Oracle Clustering: Oracle 11g Real Application Clusters for Administrators Duration: 40Hrs (8 Hours per Day * 5 Days) Oracle 11g Clustering Overview Introduction to Oracle 11g Clusters for Administrators

More information

ORANET- Course Contents

ORANET- Course Contents ORANET- Course Contents 1. Oracle 11g SQL Fundamental-l 2. Oracle 11g Administration-l 3. Oracle 11g Administration-ll Oracle 11g Structure Query Language Fundamental-l (SQL) This Intro to SQL training

More information

Oracle RAC with ASM. IBM Systems and Technology Group IBM Oracle Center march 2012

Oracle RAC with ASM. IBM Systems and Technology Group IBM Oracle Center march 2012 Oracle RAC with ASM ioc@fr.ibm.com IBM Systems and Technology Group IBM Oracle Center march 2012 Unofficial documentation (IBM Internal) 1/53 IBM Oracle Center (IOC) I. Table of Contents I. TABLE OF CONTENTS...

More information

IT115: Oracle Database 12c Administration I

IT115: Oracle Database 12c Administration I IT115: Oracle Database 12c Administration I IT115 Rev.001 CMCT COURSE OUTLINE Page 1 of 12 Training Description: In this training, participants will focus on configuration on supported systems. Also, how

More information

Oracle Database 12c: Data Guard Administration

Oracle Database 12c: Data Guard Administration Oracle University Contact Us: + 38516306373 Oracle Database 12c: Data Guard Administration Duration: 4 Days What you will learn This Oracle Database 12c: Data Guard Administration Ed 1 training teaches

More information

External Database Requirements

External Database Requirements This chapter provides information about how to configure an external database to store information from Cisco Unified Communications Manager IM and Presence Service features. The following IM and Presence

More information

Supported Browsers. Known Issues. Topics. Oracle Cloud. Known Issues for Oracle Database Cloud Service

Supported Browsers. Known Issues. Topics. Oracle Cloud. Known Issues for Oracle Database Cloud Service Oracle Cloud Known Issues for Oracle Database Cloud Service E56337-42 April 2018 Supported Browsers Oracle Cloud supports the following the minimum requirements for web browsers. Web Browser Microsoft

More information

Oracle8i Client. Release Notes

Oracle8i Client. Release Notes Oracle8i Client Release Notes Release 2 (8.1.6) for Windows January 2000 Part No. A73018-01 This document provides important last minute information not included in the documentation set. Specific topics

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 NEW

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 NEW Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 NEW Duration: 5 Days What you will learn This 11g

More information

Supported Operating Environment. Framework

Supported Operating Environment. Framework Supported Operating Environment Framework 6/15/2018 Contents 1 Framework 1.1 General Information - Framework 1.2 Supported Operating Systems 1.3 Supported Browsers 1.4 Supported Database/DB Clusters 1.5

More information

Oracle Database Appliance

Oracle Database Appliance Oracle Database Appliance Release Notes Release 12.1.2.10.0 for Linux x86-64 E83195-01 February 2017 This document may be updated after the most recent version of the product is released. To check for

More information

External Database Requirements

External Database Requirements This guide provides information about how to configure an external database for Cisco Unified Communications Manager IM and Presence Service features. The following features require an external database:

More information

Sql 2005 User's Guide Oracle 11g Release 2

Sql 2005 User's Guide Oracle 11g Release 2 Sql 2005 User's Guide Oracle 11g Release 2 Installer And Opatch Oracle Database Installation Guide 11g Release 2 (11.2) for Microsoft Windows. E47798-04. Copyright U.S. GOVERNMENT END USERS: Oracle programs,

More information