Connecting to Oracle 11g Using FDO in AutoCAD Map

Size: px
Start display at page:

Download "Connecting to Oracle 11g Using FDO in AutoCAD Map"

Transcription

1 1 Connecting to Oracle 11g Using FDO in AutoCAD Map 3D 2013 AutoCAD Map 3D can connect to a number of external data sources through FDO (Feature Data Objects. This paper describes how to connect to an Oracle 11g database and create and populate a new data store within that database. While this paper describes the process for AutoCAD Map 3D and Oracle 11g, the process should be similar for other versions of the products. Check the Database Settings and Environment Once you have Oracle installed on the server and the Oracle client application installed on the workstation, you are ready to begin using Oracle as a data source for Map 3D. This paper covers the procedure using AutoCAD Map 3D and Oracle 11g. Log into the Database Control Before we start Oracle and Map 3D, let s check our Oracle environment. We ll use Oracle s Database Control utility to do this.

2 2 Enter the User Name and Password. Be sure to connect as the SYSDBA. Check the Listener and Host Entries Once we ve logged into the Database Control, we ll see the details of the database instance. Click on the Listener entry to see the properties.

3 3 Note the Oracle Home path, the Port (part of the Net Address, and the LISTENER.ORA location. That path usually should contain at least the following files. Once you have noted the LISTENER.ORA path, you can log out of the Database Control. The TNSNAMES.ORA file will look something like this. # tnsnames.ora Network Configuration File: C:\app\zoidberg\product\11.2.0\dbhome_1\network\admin\tnsnames.ora # Generated by Oracle configuration tools. MAPAREA = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP(HOST = localhost(port = 1521 (CONNECT_DATA = (SERVER = DEDICATED (SERVICE_NAME = maparea.ratc.local LISTENER_MAPAREA =

4 4 (ADDRESS = (PROTOCOL = TCP(HOST = localhost(port = 1521 ORACLR_CONNECTION_DATA = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = IPC(KEY = EXTPROC1521 (CONNECT_DATA = (SID = CLRExtProc (PRESENTATION = RO LISTENER_ORCL = (ADDRESS = (PROTOCOL = TCP(HOST = localhost(port = 1521 ORCL = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP(HOST = localhost(port = 1521 (CONNECT_DATA = (SERVER = DEDICATED (SERVICE_NAME = orcl.ratc.local Note the HOST and SERVICE_NAME entries. You will need them when you connect to the data stores through the FDO connections in Map 3D. Depending on your firewall settings, you also may have to open the listener port (in this case 1521 in the firewall. In Windows 7, you can do this through the Advanced Settings option of the firewall dialog (Control Panel > Firewall. Add a new Inbound Rule and select a port as the rule type to create. Also check the SQLNET.ORA file. It should look something like this. # sqlnet.ora Network Configuration File: C:\app\zoidberg\product\11.2.0\dbhome_1\network\admin\sqlnet.ora # Generated by Oracle configuration tools. # This file is actually generated by netca. But if customers choose to # install "Software Only", this file won t exist and without the native # authentication, they will not be able to connect to the database on NT. SQLNET.AUTHENTICATION_SERVICES= (NTS NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT Make sure the NAMES.DIRECTORY_PATH contains the TNSNAMES entry. This is the method used to resolve the names, and refers to the entries in the TNSNAMES.ORA file. Finally, here s the LISTENER.ORA file. You should not have to change anything in here, but you should be aware of its contents. # listener.ora Network Configuration File: C:\app\zoidberg\product\11.2.0\dbhome_1\network\admin\listener.ora # Generated by Oracle configuration tools.

5 5 SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME = CLRExtProc (ORACLE_HOME = C:\app\zoidberg\product\11.2.0\dbhome_1 (PROGRAM = extproc (ENVS = "EXTPROC_DLLS=ONLY:C:\app\zoidberg\product\11.2.0\dbhome_1\bin\oraclr11.dll" LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC(KEY = EXTPROC1521 (ADDRESS = (PROTOCOL = TCP(HOST = localhost(port = 1521 ADR_BASE_LISTENER = C:\app\zoidberg Connecting to Oracle Using FDO Once we ve established our connection parameters to the Oracle server, we can start using data from there in Map 3D. In the image below, I ve established a connection to a SHP source, and have added the data to a map. These are polygons representing municipal boundaries.

6 6 Note the highlighted column headings. We re going to use those columns to populate an Oracle data store. The first step is to connect to Oracle. Here s the Data Connect palette. You can see the existing SHP connection. Note the Service name for our Oracle connection. It combines the Host Name and Service Name (Remember the entries in the TNSNAMES.ORA file?. If an alias has been defined for the service, you could use that, but for this example, we ll use the actual name. Next, enter the User Name and Password that you have been assigned to connect to the Oracle database.

7 7 When you ve logged in successfully, the Data store field will become active. In this example, we are going to create a new data store based on the SHP data we have displayed in our map. Select the Add New Data Store entry from the dropdown list. Once you ve selected the Add New Data Store entry, the Create Oracle Data Store dialog opens. Fill in the required fields for the Data store name, a password to access the data store (entered a second time for confirmation, and the coordinate system value. Use the button at the end of the field to open the Select Global Coordinate System dialog.

8 8 Be sure to select the appropriate Tablespace for your data store to reside in. Do not use either the SYSTEM or SYSAUX tablespaces for this type of data store. Click the OK button in the Create Oracle Data Store dialog when you have finished. The Accessing Database message box appears, and you can see the progress in the indicator. At this point, the Edit Schema dialog box opens. You either can edit the schema now, or do it later using the Map Explorer within Map 3D. In this example, I m going to edit the schema now, so that I ll be ready to import the data from the SHP file. Click the Edit Now button. This opens the Schema Editor dialog.

9 9 The left pane of the Schema Editor contains the schemas and object classes within those schemas. The right pane contains the property sheets for the object selected in the left pane. Selecting the FeatureClass1 feature class allows us to change some of the properties of that feature class. I ve renamed it to Urban_Boundaries. Use the Apply button to apply the changes.

10 10 You ll see the following warning. Click the Yes button to continue. Next, we ll add additional properties to the feature class, so that we will be ready to copy data into the Oracle data store. Right click on the feature class entry in the left pane and select the New Property option from the popup menu. You also can access this from the top menu of the dialog. We re going to add a property called PPID, which will match the PPID column in the SHP file data. Using the property sheet in the right pane, fill in the name of the property (PPID and change its data type to Int32. Click the Apply button to record the changes.

11 11 We ll complete the schema edit by adding the properties UMNM (String, length 20, and UMTYPE (String, length 20. Here s what our schema should look like at this point. The Identifier Properties at the feature class level now should look like this. Clicking the OK button in the Schema Editor dialog closes the dialog and takes us back to the Data Connect palette. You can see the Urban_Areas entry in the Data store field. The Version field should show a value of LIVE. If it does not, use the drop down list in the field to select it.

12 12 Click the Connect button to proceed. The palette shows the SHP and Oracle connections. We can see the schema containing the Urban_Boundaries feature class. There is no need to add this data to the map (it s empty at this point, so we can close the Data Connect palette.

13 13 We re ready to load the SHP data into the Oracle data store. Using the Map Task Pane, right click on the Connect to Data icon at the top of the Display Manager tab and select Bulk Copy from the pop up menu. This launches the Bulk Copy dialog.

14 14 Once you ve set up the selections to match the preceding image, you re ready to go. You may want to set different values for the error checking options. You can use the Save button to save this schema mapping for future use. Click the Copy Now button to proceed. You ll see the following message. Click the Continue Bulk Copy button to proceed. When the processing is complete, you ll see the following dialog. Use the View Log button to see the details of the copy. Click OK, to close the Bulk Copy dialog. Taking a look at the Oracle database, we can see the data store we created (URBAN_AREAS and the table (URBAN_BOUNDARIES that holds the feature class data.

15 15 Here s a look at the data in the URBAN_BOUNDARIES table. Note that Oracle has added a couple of columns for its own use.

16 16 Getting back to Map 3D, we ll open a new drawing, assign the correct coordinate system and connect to The Oracle database. Here s the Data Connect dialog. We now can select the newly created data store. Connect and add the data to the map. Note the Urban_Boundaries feature class.

17 17 Here s the result!

18 18 About the Author: Jeff Morrow Jeff, a senior civil and geospatial consultant with IMAGINIT, has over thirty years experience in the mining and engineering sectors. He has been involved with AutoCAD and the Autodesk civil software applications since their earliest days, and has consulted on the development of standards and procedures, CAD management, database and technical applications, training and implementation, and project management. Jeff is recognized for his work in mineral exploration, minesite reclamation and environmental issues. He is a graduate of McGill University, and is an AutoCAD Civil 3D Implementation Certified Expert. You can reach him at jmorrow@rand.com. All brand names, product names, or trademarks belong to their respective holders. Rand IMAGINiT Technologies, Inc. is not responsible for typographical or graphical errors that may appear in this document Rand IMAGINiT Technologies, Inc., All Rights Reserved.

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

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

Surface Smoothing Using Kriging

Surface Smoothing Using Kriging 1 AutoCAD Civil 3D has the ability to add data points to a surface based on mathematical criteria. This gives you the ability to strengthen the surface definition in areas where data may be sparse or where

More information

Micro Focus. Modernization Workbench. Installing MW Desktop Edition

Micro Focus. Modernization Workbench. Installing MW Desktop Edition Micro Focus Modernization Workbench Installing MW Desktop Edition Copyright 2010 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct

More information

Primavera Portfolio Management Oracle 10g & 11g Configuration Supplement

Primavera Portfolio Management Oracle 10g & 11g Configuration Supplement Primavera Portfolio Management 9.1 Oracle 10g & 11g Configuration Supplement Copyright 1999-2014, Oracle and/or its affiliates. The Programs (which include both the software and documentation) contain

More information

CenTran 5 Getting Started Guide KABA MAS. Table Of Contents

CenTran 5 Getting Started Guide KABA MAS. Table Of Contents CenTran 5 Getting Started Guide KABA MAS Kaba Mas Welcome Kaba Mas, part of the world-wide Kaba group, is the world's leading manufacturer and supplier of high security, electronic safe locks. Its complete

More information

SIOS Protection Suite for Linux Oracle Recovery Kit v Administration Guide

SIOS Protection Suite for Linux Oracle Recovery Kit v Administration Guide SIOS Protection Suite for Linux Oracle Recovery Kit v9.0.2 Administration Guide Mar 2016 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide Copyright 2009 DataNet Quality Systems. All rights reserved. Printed in U.S.A. WinSPC and QualTrend are registered trademarks of DataNet Quality Systems. All other

More information

The Data Guard Broker: Why it is recommended

The Data Guard Broker: Why it is recommended The Data Guard Broker: Why it is recommended presented by Uwe Hesse Senior Principal Instructor at Oracle University Blogging on uhesse.com Twitter Handle Safe Harbor "THE FOLLOWING IS INTENDED TO OUTLINE

More information

IBM. Updating the Oracle database for V5.2.2

IBM. Updating the Oracle database for V5.2.2 IBM Updating the Oracle database for V5.2.2 ii Updating the Oracle database for V5.2.2 Contents Updating the Oracle database for V5.2.2 1 iii iv Updating the Oracle database for V5.2.2 Updating the Oracle

More information

A set of annotation templates that maybe used to label objects using information input in the data model mentioned above.

A set of annotation templates that maybe used to label objects using information input in the data model mentioned above. AUTOCAD MAP 3D 2009 WHITE PAPER Industry Toolkits Introduction In today s world, passing of information between organizations is an integral part of many processes. With this comes complexity in a company

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle Advanced Security Native Network Encryption SSL Encryption & Authentication Enable Secure Connections Secure Roles Native Network Encryption Client Use NETMGR to configure Native Network Encryption

More information

HP-UX11i v Oracle9i DB. APPENDIX F. G. for Oracle9i /06

HP-UX11i v Oracle9i DB. APPENDIX F. G. for Oracle9i /06 HP-UX11i v2 11.23 + Oracle9i DB APPENDIX F. G. for Oracle9i 2 2004/06 F.... 2 orcl.sh... 3 init.ora... 4 CreateDB.sql... 5 CreateDBFiles.sql... 6 CreateDBCatalog.sql... 6 JServer.sql... 7 ordinst.sql...

More information

HP OpenView Operations

HP OpenView Operations HP OpenView Operations Oracle Real Application Clusters (RAC) Support Software Version: 8.23 Edition 1 UNIX Manufacturing Part Number: None (PDF only) September 2006 Copyright 1999-2006 Hewlett-Packard

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide 2013 DataNet Quality Systems. All rights reserved. Printed in U.S.A. WinSPC and QualTrend are registered trademarks of DataNet Quality Systems. All other trademarks

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

White Paper. Project-Specific Tool Palettes. Introduction. Procedures. AutoCAD P&ID Add New Tool Palettes and Populate them with Tools

White Paper. Project-Specific Tool Palettes. Introduction. Procedures. AutoCAD P&ID Add New Tool Palettes and Populate them with Tools White Paper Project-Specific Tool Palettes AutoCAD P&ID 2009 Introduction Audience: Administrators responsible for setting up project-specific tool palettes An engineering company can be working on a single

More information

SID Images via Raster Connections

SID Images via Raster Connections Section 8.2 SID Images via Raster Connections Overview - Section 8.2 Denver Water has a standard set of imagery to be used at all times. The following steps can be used to access this imagery through AutoCAD

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

HOW TO GUIDE. Pcounter for Windows Upgrade to version 3.02 with SQL Express. For Support Click here

HOW TO GUIDE. Pcounter for Windows Upgrade to version 3.02 with SQL Express. For Support Click here INTRODUCTION This document details how to upgrade Pcounter for Windows. Upgrading Pcounter for Windows is a quick and easy job, requiring almost no down time. A restart of the Pcounter services is the

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

Pcounter for Windows Install, Change, & Upgrade Guide

Pcounter for Windows Install, Change, & Upgrade Guide Pcounter for Windows Install, Change, & Upgrade Guide 2018.10.16 Copyright 2018 A.N.D. Technologies 4104 24 th Street #627 San Francisco, CA 94114 USA E-Mail: support@pcounter.com Web: http://www.pcounter.com

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

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

Updating the Oracle server for V5.2.1 manually IBM

Updating the Oracle server for V5.2.1 manually IBM Updating the Oracle server for V5.2.1 manually IBM ii Updating the Oracle server for V5.2.1 manually Contents Updating the Oracle server for V5.2.1 manually.............. 1 iii iv Updating the Oracle server

More information

Project management integrated into Outlook

Project management integrated into Outlook Project management integrated into Outlook InLoox PM 7.x configuration guide for Oracle Server An InLoox Whitepaper Published: October 2011 Copyright: InLoox GmbH You can find up-to-date information at

More information

Installation Guide for Oracle Self- Service E-Billing. Version 6.0.4, Rev. A October 2011

Installation Guide for Oracle Self- Service E-Billing. Version 6.0.4, Rev. A October 2011 Installation Guide for Oracle Self- Service E-Billing Version 6.0.4, Rev. A October 2011 Copyright 2005, 2011 Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

INSTALLATION GUIDE. Trimble PipeDesigner 3D Software

INSTALLATION GUIDE. Trimble PipeDesigner 3D Software INSTALLATION GUIDE Trimble PipeDesigner 3D Software Revision A May 2015 F Englewood Office Trimble Navigation Limited 116 Inverness Drive East, Suite 210 Englewood, Colorado 80112 (800) 234-3758 Copyright

More information

Cracking Vault with AutoCAD Plant 3D and AutoCAD P&ID

Cracking Vault with AutoCAD Plant 3D and AutoCAD P&ID Jarrod Mudford Autodesk Inc PD5871 In this class you will learn about the facets of AutoCAD Plant 3D software in Vault software. We will cover the features that Vault software has to offer an AutoCAD Plant

More information

Enabling Seamless Data Access for JD Edwards EnterpriseOne

Enabling Seamless Data Access for JD Edwards EnterpriseOne Enabling Seamless Data Access for JD Edwards EnterpriseOne 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

Presented By: Jeff D Abate Senior Systems Architect MRK Technologies, LTD October 24, 2002

Presented By: Jeff D Abate Senior Systems Architect MRK Technologies, LTD October 24, 2002 Presented By: Jeff D Abate Senior Systems Architect MRK Technologies, LTD WHO IS MRK? Privately held company, headquartered in Cleveland, OH Providing Total Enterprise Solutions Professional Services Experience

More information

Oracle Express Installation Guide

Oracle Express Installation Guide Oracle Express Installation Guide Version 01 For Oracle 11g Express April 2016 Copyright 2005 2016 Robert Schudy and Warren Mansur Permission granted for any use of Boston University With contributions

More information

Roll No: Subject: Dataware Housing Date:

Roll No: Subject: Dataware Housing Date: Installation steps of Oracle database 11g Release 2. In this post I will describe the installation steps of Oracle database 11g Release 2 (32-bit) on Windows Server 2007 (32-bit). --------------------------------------

More information

Sheet Set Manager: Plot or Publish a List of Sheets Instantly

Sheet Set Manager: Plot or Publish a List of Sheets Instantly Best Practices Series Part 3 Sheet Set Manager: Plot or Publish a List of Sheets Instantly Alireza Parsai, CAD Director, HiTech Network, Inc., Canada You may have already found Sheet Set Manager (SSM)

More information

AutoCAD Map 3D and ESRI ArcSDE

AutoCAD Map 3D and ESRI ArcSDE AUTOCAD MAP 3D 2009 WHITE PAPER AutoCAD Map 3D and ESRI ArcSDE Many organizations, such as utilities, telecommunication providers, and government agencies, depend on geospatial data that is stored in a

More information

Secure Your Database in Just One Day. Arup Nanda Priceline A Booking Holding Company

Secure Your Database in Just One Day. Arup Nanda Priceline A Booking Holding Company Secure Your Database in Just One Day Arup Nanda Priceline A Booking Holding Company Oracle Patch Set Updates (PSU) 2 SQL> alter database secure 2 > 60 percent; Database altered. Elapsed: 1 day 3 What You

More information

Adding a new account:

Adding a new account: MAC ENTOURAGE EMAIL ACCOUNT SET UP Adding a new account: If this is the first time you ve opened Entourage 2008, begin at If you re opening Entourage 2008 for the first time. If you ve previously set up

More information

Achieving Contentment with the AutoCAD Architecture Content Browser Douglas Bowers, AIA

Achieving Contentment with the AutoCAD Architecture Content Browser Douglas Bowers, AIA Achieving Contentment with the AutoCAD Architecture Content Browser Douglas Bowers, AIA AB110-3 If you have created AutoCAD Architecture (formerly ADT) object styles and want to know how to easily share

More information

Configuring an ERwin Resource in Metadata Manager 8.5 and 8.6

Configuring an ERwin Resource in Metadata Manager 8.5 and 8.6 Configuring an ERwin Resource in Metadata 8.5 and 8.6 2009 Informatica Corporation Abstract This article shows how to create and configure an ERwin resource in Metadata 8.5, 8.5.1, 8.6, and 8.6.1 to extract

More information

High Availability for Oracle 9i Using Double-Take

High Availability for Oracle 9i Using Double-Take High Availability for Oracle 9i Using Double-Take High Availability for Oracle 9i Using Double-Take Revision 2.0.0 published July 2003 NSI and Double-Take are registered trademarks of Network Specialists,

More information

SAP BusinessObjects. Erick Carlson SAP Solution Architect N.A. SAP on Oracle Team

SAP BusinessObjects. Erick Carlson SAP Solution Architect N.A. SAP on Oracle Team SAP BusinessObjects Connecting to the Oracle Autonomous Data Warehouse Cloud Service using an Oracle Wallet August 2018 Erick Carlson SAP Solution Architect N.A. SAP on Oracle Team erick.carlson@oracle.com

More information

Empirica Signal. Windows 2003/2008 Server Installation and Upgrade Instructions. Release January 2016

Empirica Signal. Windows 2003/2008 Server Installation and Upgrade Instructions. Release January 2016 Empirica Signal Windows 2003/2008 Server Installation and Upgrade Instructions Release 7.3.3.5.362 January 2016 Oracle Health Sciences Empirica Signal 7.3.3.5.362 Updated 15-Jan-2016 Part Number: E71053-01

More information

FDO Data Access Technology How to add new data sources with Third Party and Open Source FDO Providers

FDO Data Access Technology How to add new data sources with Third Party and Open Source FDO Providers AUTODESK GEOSPATIAL WHITE PAPER FDO Data Access Technology How to add new data sources with Third Party and Open Source FDO Providers Work seamlessly with your geospatial data whatever the format Autodesk

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

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

Toad for Oracle Learn Core Features and Tasks

Toad for Oracle Learn Core Features and Tasks Toad for Oracle 10.5 Learn Core Features and Tasks 2010 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

Data Guard Configuration And Operation

Data Guard Configuration And Operation Configuration And Operation Author: G S Chapman Date: 18 th December 2007 Version: 1.3 Location of Document: i DOCUMENT HISTORY Version Date Changed By: Remarks 1.0 14/02/06 G S Chapman Original Version

More information

Data Integration with Pershing NetX360 and Advisor Workstation 2.0

Data Integration with Pershing NetX360 and Advisor Workstation 2.0 Data Integration with Pershing NetX360 and Advisor Workstation 2.0 Overview - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 How does the import process work? - - - - - - - - - - - - - - -

More information

Frame Generator Structural Shape Authoring

Frame Generator Structural Shape Authoring Frame Generator Structural Shape Authoring IMAGINiT Technologies White Paper 1 Autodesk Inventor s Frame Generator quickly and easily creates structural frames such as those used in machines, fixtures,

More information

Secure Your Database in a Single Day. Arup Nanda Starwood Hotels

Secure Your Database in a Single Day. Arup Nanda Starwood Hotels Secure Your Database in a Single Day Arup Nanda Starwood Hotels Who I Am An Oracle DBA for 14 years Lead DBA at Starwood Hotels Written some papers, speaks at conferences, three books Services Security

More information

Oracle Restart and FSFO in Cloud

Oracle Restart and FSFO in Cloud Oracle and FSFO in Cloud 0 I. Background II. Core Technology HA Oracle Oracle ADG Oracle FSFO III. and FSFO in Cloud IV. Issues V. Non Stop Cloud Active Data Center Agenda 1 How to build Oracle in the

More information

Step 2: To begin creating subregions, be sure you still have the Site Floor Plan selected and then click on the Massing and Site tab (1). Under this t

Step 2: To begin creating subregions, be sure you still have the Site Floor Plan selected and then click on the Massing and Site tab (1). Under this t Abstract: This step by step guide will help you understand how to create subregions in Revit. These subregions will allow you to represent hardscapes and turf areas in your site model. **These steps begin

More information

Client Configuration Guide

Client Configuration Guide Email Client Configuration Guide Contents Prerequisites... 1 Microsoft Outlook 2007... 2 Microsoft Outlook 2002/XP and 2003... 7 Microsoft Windows Mail (available with Vista only)... 11 Microsoft Outlook

More information

Service Line Export and Pivot Table Report (Windows Excel 2010)

Service Line Export and Pivot Table Report (Windows Excel 2010) Service Line Export and Pivot Table Report (Windows Excel 2010) In this tutorial, we will take the Service Lines of the Active Students only and only the most recent record to take a snapshot look at approximate

More information

Introduction to Autodesk VaultChapter1:

Introduction to Autodesk VaultChapter1: Introduction to Autodesk VaultChapter1: Chapter 1 This chapter provides an overview of Autodesk Vault features and functionality. You learn how to use Autodesk Vault to manage engineering design data in

More information

MBS Microsoft Oracle Plug-In 6.82 User Guide

MBS Microsoft Oracle Plug-In 6.82 User Guide MBS Microsoft Oracle Plug-In 6.82 User Guide 10 Oracle Plug-In This version of the Oracle Plug-In supports Windows Agents. It is an add-on that allows you to perform database backups on Oracle databases.

More information

ProjectWise Application Integration for Civil 3D

ProjectWise Application Integration for Civil 3D BENTLEY SYSTEMS, INC. ProjectWise Application Integration for Civil 3D Frequently Asked Questions Prepared by Bentley Systems 12/3/2012 Version 1.0 ProjectWise and MicroStation are registered trademarks

More information

AC5379: AutoCAD 2012 Content Explorer: The Complete Office Configuration Guide

AC5379: AutoCAD 2012 Content Explorer: The Complete Office Configuration Guide AC5379: AutoCAD 2012 Content Explorer: The Complete Office Configuration Guide Donnie Gladfelter CADD Microsystems, Inc. AC5379 New to AutoCAD 2012, the Autodesk Content Explorer provides several powerful

More information

Unit 2.

Unit 2. Unit 2 DATAWAREHOUSING UNIT 2 CHAPTER 1,2 1.An Introduction to Oracle Warehouse Builder Installation of the database and OWB, About hardware and operating systems, Installing Oracle database software,

More information

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager MAPLOGIC CORPORATION GIS Software Solutions Getting Started With MapLogic Layout Manager Getting Started with MapLogic Layout Manager 2011 MapLogic Corporation All Rights Reserved 330 West Canton Ave.,

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 1 Insert Information Protection Policy Classification from Slide 13 Active Directory and Windows Security Integration with Oracle Database Santanu Datta Christian Shay Mark Wilcox VP, Development Principal

More information

Immotec Systems, Inc. SQL Server 2008 Installation Document

Immotec Systems, Inc. SQL Server 2008 Installation Document SQL Server Installation Guide 1. From the Visor 360 installation CD\USB Key, open the Access folder and install the Access Database Engine. 2. Open Visor 360 V2.0 folder and double click on Setup. Visor

More information

EvaluNet XT v1.2. Setup Guide

EvaluNet XT v1.2. Setup Guide 2 EvaluNet XT v1.2 Setup Guide Table of Contents 1 INTRODUCTION 2 1.1 HOW IS EVALUNET XT STRUCTURED? 2 1.2 SYSTEM REQUIREMENTS 2 1.3 NETWORK SETUP DETAILS 2 1.4 PEER-TO-PEER NETWORKS 3 1.5 LINUX SETUP

More information

Features and Benefits

Features and Benefits AUTODESK MAPGUIDE ENTERPRISE 2010 Features and Benefits Extend the reach and value of your spatial information using Autodesk MapGuide Enterprise 2010 software. Access design and spatial data from a variety

More information

How to Install Microsoft SQL Express 2016 ANSWER:

How to Install Microsoft SQL Express 2016 ANSWER: How to Install Microsoft SQL Express 2016 ANSWER: IMPORTANT DISCLAIMER: We are providing the information in this article as a courtesy to our Abila customers. Assistance with installation or troubleshooting

More information

Reference manual Integrated database authentication

Reference manual Integrated database authentication BUSINESS SOFTWARE Reference manual Integrated database authentication Installation and configuration ii This document is intended for Agresso Business World Consultants and customer Super Users, and thus

More information

Oracle MES/MOC Connector Help 2009 Kepware Technologies

Oracle MES/MOC Connector Help 2009 Kepware Technologies Oracle MES/MOC Connector Help 2009 Kepware Technologies 1 Table of Contents 1 Getting Started... 2 Help Contents... 2 Overview... 2 2 Initial Setup Considerations... 2 Initial Setup Considerations... 2

More information

Desktop LP - Connect Guide. Version 2.1 February 2016

Desktop LP - Connect Guide. Version 2.1 February 2016 Version 2.1 February 2016 Desktop LP - Connect Guide Copyright 2016 iwebgate. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system,

More information

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition BLUEPRINT TEAM REPOSITORY Installation Guide for Windows For Requirements Center & Requirements Center Test Definition Table Of Contents Contents Table of Contents Getting Started... 3 About the Blueprint

More information

Arena: Edit Existing Reports

Arena: Edit Existing Reports Arena: Edit Existing Reports (Course A27) Presented by: Ben Lane Senior Staff Trainer 2017 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the respective holders.

More information

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

Install New Java Client, Release GL 3.1 For Workstations Currently without Java

Install New Java Client, Release GL 3.1 For Workstations Currently without Java Install New Java Client, For Workstations Currently without Java Following are instructions for installing the latest version of the Java client (GL3.1.3.228.5) on a workstation that does NOT currently

More information

Baan OpenWorld Broker 2.1. Installation Guide for Baan OpenWorld Broker 2.1

Baan OpenWorld Broker 2.1. Installation Guide for Baan OpenWorld Broker 2.1 Baan OpenWorld Broker 2.1 Installation Guide for Baan OpenWorld Broker 2.1 A publication of: Baan Development B.V. P.O.Box 143 3770 AC Barneveld The Netherlands Printed in the Netherlands Baan Development

More information

[SETUP DELEGATION IN GOOGLE APPS]

[SETUP DELEGATION IN GOOGLE APPS] Google allows for the delegation of email accounts between users. This will allow a user access to another user s inbox and enable the user to send mail as them. The following steps explain how to configure

More information

3.2 Clipping Data Layers

3.2 Clipping Data Layers Advanced Data Management Clipping Data Layers 3.2.1 3.2 Clipping Data Layers Many times you will want to use a smaller part of a layer (like only the roads in one school district or town, not the whole

More information

GGR 375 QGIS Tutorial

GGR 375 QGIS Tutorial GGR 375 QGIS Tutorial With text taken from: Sherman, Gary E. Shuffling Quantum GIS into the Open Source GIS Stack. Free and Open Source Software for Geospatial (FOSS4G) Conference. 2007. Available online

More information

Contents. Overview...2. Server Install...2. Client Install...4. Administration Module...6. FastLook Features...10

Contents. Overview...2. Server Install...2. Client Install...4. Administration Module...6. FastLook Features...10 Contents Overview...2 Server Install...2 Client Install...4 Administration Module...6 FastLook Features...10 This guide is intended to help you install the LAN version of FastLook. Please refer to the

More information

CBCL Limited Tool Palettes Tutorial 2012 REV. 01. CBCL Design Management & Best CAD Practices. Our Vision

CBCL Limited Tool Palettes Tutorial 2012 REV. 01. CBCL Design Management & Best CAD Practices. Our Vision CBCL Limited Tool Palettes Tutorial CBCL Design Management & Best CAD Practices 2012 REV. 01 Our Vision To be the most respected and successful Atlantic Canada based employeeowned firm, delivering multidiscipline

More information

MDCStore High Content Data Management Solution Database Schema

MDCStore High Content Data Management Solution Database Schema MDCStore High Content Data Management Solution Database Schema Version 2.3 Installation and Update Guide 0112-0144 I March 2013 This document is provided to customers who have purchased Molecular Devices,

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 15, 2017 - Version 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

IQSweb Reference B. SQL Server 2008 R2 and Express Installation Instructions

IQSweb Reference B. SQL Server 2008 R2 and Express Installation Instructions SQL Server 2008 R2 and Express Installation Instructions Step 1: SQL Server 2008 R2 Installation files 1. If installing the full version of SQL Server, make sure that the Microsoft SQL Server 2008 R2 installation

More information

Primavera Data Warehouse Installation and Configuration Guide

Primavera Data Warehouse Installation and Configuration Guide Data Warehouse Installation and Configuration Guide 15 R2 December 2015 Contents About the Primavera Data Warehouse... 7 About Primavera Analytics... 7 Primavera Data Warehouse and Primavera Analytics

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

Autodesk Vault and Data Management Questions and Answers

Autodesk Vault and Data Management Questions and Answers Autodesk Civil 3D 2007 Autodesk Vault and Data Management Questions and Answers Autodesk Civil 3D software is a powerful, mature, civil engineering application designed to significantly increase productivity,

More information

Oracle Installation Guide

Oracle Installation Guide Oracle Installation Guide Version 37 For Oracle12c October 2017 Copyright 2005 2017 Robert Schudy and Warren Mansur Permission granted for any use of Boston University With contributions from Adam Arakelian,

More information

ODBC Setup MS Access 2007 Overview Microsoft Access 2007 can be utilized to create ODBC connections. This page will show you the steps to create an

ODBC Setup MS Access 2007 Overview Microsoft Access 2007 can be utilized to create ODBC connections. This page will show you the steps to create an ODBC Setup MS Access 2007 Overview Microsoft Access 2007 can be utilized to create ODBC connections. This page will show you the steps to create an ODBC connection. 1. To open Access 2007, click Start

More information

Installation Guide for Siebel Service Manager. For Hewlett-Packard HP-UX Operating System, BEA WebLogic Server, and Oracle Database

Installation Guide for Siebel Service Manager. For Hewlett-Packard HP-UX Operating System, BEA WebLogic Server, and Oracle Database Installation Guide for Siebel Service Manager For Hewlett-Packard HP-UX Operating System, BEA WebLogic Server, and Oracle Database Version 5.1.1 Data Published: 12.13.2006 Copyright 2005, 2006, Oracle.

More information

Designing the staging area contents

Designing the staging area contents We are going to design and build our very first ETL mapping in OWB, but where do we get started? We know we have to pull data from the acme_pos transactional database as we saw back in topic 2. The source

More information

Print Manager Plus 2010 Workgroup Print Tracking and Control

Print Manager Plus 2010 Workgroup Print Tracking and Control INTRODUCTION: This is intended to assist in the initial installation or evaluation of Print Manager Plus 2010 Workgroup Edition. This will guide you through tracking your printing whether your workgroup

More information

Perceptive Reflect. Installation and Setup Guide. Version: 2.3.x

Perceptive Reflect. Installation and Setup Guide. Version: 2.3.x Perceptive Reflect Installation and Setup Guide Version: 2.3.x Written by: Product Documentation, R&D Date: September 2016 2012 Lexmark International Technology SA. All rights reserved Perceptive Reflect

More information

Setting up EntraPass Card Gateway with SQL Server 2008

Setting up EntraPass Card Gateway with SQL Server 2008 Setting up EntraPass Card Gateway with SQL Server 2008 The EntraPass Card Gateway is designed to interface with the Oracle or the SQL Server Database Engine. Unfortunately the interface has not been updated

More information

Configuring an IMAP4 or POP3 Journal Account for Microsoft Exchange Server 2003

Configuring an IMAP4 or POP3 Journal Account for Microsoft Exchange Server 2003 Configuring an IMAP4 or POP3 Journal Account for Microsoft Exchange Server 2003 This article refers to Microsoft Exchange Server 2003. As of April 8, 2014, Microsoft no longer issues security updates for

More information

Using the JSON Iterator

Using the JSON Iterator Using the JSON Iterator This topic describes how to process a JSON document, which contains multiple records. A JSON document will be split into sub-documents using the JSON Iterator, and then each sub-document

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

MicroStation. FDO Reader USER S MANUAL. [Företagets adress]

MicroStation. FDO Reader USER S MANUAL. [Företagets adress] MicroStation FDO Reader USER S MANUAL [Företagets adress] MicroStation FDO Reader - User s Manual, 2018-10-27 copyright, 2018 ringduvevägen 13, 132 47 saltsjö-boo e-mail: consulting@surell.se, web: www.surell.se

More information

Running Voyager in Multi-Server Mode

Running Voyager in Multi-Server Mode Running Voyager in Multi-Server Mode by Stephen G. A. Thomas University of Adelaide Library 26 April 2006 Introduction The University of Adelaide Library has been running Voyager since 2002. The original

More information

Live adventure - from my PC to Oracle Remote Database

Live adventure - from my PC to Oracle Remote Database Last update: 25-Nov-2014 Live adventure - from my PC to Oracle Remote Database Kirill Loifman adidas Group AG Herzogenaurach Keywords: Oracle, database, security, remote connection, firewall, tunnelling,

More information

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6 IBM Atlas Policy Distribution Administrators Guide: IER Connector for IBM Atlas Suite v6 IBM Atlas Policy Distribution: IER Connector This edition applies to version 6.0 of IBM Atlas Suite (product numbers

More information

Migration Made Easy! Speaker: Bud Schroeder, Autodesk Inc.

Migration Made Easy! Speaker: Bud Schroeder, Autodesk Inc. November 30 December 3, 2004 Las Vegas, Nevada Speaker: Bud Schroeder, Autodesk Inc. IT32-1 This presentation will focus on how to use existing built-in AutoCAD tools to migrate your customization from

More information

Introduction to InfraWorks 360 for Civil

Introduction to InfraWorks 360 for Civil Eric Chappell Autodesk Aimed at Civil industry professional, this class will cover basic importing of data sources to make an existing model, followed by creation of roads, buildings, and city furniture

More information