Administering your Oracle Geodatabase

Size: px
Start display at page:

Download "Administering your Oracle Geodatabase"

Transcription

1 Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Administering your Oracle Geodatabase Travis Val Jim McAbee

2 Agenda Administration Topics - System Requirements and Configuration Administration Options Client and Connection Differences - Installation, Migration and Upgrade Scenarios - Managing Performance in 11g - Some Notes on Advanced Configurations - Loading, Backup and Spatial Types Pre-Requisites - Administration of Geodatabase Intro - Basic knowledge of database terminology - Working knowledge of ArcSDE Technology Basics

3 System Requirements and Configuration

4 Major Themes 9.x/10.0 to 10.1 System Requirements - 9.3/10 to 10.1 biggest impact on client configuration 32 vs. 64 bit, instant client, etc Administration Automation - Command Line Tools: Oracle runs on Unix/Linux so they may be used ArcSDE command line tools are separate install GDB Administrative interface and new GP tools Upgrade/Migration Datatypes (should be migrating out of LONG RAW to other types) Oracle issues - Datapump imports into or , tends not to have issue (GDB_Items, etc..) ORA possible

5 ArcGIS and Oracle Versions Oracle Editions Enterprise - Standard One Standard ArcGIS Version Backwards Compatibility ArcGIS Version Oracle Versions bit only (64 bit) (32 & 64) (32 & 64) 9.3/ (64 bit) (64 bit) (32 & 64) (32 & 64) (32 &64)

6 System Requirements: OS for Oracle 11g r2 Check Operating System also.including patch level requirements

7 DBMS_PIPE, DBMS_LOCK, and other packages What are they? - DBMS_PIPE: allows sessions to communicate through memory - DBMS_LOCK: Oracle s api to create locks in DB from SQL For ArcSDE granted execute to public Remove privileges from public? - Tech Article #35408 Can the public privilege be removed from Oracle s dbms_pipe and dbms_lock packages? GRANT EXECUTE ON dbms_pipe TO public; GRANT EXECUTE ON dbms_lock TO public; GRANT EXECUTE ON dbms_lob TO public; GRANT EXECUTE ON dbms_utility TO public; GRANT EXECUTE ON dbms_sql TO public; GRANT EXECUTE ON utl_raw TO public; GRANT EXECUTE ON dbms_crypto TO sde;

8 Oracle configuration parameters Oracle Memory: - System Global Area (SGA) and Program Global Area (PGA) - Memory areas used for - Interpreting SQL statements, Fetching data and Submitting edits to database Use Automatic Shared Memory Management (ASMM) - Set SGA_TARGET through Oracle Enterprise Manager (OEM) Cursor Configuration: - Cursor: Points to rows returned by a SQL statement - Used to avoid re-parsing similar statements with bind variables - Stored in PGA and used extensively by ArcSDE - open_cursors = 2000 (or larger to avoid ORA-1000 error) - Tech Article #27024 What is an appropriate value for the Oracle init.ora parameter open_cursors

9 Controlling Storage Tablespace Management based on - Backup requirements - Activity - Size of segment SDE.DBTUNE table - Specifies configuration keyword, storage type, storage parameters To create a keyword: - Export DBTUNE table to a file, edit it and import back sdedbtune o alter

10 10.1 Clients and Connections

11 ArcGIS Geodata Management technology stack ArcGIS clients (ArcObjects/API s) Geodatabase Behaviors & Complex Features ArcSDE (ArcSDE libraries & stored procedures) Oracle (RDBMS) Spatially enabled database Database Versioning & Distributed Data Transaction Management, Spatial Types, Indexing

12 Connection Architectures Direct Connect Recommended Method ArcSDE libraries Oracle Client 1521 Geodatabase Application Server ArcSDE Libraries Database Server giomgr 5151 gsrvr Geodatabase Application Server - standalone ArcSDE Libraries giomgr Database Server 5151 gsrvr Oracle Client 1521 Geodatabase

13 10.1 and Oracle Clients Administrator Runtime Instant (now supported at 10.1) Remember ArcGIS Server now 64 bit at 10.1 ArcGIS for Desktop bit Oracle Client ArcGIS for Server bit Oracle Client 64 bit Oracle 64 bit Oracle

14 10.1 Connection Functionality Geodatabase Database Geodatabase Administrative Schema Spatial Data ST_Geometry* SDO_Geometry *ST_Geometry SQL function support only available for supported Operating Systems (where library compiled) Clients Query Layers Clients 10.1

15 Connecting at

16 10.1 Oracle Instance Connection string server name/service name (or ID) IP address of server/service name (or ID) server name:port/service name (or ID) IP address of server:port/service name (or ID) URL of server dbsrvr/orcl 10:10:10:10/orcl dbsrvr:60000/orcl 10:10:10:10:60000/orcl or [6543:e04:0:1:f587:1249:12f9 :w3ud]:60000/orcl //dbsrvr:60000/orcl server name only (if listener configured to point to default instance) If instance not listening on default port number, must use connection syntax that includes port number.

17 Demo: Setting Up Instant Client

18 10.1 Administration

19 Administrative and Maintenance Task more capabilities from desktop for GIS manager and staff Administrative task automation more options at more functionality in Desktop and Server - SDE command line tools separate install & 64 bit (need 64 bit client)

20 Inclusion of Geodatabase Toolset

21

22 Multiple Geodatabase Configuration Multiple Geodatabase for Different Tasks - At least two Geodatabases should be present typically production and test - Other reasons for multiple geodatabases - Editing and publishing (web) - Production and test/development - Different application needs - Separate versioning management - Methods for configuring multiple Geodatabases in Oracle - Multiple instances on same server - Multiple instances on different servers - Project/Schema Geodatabase Test/Dev. Production Publishing

23 Oracle Schema Geodatabase Admin An option for multiple Oracle Geodatabases Multiple Oracle Geodatabases multiple instances or within same instance Geodatabase contained in specific User Schema SDE master geodatabase present with Schema based Geodatabase in instances table Rules - a user can own only one geodatabase - that user is the geodatabase administrator and requires those database privileges - that user can only own data in that geodatabase - users can only own data in one geodatabase

24 Notes on Upgrades and Migration

25 Administration Topics : Planning for New Configuration What are some of the more advanced issues? - Long Raw to BLOB - Geodatabase Administrative schema changes - Differences between Oracle versions Default Oracle settings are a good starting point except: - Database Cache / Memory, Max number of cursors a session can use, Data Storage Estimate or measure load and storage: - Need to define a sample data, MXD and operations when possible - Oracle Enterprise Manager (OEM), Oracle Remote Diagnostic Agent (RDA)

26 Upgrade Considerations Always perform any upgrades in a test environment Backup any custom files in %SDEHOME%\etc directory - dbinit.sde - dbtune.sde Upgrade OS and Oracle first, if needed, then test Upgrade ArcSDE, then test Backup, Backup, Backup! - It is NOT a Backup unless it has been tested to make sure it works. Check existing GDB for any errors or redundancies Clean DBMS_PIPE - Values in the database pipe can cause connection problems Upgrade to 10.x requires use of ArcObjects GP tool - New Geodatabase Administrative schema changes

27 Upgrading Schema based Geodatabase Must upgrade master first and not simultaneously Must make a backup of the entire database; creating a backup of only a user's schema does not include the user-defined types and functions Stopping the ArcSDE service on the master geodatabase disables service connections to user-schema geodatabases

28 Migration Tool LONG RAW data type being deprecated at Oracle 11g Migrate Storage GP tool - Easily convert GIS datasets from a different storage format to ST_GEOMETRY in Oracle - Changes data in place, no new datasets are created - Must be the data owner to execute - Supports versioned & archived datasets

29 Upgrade Geodatabase from ArcCatalog

30 Upgrade Geodatabase Requires sde user upgrade permissions Requires a direct connection to geodatabase Pre-requisite check determines if geodatabase is upgradable - See Preparing to upgrade a geodatabase in Oracle topic for a full list of requirements # Process: Upgrade Geodatabase arcpy.upgradegdb_management(<connection file>, "PREREQUISITE_CHECK", "UPGRADE")

31 Installation, Migration, Upgrade Summary Start with recommended minimum parameters for New and monitor Existing Cursors and Memory (OPEN_CURSORS, SGA, etc..) Check connections parameter in server_config table via sdeconfig export/import command or sql Monitor usage, or ask DBA s to monitor and adjust as necessary Establish a performance baseline so future growth and changes can be measured OEM, mxdperfstat, Windows performance monitor, ASH

32 ESRI KB and Help Articles for Parameters/Upgrade FAQ: What is an appropriate value for the Oracle init.ora parameter 'open_cursors'? Error: ORA-01000: maximum open cursors exceeded HowTo: Identify a cursor leak in Oracle SQL Statements using st_geometry operators experience decreased performance in Oracle 11g Oracle Parameters help topics cle_ htm

33 Spatial Types

34 ESRI Spatial Type ST_GEOMETRY User Defined Type (UDT) used to store geographic features Allows access to spatial data through SQL functions Efficiency - Automatic geometry validation Conforms to ISO and OGC standards Available since ArcSDE 9.2

35 Using SQL with ST_GEOMETRY Needs an external dll Extproc needs to be set up for - Executing SQL commands on a ST_GEOMETRY column - For using ST_GEOMETRY operators - Definition and label queries inside ArcMap With SQL and ST you can - Create tables with a spatial attribute - Read and Analyze the spatial data - Insert, update and delete simple geometry data Geodatabase behavior not supported through SQL

36 Spatial Types and Functions Creation of Features - through SQL Analysis - Buffering Geometry - Convex Hull - Difference of Geometries - Intersection of Geometries - Symmetric Differences - Union - Minimum Distance - Aggregates Feature Information

37 ST_Geometry spatial type configuration st_shapelib library extproc.ora (11g) or listener.ora/tnsnames.ora configuration

38 Setting up the ExtProc via Listener and Tnsnames tnsnames.ora file: EXTPROC_CONNECTION_DATA = (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1)) (CONNECT_DATA = (SID = PLSExtProc) (PRESENTATION = RO)) ) listener.ora file: LISTENER = (DESCRIPTION_LIST = New Entry (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=AKLAP.esri.com)(PORT=1521)) IPC)(KEY = EXTPROC1)) ) (ADDRESS = (PROTOCOL = TCP)(HOST=AKLAP.esri.com)(PORT=1521)) ) ) ) Original Entry Key must match

39 Setting up the ExtProc (10g) listener.ora file: LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1)) (ADDRESS = (PROTOCOL = TCP)(HOST=AKLAP.esri.com)(PORT=1521)) ) ) SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME = PLSExtProc) (ORACLE_HOME = C:\oracle\product\10.2.0\db_1) (PROGRAM = extproc) (ENVS="EXTPROC_DLLS=C:\Program Files\ArcGIS\ArcSDE\ ora10gexe\bin\st_shapelib.dll") ) )

40 11g Located in ORACLE_HOME\hs\admin directory Windows EXTPROC_DLLS=ONLY:C:\\mylibraries\\st_shapelib.dll Unix/Linux SET EXTPROC_DLLS=ONLY:/user/esrilibs/libst_shapelib.so

41 Oracle ExtProc - for St_geometry Modify the listener.ora and tnsnames.ora files - Oracle Documentation - Webhelp topic - Configuring the Oracle listener to access the geodatabase with SQL - Technical articles: Error: ORA-28595: Extproc agent : Invalid DLL Path Error: ORA-06522: libsg.so: cannot open shared object file: No such file or directory Bug: ORA-06522: (path)\st_shapelib.dll: cannot open shared object file: No such file or directory Bug: Configure ST_GEOMETRY for use in Oracle 11G Release 2 on Windows How to: Check if the Oracle extproc is set up correctly for direct ST_GEOMETRY SQL queries

42 Demo: Configuring ST_Geometry

43 Few notes on SDO_Geometry Set following in SDE.DBTUNE table when working with data stored in SDO_Geometry - UNICODE_STRING set to FALSE (if VARCHAR vs. NVARCHAR is desired) - GEOMETRY_STORAGE set to SDO_Geometry - SDO_SRID (if same SRID is always used) - other parameters

44 Managing Performance and Troubleshooting

45 Managing Performance in 11g : Statistics Table statistics - The distribution and contents of rows - What the optimizer uses to make execution plans Index statistics - Information about the rows stored in IOTs, and other index metadata System statistics - Internal object statistics

46 Oracle table statistics Describe segment characteristics for optimizer and DBA - Critical for maintaining performance - Current statistics increase Oracle IO performance Update when data changes significantly: - Loading - Major editing Analyze through ArcGIS Create statistics on attributes, geometry, versioning delta tables and historical archive

47 Oracle 11g Automatic Maintenance Optimizer Statistics Collection statistics collection Segment Advisor segment reorganization SQL Tuning Advisor attempts to tune high-load SQL Tasks Automated at 11g

48 Managing Performance in 11g : Statistics Oracle automatic statistics gathering 10g vs. 11g Utilize optimizer_dynamic_sampling (KB32005) Other options - ArcCatalog and GP Tools - sdetable o update_dbms_stats t roads m estimate Temporary Tablespace - increase size for compute - consider increasing the size of your temporary table space to compute statistics rather than estimate them because it provides more accurate statistics for the optimizer.

49 11g Auto Statistics Gathering Setting Stale Percentage

50 Other Configuration Tips D-Table indexes - need to be checked for errors and redundancy in the _IDX (KB31081) and _PK (KB24925) indexes A-Table Index - Performance gains by altering the Adds table indexes (KB32184) Cache the lobs - Most lobs can be cached to reduce trips to disk ST(KB33428), Network(34485), Raster(35521) Index rebuild - Sweeper Indexes need to be rebuilt to reduce their number of blocks (KJ35409) ST_GEOMETRY Spatial index shrink - Reduce the number of blocks used by the spatial index (KB33341) Re-gather Stats - Do not build stats on the logfile tables Note: Scripts to perform these tasks are included at the end of slide deck

51 Diagnostic Files Log files are ArcSDE output about what SDE is doing Useful when encountering a problem such as - Service will not start, log file will tell you why ArcSDE logs stored in SDEHOME\etc - giomgr_<service>.log Client connection info - sde_<service>.log Application Server error messages - sdedc_oracle.log Direct Connect error messages Oracle log files, contain DBMS logged information - System alert log: alert_<sid>.log - Background process logs

52 Oracle Trace Output using tkprof The output contains SQL execution paths, row counts and wait events OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS call count cpu elapsed disk query current rows Parse Execute Fetch Misses in library cache during parse: 0 Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited Waited SQL*Net message to client SQL*Net message from client SQL*Net more data to client direct path read log file sync

53 Capturing Metrics: Session Information Opened cursors cumulative 3468 Opened cursors current 34 Check Performance Metrics Review Statistics Search Sessions Select the Correct Session sde.process_information v$session, v$process KB30394 HowTo: Enable extended Oracle tracing for an ArcGIS connection

54 Measuring and Monitoring Memory Tools available in 11g Manager Advisor Central - Memory Advisors

55 SDE Logfiles Three types - giomgr_<service>.log - giomgr process information, startup/shutdown, connections - sde_<service>.log - gsrvr process information, event, errors - Setting %SDEVERBOSE% to true increase the amount of information logged, but slows performance - sde_setup.log - Information about the setup process To enable for direct connections, set %SDEHOME%, or check the user %TEMP% directory

56 SDE DC Log Information that is similar to the sde_<service>.log file. - This file is only present during direct connections This file will automatically be generated and placed in the %SDEHOME%/etc or %TEMP% directories.

57 SDE Trace - This logfile lists all the calls that are made to the ArcSDE client API. - Not all of these calls result in a round trip to the server - To enable set %SDETRACELOC% to the path name. Files are named %SDETRACELOC%.001, %SDETRACELOC%.002

58 SDE Intercept A list of all calls between the SDE client and the SDE sever. - If using DC, will have two files that mirror each other. To enable set: - %SDEINTERCEPT% to the required values - set SDEINTERCEPT=cwrfT - %SDEINTERCEPTLOC% to the path name - Files are named %SDEINTERCEPTLOC%.001, %SDEINTERCEPTLOC%.002

59 Oracle DBMS Log Oracle Alert Log, - The Alert file is a log file that records information about internal errors and administrative activities, such as backups. 2/e17766/intro.htm#i10817 Automatically enabled, location can be found by issuing the following SQL - SQL> select value from v$parameter where name = 'background_dump_dest'

60 Oracle SQL Trace Description of every SQL statement that was executed per session - Very useful in analysis of slow running queries and operations, TKProf results much more readable Activate by altering session - As DBA user, tracing a different session: - SQL> DBMS_SYSYEM.SET_ENV(<session id>, <session serial>, 10046, 12, ) - Tracing the current session, additional privileges required: - SQL> alter session set events '10046 trace name context forever, level 12'

61 Summary Log Type 2 Tier 3 Tier Location SDE Logfiles set SDEHOME Active by Default %SDEHOME%/etc / SDE Trace SDE Intercept set SDETRACELOC set SDEINTERCEPT and set SDEINTERCEPTL OC Set SDETRACELOC set SDEINTERCEPT and set SDEINTERCEPTL OC %SDETRACELOC % %SDEINTERCEP TLOC% SDE DC Log Not Available Active %TEMP% Oracle DBMS Log Oracle SQL Trace Active Active Oracle Alert Log DBMS_SYSYEM. SET_ENV or alter session set events DBMS_SYSYEM. SET_ENV or alter session set events Oracle User Dump Dest

62 Performance and Troubleshooting Demo Spatial Clustering and Reorg

63 Advanced Configuration Topics

64 Advanced Configuration Topics Some not formally supported must test External Authentication Direct Connect - OS Authentication - Advanced Security - Encryption - Must use Direct Connect Oracle RAC clusters - Must use Direct Connect Oracle DataGuard replication - Physical stand by - Logical

65 Oracle RAC Use Direct Connect architecture Extproc configuration for ST_Geometry spatial type - Windows ST_ShapeLib.dll is dependent on dlls found in the Visual C++ Redistribution Package. - Installed by SDE setup program automatically, or can be installed using redistribution package Cursors - Cursors don t failover, reconnect either must be done or takes place depending upon application and configuration.

66 Oracle Dataguard Physical standby database commonly used Logical RDBMS replication - rare in Geodatabase configurations - Users can connect to standby database, but should be treated as read-only. - Not supported, and configuration complex due to SQL exclusion required.

67 Views, Spatial Views and Types Spatial Functions can be used in Spatial Views - Can provide dynamic feature classes on map CREATE VIEW san_berdoo_quakes_v AS SELECT a.objectid, a.location, b.name FROM quakes4 a, st_counties b WHERE b.name = 'San Bernardino' AND sde.st_intersects(a.location,b.boundary); Also Materialized Views May require registration with ArcSDE and Geodatabase - Depending upon creation method used - sdetable o create_view vs. SQL - Depending upon intended use - Display in arcmap or for sql query only, Query Layer (10.x)

68 Advanced View Customization

69 Advanced View Customization select /* FIRST_ROWS */ service_point_id, shape, ckt_id, job_id, poly_id, prev_energ_poly_id, lock_status, xfr_tag, point_type, account_priority, customer_count, replace_flag, clue_cd, pri_call_type, priority, topcall, symbol From (select g.*, gc.clue_cd, m.pri_call_type, ROW_NUMBER() OVER (PARTITION BY g.service_point_id ORDER BY m.priority) topcall, m.priority, m.symbol from gator_service_points g, gator_calls gc, master_lut m Where g.service_point_id = gc.service_pt_id And CASE when g.job_id is null then 0 else 1 end = m.assign And gc.clue_cd = m.clue and g.account_priority = m.accnt and (CASE When ROUND((sysdate - gc.last_chng_datetime) * 1440) = 0 then '0' When ROUND((sysdate - gc.last_chng_datetime) * 1440) > 0 and ROUND((sysdate - gc.last_chng_datetime) * 1440) <= 120 then '120' When ROUND((sysdate - gc.last_chng_datetime) * 1440) > 120 and ROUND((sysdate - gc.last_chng_datetime) * 1440) <= 240 then '240' When ROUND((sysdate - gc.last_chng_datetime) * 1440) > 240 then '241' Else '9999 End) = m.age_class) where topcall = 1 and pri_call_type IN ('PF','LD','LO')

70 Spatial Functions Example select c.objectid, sde.st_intersection(c.shape, b.shape) shape from contour_l c, brokentopv b where sde.st_intersects(c.shape, b.shape)=1

71 Bulk Loading Considerations Exception to the rule Versioning - Do a reconcile and post of the version to default before you load - Highly recommended that you do a compress before the load - No other editing during a load - Indexes - Bulk loads are faster without indexes - Put feature classes in load only mode (drop indexes) before loading - Do not forget to take them out again of load only mode (recreate indexes)

72 Why to export/import using RDBMS tools? Copying non-versioned data without GDB functionality Copying the complete database to a test instance Logical Rules: Target has SDE without GDB functionality Target Has SDE with GDB functionality Target Doesn t have SDE Source Has SDE Use database tools Use GDB replication Use database tools

73 What to Export? No GDB functionality : SDE.ST_GEOMETRY and SDO_GEOMETRY data, or tables without spatial data, with no GDB functionality (Domains, Relationship Classes, Feature Dataset) - Only need to export the table - Drop SDE.ST_Geometry spatial prior to export GDB functionality need the SDE schema. - The User, all related data and SDE schema - May be easier to export entire Oracle Instance

74 How to export? Data pump (Oracle), SDEExport (ArcSDE) - Oracle tools, work well with ST_Geometry starting at 9.3 Simple data only. Advanced object types have to be exported using the ArcGIS, GP tools, python or ArcObjects. KB34342 Index: Working with ST_Geometry and Oracle export/import

75 Backup Options Backup all schemas, including SDE Make sure you test your recovery scripts/backups before you need to use them. On restore, may have to complie SDE schema packages. - DBMS_UTILLiTY.COMPILE_SCHEMA( SDE ) Note: It is worthwhile to backup dbinit file and dbtune settings whenever they change.

76 Steps to evaluate UC sessions My UC Homepage > Evaluate Sessions Choose session from planner OR Search for session

77 Thank you for attending Have fun at UC2012 Open for Questions Please fill out the evaluation:

78 Display Index Grid Stats

Administering your Oracle Geodatabase

Administering your Oracle Geodatabase 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Administering your Oracle Geodatabase Travis Val and Jim McAbee tval@esri.com jmcabee@esri.com Esri UC2013.

More information

Administering Your Oracle Geodatabase. Jim McAbee Mandar Purohit

Administering Your Oracle Geodatabase. Jim McAbee Mandar Purohit Administering Your Oracle Geodatabase Jim McAbee Mandar Purohit Intended Audience Desktop Web Device You are.. - A geodatabase administrator - An accidental DBA - A deliberate DBA - Not sure what DBA means

More information

Administering Your Oracle Geodatabase. Amit Kesarwani Mandar Purohit

Administering Your Oracle Geodatabase. Amit Kesarwani Mandar Purohit Administering Your Oracle Geodatabase Amit Kesarwani Mandar Purohit Intended Audience Desktop Web Device You are.. - A geodatabase administrator - An accidental DBA - A deliberate DBA Portal Portal Server

More information

Spatially Enable Your DBA PUG Miles Phillips LandWorks, Inc Feb 27, 2008

Spatially Enable Your DBA PUG Miles Phillips LandWorks, Inc Feb 27, 2008 Spatially Enable Your DBA PUG 2008 Miles Phillips mphillips@landworks.com LandWorks, Inc Feb 27, 2008 Audience Experienced DBAs assigned to support ArcSDE Experienced ArcGIS users that need to understand

More information

Administering Your Microsoft SQL Server Geodatabase

Administering Your Microsoft SQL Server Geodatabase Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Administering Your Microsoft SQL Server Geodatabase Thomas Dunn and Shannon Shields Topics for this presentation

More information

Best Practices with ArcSDE Technology. Katja Krivoruchko CA/NV/HI Technical Marketing ESRI

Best Practices with ArcSDE Technology. Katja Krivoruchko CA/NV/HI Technical Marketing ESRI Best Practices with ArcSDE Technology Katja Krivoruchko CA/NV/HI Technical Marketing ESRI Agenda What is ArcSDE Maintaining ArcSDE performance Geodatabase Toolset (GDBT) Upgrading ArcSDE Capacity Planning

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

Integrating ArcGIS to Enterprise Oracle Spatial Using Direct Connect

Integrating ArcGIS to Enterprise Oracle Spatial Using Direct Connect Integrating ArcGIS to Enterprise Oracle Spatial Using Direct Connect Michael D. Tsengouras Principal Software Engineer Navigation Technologies Corporation Abstract: Many organizations are adopting Enterprise

More information

Administering your Postgres Geodatabase

Administering your Postgres Geodatabase 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Administering your Postgres Geodatabase Jim Gough and Jim McAbee Esri UC2013. Technical Workshop. Agenda

More information

ArcGIS 9 Installation Guide: ArcSDE 64 bit for Microsoft SQL Server

ArcGIS 9 Installation Guide: ArcSDE 64 bit for Microsoft SQL Server ArcGIS 9 Installation Guide: ArcSDE 64 bit for Microsoft SQL Server Copyright 2009 ESRI All Rights Reserved. Printed in the United States of America. The information contained in this document is the exclusive

More information

Accessing and Administering your Enterprise Geodatabase through SQL and Python

Accessing and Administering your Enterprise Geodatabase through SQL and Python Accessing and Administering your Enterprise Geodatabase through SQL and Python Brent Pierce @brent_pierce Russell Brennan @russellbrennan hashtag: #sqlpy Assumptions Basic knowledge of SQL, Python and

More information

SOFTWARE PRODUCT. GEOINFORMATION SYSTEM «PANORAMA» (GIS Panorama) Applied tasks. Import and export data of format ArcSDE to DB Oracle

SOFTWARE PRODUCT. GEOINFORMATION SYSTEM «PANORAMA» (GIS Panorama) Applied tasks. Import and export data of format ArcSDE to DB Oracle APPROVED -AS Orig. Inv. No. Signature and date Repl. inv. No. Copy inv. No. Signature and date SOFTWARE PRODUCT GEOINFORMATION SYSTEM «PANORAMA» (GIS Panorama) Applied tasks. Import and export data of

More information

Troubleshooting Performance Issues with Enterprise Geodatabases. Ben Lin, Nana Dei, Jim McAbee

Troubleshooting Performance Issues with Enterprise Geodatabases. Ben Lin, Nana Dei, Jim McAbee Troubleshooting Performance Issues with Enterprise Geodatabases Ben Lin, Nana Dei, Jim McAbee blin@esri.com ndei@esri.com jmcabee@esri.com Workshop Agenda Performance Troubleshooting (Then & Now) Real-World

More information

Oracle DBA Course Content

Oracle DBA Course Content 1 Oracle DBA Course Content Database Architecture: Introduction to Instance and Database How user connects to database How SQL statement process in the database Oracle data dictionary and its role Memory

More information

ArcSDE architecture and connections

ArcSDE architecture and connections ArcSDE architecture and connections Lesson overview ArcSDE system components Application Server Connections Direct Connect Geodatabase properties ArcSDE versions What is a version ArcIMS and versions 6-2

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

Oracle Database 11g for Experienced 9i Database Administrators

Oracle Database 11g for Experienced 9i Database Administrators Oracle Database 11g for Experienced 9i Database Administrators 5 days Oracle Database 11g for Experienced 9i Database Administrators Course Overview The course will give experienced Oracle 9i database

More information

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri Introduction to Geodatabase and Spatial Management in ArcGIS Craig Gillgrass Esri Session Path The Geodatabase - What is it? - Why use it? - What types are there? - What can I do with it? Query Layers

More information

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES Corporate Trainer s Profile Corporate Trainers are having the experience of 4 to 12 years in development, working with TOP CMM level 5 comapnies (Project Leader /Project Manager ) qualified from NIT/IIT/IIM

More information

ArcGIS for Server Michele Lundeen

ArcGIS for Server Michele Lundeen ArcGIS for Server 10.1 Michele Lundeen Summary Vision Installation and Configuration Architecture Publishing Functional Enhancements Cloud Migration and Best Practices Powerful GIS capabilities Delivered

More information

EEOS Spatial Databases and GIS Applications

EEOS Spatial Databases and GIS Applications EEOS 381 - Spatial Databases and GIS Applications Lecture 6 Introduction to Enterprise Geodatabases and ArcSDE What is ArcSDE? Technology for multiuser geodatabases integrated into Esri s ArcGIS for Desktop

More information

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI)

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI) Oracle DBA (10g, 11g) Training Course Content Introduction (Database Architecture) Describe course objectives Explore the Oracle 10g database architecture Installing the Oracle Database Software Explain

More information

IT100: Oracle Administration

IT100: Oracle Administration IT100: Oracle Administration IT100 Rev.001 CMCT COURSE OUTLINE Page 1 of 8 Training Description: Introduction to Oracle Administration and Management is a five-day course designed to provide Oracle professionals

More information

Oracle Database 11g: SQL Fundamentals I

Oracle Database 11g: SQL Fundamentals I Oracle Database SQL Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-051 Exam Title: Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-071 Exam Title: Oracle Database SQL Oracle and Structured

More information

Editing Versioned Geodatabases : An Introduction

Editing Versioned Geodatabases : An Introduction Esri International User Conference San Diego, California Technical Workshops July 24, 2012 Editing Versioned Geodatabases : An Introduction Cheryl Cleghorn Shawn Thorne Assumptions: Basic knowledge of

More information

ORACLE DBA TRAINING IN BANGALORE

ORACLE DBA TRAINING IN BANGALORE ORACLE DBA TRAINING IN BANGALORE TIB ACADEMY #5/3 BEML LAYOUT, VARATHUR MAIN ROAD KUNDALAHALLI GATE, BANGALORE 560066 PH: +91-9513332301/2302 WWW.TRAININGINBANGALORE.COM Oracle DBA Training Syllabus Introduction

More information

Designing and Using Cached Map Services

Designing and Using Cached Map Services Esri International User Conference San Diego, California Technical Workshops July 2012 Designing and Using Cached Map Services Sterling Quinn Eric Rodenberg What we will cover Session Topics - Map cache

More information

Oracle Database 10g: New Features for Administrators Release 2

Oracle Database 10g: New Features for Administrators Release 2 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 10g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course introduces students to the new features

More information

Informatica Developer Tips for Troubleshooting Common Issues PowerCenter 8 Standard Edition. Eugene Gonzalez Support Enablement Manager, Informatica

Informatica Developer Tips for Troubleshooting Common Issues PowerCenter 8 Standard Edition. Eugene Gonzalez Support Enablement Manager, Informatica Informatica Developer Tips for Troubleshooting Common Issues PowerCenter 8 Standard Edition Eugene Gonzalez Support Enablement Manager, Informatica 1 Agenda Troubleshooting PowerCenter issues require a

More information

See Knowledge Base article: Oracle s optimizer uses a full table scan when executing a query against a st_geometry attribute

See Knowledge Base article: Oracle s optimizer uses a full table scan when executing a query against a st_geometry attribute A Developers Guide to ArcGIS 10 Geodatabase Data Types Native spatial types for Oracle Thomas Brown Session prerequisites prerequisites An understanding of Spatial Types Familiar with many SQL concepts

More information

Oracle 1Z0-054 Exam Questions and Answers (PDF) Oracle 1Z0-054 Exam Questions 1Z0-054 BrainDumps

Oracle 1Z0-054 Exam Questions and Answers (PDF) Oracle 1Z0-054 Exam Questions 1Z0-054 BrainDumps Oracle 1Z0-054 Dumps with Valid 1Z0-054 Exam Questions PDF [2018] The Oracle 1Z0-054 Oracle Database 11g: Performance Tuning exam is an ultimate source for professionals to retain their credentials dynamic.

More information

Course Contents of ORACLE 9i

Course Contents of ORACLE 9i Overview of Oracle9i Server Architecture Course Contents of ORACLE 9i Responsibilities of a DBA Changing DBA Environments What is an Oracle Server? Oracle Versioning Server Architectural Overview Operating

More information

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions 1Z0-060 Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-060 Exam on Upgrade to Oracle Database 12c... 2 Oracle 1Z0-060 Certification Details:... 2

More information

Oracle Database 12c Performance Management and Tuning

Oracle Database 12c Performance Management and Tuning Course Code: OC12CPMT Vendor: Oracle Course Overview Duration: 5 RRP: POA Oracle Database 12c Performance Management and Tuning Overview In the Oracle Database 12c: Performance Management and Tuning course,

More information

Esri s ArcGIS Enterprise. Today s Topics. ArcGIS Enterprise. IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center

Esri s ArcGIS Enterprise. Today s Topics. ArcGIS Enterprise. IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center Esri s ArcGIS Enterprise IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center Today s Topics Part 1: ArcGIS Enterprise architecture Part 2: Storing and serving data for the enterprise

More information

Design a Geodatabase. Rasu Muthurakku, Enterprise Solutions Architect / Consultant

Design a Geodatabase. Rasu Muthurakku, Enterprise Solutions Architect / Consultant Rasu Muthurakku, Enterprise Solutions Architect / Consultant Agenda Overview Key Factors Design - Recommendations Key Considerations, Best Practices and Recommendations / Lessons Learned! Overview What

More information

ArcSDE Configuration and Tuning Guide for Oracle. ArcGIS 8.3

ArcSDE Configuration and Tuning Guide for Oracle. ArcGIS 8.3 ArcSDE Configuration and Tuning Guide for Oracle ArcGIS 8.3 Copyright 1999, 2002 ESRI All Rights Reserved. Printed in the United States of America. The information contained in this document is the exclusive

More information

Esri s Spatial Database Engine. Today s Topics. ArcSDE. A spatial database engine that works on

Esri s Spatial Database Engine. Today s Topics. ArcSDE. A spatial database engine that works on Esri s Spatial Database Engine IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center Today s Topics Part 1: What is ArcSDE? Why use ArcSDE? ArcSDE Data Structure How is data stored

More information

Learning Objectives : This chapter provides an introduction to performance tuning scenarios and its tools.

Learning Objectives : This chapter provides an introduction to performance tuning scenarios and its tools. Oracle Performance Tuning Oracle Performance Tuning DB Oracle Wait Category Wait AWR Cloud Controller Share Pool Tuning 12C Feature RAC Server Pool.1 New Feature in 12c.2.3 Basic Tuning Tools Learning

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 Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours

Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours What you will learn This course advances your success as an Oracle professional in the area of database administration.

More information

Oracle Performance Tuning. Overview of performance tuning strategies

Oracle Performance Tuning. Overview of performance tuning strategies Oracle Performance Tuning Overview of performance tuning strategies Allan Young June 2008 What is tuning? Group of activities used to optimize and homogenize the performance of a database Maximize use

More information

<Insert Picture Here> DBA Best Practices: A Primer on Managing Oracle Databases

<Insert Picture Here> DBA Best Practices: A Primer on Managing Oracle Databases DBA Best Practices: A Primer on Managing Oracle Databases Mughees A. Minhas Sr. Director of Product Management Database and Systems Management The following is intended to outline

More information

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES Corporate Trainer s Profile Corporate Trainers are having the experience of 4 to 12 years in development, working with TOP CMM level 5 comapnies (Project Leader /Project Manager ) qualified from NIT/IIT/IIM

More information

Oracle Database 11g: New Features for Oracle 9i DBAs

Oracle Database 11g: New Features for Oracle 9i DBAs Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: New Features for Oracle 9i DBAs Duration: 5 Days What you will learn This course introduces students to the new features of Oracle Database

More information

Working with Feature Layers. Russell Brennan Gary MacDougall

Working with Feature Layers. Russell Brennan Gary MacDougall Working with Feature Layers Russell Brennan Gary MacDougall Working with Feature Layers Session will focus on feature access and editing Highlight new features added over the last few releases Agenda Introduction

More information

Oracle Database 11g: Self-Managing Database - The Next Generation

Oracle Database 11g: Self-Managing Database - The Next Generation Oracle Database 11g: Self-Managing Database - The Next Generation Katharina Römer Principal Sales Consultant Agenda Introduction Manage Performance & Resources Manage Fault

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 Database 12c Administration I

Oracle Database 12c Administration I Course Overview In this course, students will focus on configuration on supported systems. Also how the database fits in with other systems. Who Should Attend View Course Dates & Register Today This is

More information

Installing the Oracle Database Softwar

Installing the Oracle Database Softwar Contents chapter 1:Architecture Oracle Database Architecture Database Structures Oracle Memory Structures Process Structures Oracle Instance Management Server Process and Database Buffer Cache Physical

More information

Oracle Database 11g: Performance Tuning DBA Release 2

Oracle Database 11g: Performance Tuning DBA Release 2 Oracle University Contact Us: +65 6501 2328 Oracle Database 11g: Performance Tuning DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g Performance Tuning training starts with an

More information

PERFORMANCE TUNING TRAINING IN BANGALORE

PERFORMANCE TUNING TRAINING IN BANGALORE PERFORMANCE TUNING TRAINING IN BANGALORE TIB ACADEMY #5/3 BEML LAYOUT, VARATHUR MAIN ROAD KUNDALAHALLI GATE, BANGALORE 560066 PH: +91-9513332301/2302 WWW.TRAINININGBANGALORE.COM Oracle Database 11g: Performance

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

Stir It Up: Achieving GIS Interoperability

Stir It Up: Achieving GIS Interoperability Stir It Up: Achieving GIS Interoperability City of Tacoma, Washington, USA Mike Murnane, Community & Economic Development John Shell, Public Works 2006 ESRI International User Conference - August 9, 8:30

More information

Introduction to ArcSDE 8. John Calkins

Introduction to ArcSDE 8. John Calkins Introduction to ArcSDE 8 John Calkins Why are you here? Introduction to ArcSDE? What is a GeoDatabase? Existing SDE user? Existing ArcInfo user? Technical details on implementation? Just confused... ArcSDE

More information

The Oracle DBMS Architecture: A Technical Introduction

The Oracle DBMS Architecture: A Technical Introduction BY DANIEL D. KITAY The Oracle DBMS Architecture: A Technical Introduction As more and more database and system administrators support multiple DBMSes, it s important to understand the architecture of the

More information

Oracle EXAM - 1Z Oracle Database 11g: Performance Tuning. Buy Full Product.

Oracle EXAM - 1Z Oracle Database 11g: Performance Tuning. Buy Full Product. Oracle EXAM - 1Z0-054 Oracle Database 11g: Performance Tuning Buy Full Product http://www.examskey.com/1z0-054.html Examskey Oracle 1Z0-054 exam demo product is here for you to test the quality of the

More information

ArcMap: Tips and Tricks

ArcMap: Tips and Tricks Esri International User Conference San Diego, California Technical Workshops July 23 27, 2012 ArcMap: Tips and Tricks Miriam Schmidts Jorge Ruiz-Valdepena Agenda Navigating ArcMap Repairing data links

More information

SQL Server DBA Course Content

SQL Server DBA Course Content 1 SQL Server DBA Course Content SQL Server Versions and Editions Features of SQL Server Differentiate the SQL Server and Oracle Services of SQL Server Tools of SQL server SQL Server Installation SQL server

More information

What is Real Application Testing?

What is Real Application Testing? Real Application Testing Real Application Testing Enterprise Manager Management Packs Enhancements What is Real Application Testing? New database option available with EE only Includes two new features

More information

Overcoming Challenges While Migrating SDE Versions

Overcoming Challenges While Migrating SDE Versions Copyright 2016, Saudi Aramco. All rights reserved. Overcoming Challenges While Migrating SDE Versions Jameel Al-Khalaf ESRI User Conference June 28, 2016 Agenda Project Overview Project Objectives Migration

More information

Oracle Database 11g : Performance Tuning DBA Release2

Oracle Database 11g : Performance Tuning DBA Release2 Oracle Database 11g : Performance Tuning DBA Release2 Target Audience : Technical Consultant/L2/L3 Support DBA/Developers Course Duration : 5 days Day 1: Basic Tuning Tools Monitoring tools overview Enterprise

More information

Data Guard: Setup and Administration. By Ashok Kapur Hawkeye Technology, Inc.

Data Guard: Setup and Administration. By Ashok Kapur Hawkeye Technology, Inc. Data Guard: Setup and Administration By Ashok Kapur. Agenda Introduction New Features Logical and Physical Standby Databases Setup Physical and Logical Standby Databases Administration including Switchover

More information

Oracle Database 11g: SQL Tuning Workshop

Oracle Database 11g: SQL Tuning Workshop Oracle University Contact Us: Local: 0845 777 7 711 Intl: +44 845 777 7 711 Oracle Database 11g: SQL Tuning Workshop Duration: 3 Days What you will learn This Oracle Database 11g: SQL Tuning Workshop Release

More information

Microsoft SQL Server" 2008 ADMINISTRATION. for ORACLE9 DBAs

Microsoft SQL Server 2008 ADMINISTRATION. for ORACLE9 DBAs Microsoft SQL Server" 2008 ADMINISTRATION for ORACLE9 DBAs Contents Acknowledgments *v Introduction xvii Chapter 1 Introduction to the SQL Server Platform 1 SQLServer Editions 2 Premium Editions 3 Core

More information

Tips and Tricks on Successful Upgrade to 11gR2

Tips and Tricks on Successful Upgrade to 11gR2 Tips and Tricks on Successful Upgrade to 11gR2 Project Approval Get buy in from CIO and other groups Justify the need End of premier support Extended Support Cost To be current Benefits of new release

More information

Planning Enterprise Geodatabase Solutions

Planning Enterprise Geodatabase Solutions Esri Middle East and Africa User Conference December 10 12 Abu Dhabi, UAE Planning Enterprise Geodatabase Solutions Pete Fitts Agenda Overview Database Design Data Maintenance Infrastructure Design and

More information

1Z Upgrade Oracle9i/10g to Oracle Database 11g OCP Exam Summary Syllabus Questions

1Z Upgrade Oracle9i/10g to Oracle Database 11g OCP Exam Summary Syllabus Questions 1Z0-034 Upgrade Oracle9i/10g to Oracle Database 11g OCP Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-034 Exam on Upgrade Oracle9i/10g to Oracle Database 11g OCP... 2 Oracle 1Z0-034

More information

Oracle Tuning Pack. Table Of Contents. 1 Introduction. 2 Installation and Configuration. 3 Documentation and Help. 4 Oracle SQL Analyze

Oracle Tuning Pack. Table Of Contents. 1 Introduction. 2 Installation and Configuration. 3 Documentation and Help. 4 Oracle SQL Analyze Oracle Tuning Pack Readme Release 2.1.0.0.0 for Windows February 2000 Part No. A76921-01 Table Of Contents 1 Introduction 2 Installation and Configuration 3 Documentation and Help 4 Oracle SQL Analyze

More information

EZY Intellect Pte. Ltd., #1 Changi North Street 1, Singapore

EZY Intellect Pte. Ltd., #1 Changi North Street 1, Singapore Oracle Database 12c: Performance Management and Tuning NEW Duration: 5 Days What you will learn In the Oracle Database 12c: Performance Management and Tuning course, learn about the performance analysis

More information

Re-platforming the E-Business Suite Database

Re-platforming the E-Business Suite Database Re-platforming the E-Business Suite Database Ahmed Alomari Performance Specialist aalomari@cybernoor.com Database SIG Agenda Options Case Study Q & A Options Re-platforming Options Transportable DB Transportable

More information

Working with Metadata in ArcGIS

Working with Metadata in ArcGIS Esri International User Conference San Diego, California Technical Workshops July 26, 2012 Working with Metadata in ArcGIS Aleta Vienneau Metadata in ArcGIS ArcGIS metadata goals Editing metadata Setting

More information

ICIT. Brian Hiller ESRI Account Manger. What s new in ArcGIS 10

ICIT. Brian Hiller ESRI Account Manger. What s new in ArcGIS 10 ICIT Brian Hiller ESRI Account Manger What s new in ArcGIS 10 ArcGIS 10 Fast Easy Powerful Everywhere late June 2010 ArcGIS System for Geographic Information Desktop Server Mobile Online A System A Complete

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

An Introduction to Data Interoperability

An Introduction to Data Interoperability Esri International User Conference San Diego, California 2012 Technical Workshops July 24/25 An Introduction to Data Interoperability Bruce Harold - Esri Dale Lutz Safe Software Background Why Data Interoperability?

More information

Oracle Database 11g: New Features for Administrators DBA Release 2

Oracle Database 11g: New Features for Administrators DBA Release 2 Oracle Database 11g: New Features for Administrators DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: New Features for Administrators DBA Release 2 training explores new change

More information

Key Terms. Attribute join Target table Join table Spatial join

Key Terms. Attribute join Target table Join table Spatial join Key Terms Attribute join Target table Join table Spatial join Lect 10A Building Geodatabase Create a new file geodatabase Map x,y data Convert shape files to geodatabase feature classes Spatial Data Formats

More information

CHAPTER. Oracle Database 11g Architecture Options

CHAPTER. Oracle Database 11g Architecture Options CHAPTER 1 Oracle Database 11g Architecture Options 3 4 Part I: Critical Database Concepts Oracle Database 11g is a significant upgrade from prior releases of Oracle. New features give developers, database

More information

Oracle Database 11g: Performance Tuning DBA Release 2

Oracle Database 11g: Performance Tuning DBA Release 2 Course Code: OC11PTDBAR2 Vendor: Oracle Course Overview Duration: 5 RRP: POA Oracle Database 11g: Performance Tuning DBA Release 2 Overview This course starts with an unknown database that requires tuning.

More information

Create A Private Database Link In Another Schema In Oracle 11g Drop >>>CLICK HERE<<<

Create A Private Database Link In Another Schema In Oracle 11g Drop >>>CLICK HERE<<< Create A Private Database Link In Another Schema In Oracle 11g Drop Posts about create database link in another schema written by John Hallas. 11g new features 12c new features addm ASM Blogroll Grid control

More information

IT Best Practices Audit TCS offers a wide range of IT Best Practices Audit content covering 15 subjects and over 2200 topics, including:

IT Best Practices Audit TCS offers a wide range of IT Best Practices Audit content covering 15 subjects and over 2200 topics, including: IT Best Practices Audit TCS offers a wide range of IT Best Practices Audit content covering 15 subjects and over 2200 topics, including: 1. IT Cost Containment 84 topics 2. Cloud Computing Readiness 225

More information

MOC 6232A: Implementing a Microsoft SQL Server 2008 Database

MOC 6232A: Implementing a Microsoft SQL Server 2008 Database MOC 6232A: Implementing a Microsoft SQL Server 2008 Database Course Number: 6232A Course Length: 5 Days Course Overview This course provides students with the knowledge and skills to implement a Microsoft

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

Oracle 10g Move Table To Another Schema

Oracle 10g Move Table To Another Schema Oracle 10g Move Table To Another Schema Export the tables from different schemas in Oracle 10g database on a Linux server. (oracle@localhost ~)$ sqlplus / as sysdba. a1 and a2 are 2 schemas. Maybe you

More information

ArcMap Tips and Tricks

ArcMap Tips and Tricks 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop ArcMap Tips and Tricks Jack Horton Jorge Ruiz-Valdepeña Esri UC2013. Technical Workshop. Jorge s Agenda

More information

End-to-end Management with Grid Control. John Abrahams Technology Sales Consultant Oracle Nederland B.V.

End-to-end Management with Grid Control. John Abrahams Technology Sales Consultant Oracle Nederland B.V. End-to-end Management with Grid Control John Abrahams Technology Sales Consultant Oracle Nederland B.V. Agenda End-to-end management with Grid Control Database Performance Management Challenges Complexity

More information

Create a personal geodatabase

Create a personal geodatabase Create a personal geodatabase To create a personal geodatabase that corresponds to the same release as the ArcGIS for Desktop client you are using, follow these steps: 1. In ArcCatalog, right-click the

More information

<Insert Picture Here> Reduce Problem Resolution Time with Oracle Database 11g Diagnostic Framework

<Insert Picture Here> Reduce Problem Resolution Time with Oracle Database 11g Diagnostic Framework 1 Reduce Problem Resolution Time with Oracle Database 11g Diagnostic Framework Marcus Fallen Principal Member of Technical Staff The following is intended to outline our general product

More information

Building Applications with the ArcGIS Runtime SDK for WPF

Building Applications with the ArcGIS Runtime SDK for WPF Esri International User Conference San Diego, California Technical Workshops 24 th July 2012 Building Applications with the ArcGIS Runtime SDK for WPF Euan Cameron & Paul Pilkington Agenda Introduction

More information

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Description The SQL Fundamentals exam is intended to verify that certification candidates have a basic understanding of the SQL language. It covers the

More information

AGIC 2012 Workshop Leveraging Free RDBMS in ArcGIS

AGIC 2012 Workshop Leveraging Free RDBMS in ArcGIS AGIC 2012 Workshop Leveraging Free RDBMS in ArcGIS Prescott, AZ October 2012 Instructors: Bo Guo, PE, PhD Terry Li Workshop Outline Part I Introduction Why RDBMS Discussion on Obstacles for using RDBMS

More information

Gather Schema Statistics Oracle 10g Examples

Gather Schema Statistics Oracle 10g Examples Gather Schema Statistics Oracle 10g Examples Document 452011.1 * Restoring table statistics in 10G onwards Document 237901.1 Gathering Schema or Database Statistics Automatically - Examples gathering on

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

Oracle12c Release 1 New Features for Administrators (5 Days)

Oracle12c Release 1 New Features for Administrators (5 Days) www.peaklearningllc.com Oracle12c Release 1 New Features for Administrators (5 Days) Course Description This course provides a complete, hands-on introduction to the newest release of Oracle Enterprise

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

MINION ENTERPRISE FEATURES LIST

MINION ENTERPRISE FEATURES LIST MINION ENTERPRISE FEATURES LIST Minion Enterprise is an automation and management tool for SQL Server. It provides you with the 10,000- foot view, detailed view, and fine-grained alerting and controls

More information

2072 : Administering a Microsoft SQL Server 2000 Database

2072 : Administering a Microsoft SQL Server 2000 Database 2072 : Administering a Microsoft SQL Server 2000 Database Introduction This course provides students with the knowledge and skills required to install, configure, administer, and troubleshoot the client-server

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: 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 Database 11g: New Features for Administrators Release 2

Oracle Database 11g: New Features for Administrators Release 2 Oracle University Contact Us: 0845 777 7711 Oracle Database 11g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course gives you the opportunity to learn about and

More information