Fast Track Model Based Design and Development with Oracle9i Designer. An Oracle White Paper August 2002

Size: px
Start display at page:

Download "Fast Track Model Based Design and Development with Oracle9i Designer. An Oracle White Paper August 2002"

Transcription

1 Fast Track Model Based Design and Development with Oracle9i Designer An Oracle White Paper August 2002

2 Fast Track Model Based Design and Development with Oracle9i Designer Executive Overivew... 3 Introduction... 3 What Is Oracle9i Designer?... 3 Modeling System Requirements... 4 The Design Editor... 5 The Designer Repository... 5 Modeling Oracle9i databases... 6 What Can You Model?... 7 Reference Code Tables... 8 Distributed Database Models... 8 Generating a Database Based On Your Models... 9 Capturing the Design of Existing Database Schemas Creating Multi-tier Applications Using the Server API Impact Analysis Using the Dependency Manager Conclusion Fast Track Model Based Design and Development with Oracle9i Designer Page 2

3 Fast Track Model Based Design and Development with Oracle9i Designer EXECUTIVE OVERIVEW E-business solutions may be the new, fashionable key technology, but it does not make client/server applications redundant! Regardless of the environment in which you implement your application, two crucial common factors exist - the Oracle database and the legacy application. Most Internet based or client/server database applications run on the powerful, reliable and scalable Oracle9i database. Many evolve from legacy client/server applications, running on previous releases of this industry-leading product. Only one product, Oracle9i Designer, offers a toolset to model, generate and capture the requirements and design of these databases and applications quickly, accurately and efficiently, and also to assess the impact of changing those designs or applications. INTRODUCTION This white paper focuses on the key Designer elements that enable organizations to fast track their development activities to respond quickly to market changes and meet customers and partners needs in today s deadline driven world. The paper gives an overview of Designer, then describes the process of using the: Design Editor and Server Generator to create the database, its objects and Application Programming Interface (API) to implement multi-tier applications Dependency Manager to analyze the impact of changing the database or application design WHAT IS ORACLE9i DESIGNER? Oracle9i Designer is a scalable, flexible and integrated environment for developing client/server applications or leading e-business solutions that leverage the power of the Internet. It is part of the Oracle9i Developer Suite (9iDS) of development and business intelligence tools. Designer promotes and supports Oracle9i and also integrates fully with Oracle9i Forms. It supports, but does not enforce, different approaches to development so organizations can use their preferred method, for example End-User Driven (Rapid Fast Track Model Based Design and Development with Oracle9i Designer Page 3

4 Application Development), Information Driven (Information Engineering), Process Model Driven or Design Capture Driven. Designer also integrates with Oracle9i JDeveloper, Oracle s J2EE and XML development environment with end-to-end support for developing, debugging, and deploying business applications and Web services. This provides a complete, endto-end development environment for modeling designing and generating e-business Java applications that use the Oracle9i Database. The Designer Front Panel is the one stop starting point for access to all its modeling, design and generation and administrative tools. Figure 1. The Oracle9i Designer Front Panel Modeling System Requirements Designer offers four tools to model business processes and system requirements. Process Modeler records business processes, while the Entity Relationship Diagrammer, Function Hierarchy Diagrammer and Dataflow Diagrammer record the things of importance to a business, the functions it performs and data that flows through the business. These tools use industry standard Business Process Reengineering (BPR) or Information Engineering (IE) techniques and notation. You can then transform your models to create first cut server designs and/or application designs using the Database and Application Design Transformers. Fast Track Model Based Design and Development with Oracle9i Designer Page 4

5 The Design Editor Alternatively, organizations may choose to model their client/server or e-business application from scratch, or protect current investment by capturing the design of a legacy application. Designer makes this possible with the Design Editor, a powerful, integrated, graphical environment for designing, generating and capturing database and application designs. The Design Editor combines drag and drop functionality, multiple diagram types, preference palettes and object libraries to provide a workbench for new or experienced business or technical users. Figure 2. The Design Editor The Design Editor is the control center, where organizations model Oracle9i databases and multi-tier e-business applications. Use the Server Generator to create the database, its objects and API as necessary, generate Forms, Oracle9i Reports, Web PL/SQL and also create application logic for PL/SQL, JavaScript and Visual Basic. The Designer Repository Supporting the extensive features of Designer is the Repository, used to store and manage database and application metadata in a controlled environment throughout the software development lifecycle, for example to store server models or reverse engineered designs of an existing database application. The Repository facilitates team working and project management by giving users immediate access to one accurate, synchronized source of metadata. It supports Fast Track Model Based Design and Development with Oracle9i Designer Page 5

6 files and folders and provides functionality for maintaining multiple versions and configurations of objects. Note The Designer Repository is now also available as a separate component to Designer in Oracle9iDS, called Oracle9i Software Configuration Manager (SCM). Figure 3. Repository Support for Designer MODELING ORACLE9i DATABASES Designer offers three methods for modeling a database, which give many advantages over creating the physical database and its objects directly. You can base your design on real, business processes and system requirements, design from scratch or capture the design of a legacy application. Whichever method used, modeling the database graphically in the Design Editor enables you to visualize it quickly and easily. Organizations can focus on analyzing product and customer requirements to provide a sound foundation that they can refer to, reapply and amend as necessary. Business and technical users have the opportunity to discuss and identify common parts of the design and assess the impact of changes within the organization and with its customers. The finished model is ready for generating using the Server Generator to reduce coding requirements. Application development is faster, more productive, less error prone and so helps to improve quality because organizations can design a database that hits closer to the target first time. Fast Track Model Based Design and Development with Oracle9i Designer Page 6

7 What Can You Model? Designer enables you to model much more than standard relational schema constructs such as triggers, primary keys and mandatory or optional columns. You can model, for example, Oracle object types and PL/SQL structures such as functions and packages. Server Model Diagrams represent these objects graphically in the Design Editor to enable users to easily see the properties and relationships of all database objects. When you define database objects such as tables and columns, the Design Editor adds default attribute values automatically, for example the name, length and accuracy of a column. Yet the Design Editor also gives you the ability to enhance the definition significantly, by adding attributes for how objects display in the application. Figure 4. A Typical Server Model Diagram Showing Relational Constructs This is a powerful key feature of Design Editor. You can define attributes such as hint text, item names, the size and position of an object and whether an image or text should display. Organizations can apply consistent user interface standards for objects whenever they display across the application to create a style guide stored with the metadata in the Repository. Fast Track Model Based Design and Development with Oracle9i Designer Page 7

8 Figure 5. Examples of Defining UI Standards for Database Objects Reference Code Tables Furthermore, the Design Editor supports the modeling of reference code tables, used to validate the allowable values you can define for columns or use in associated domains. They contain the allowable values together with their abbreviations and meanings. Reference code tables offer many advantages over hard-coding allowable values. Firstly, they help to ensure data integrity because you can store the validation criteria centrally on the server. Reference code tables are easier and cheaper to maintain because, if business rules change, the organization only has to amend the reference code table once, regardless of how many objects or applications use it. This reduces the amount of coding necessary, aiding a more efficient development lifecycle. Reference code tables are also flexible because you can use the same table with or without the Server API in several applications, regardless of type, for example Forms, Reports, and PL/SQL Web applications. Distributed Database Models The Design Editor can also support the modeling of complex but efficient and flexible architectures that implement distributed database structures. A distributed database model represents a network of databases using multiple servers but which appears to users as one, logical database. This provides the ability to logically combine physically separate databases to enable all users to access and modify data simultaneously. The Design Editor supports replicating tables or groups of related objects or providing a materialized view of an object at a particular time or in a particular Fast Track Model Based Design and Development with Oracle9i Designer Page 8

9 state. For frequently accessed tables, this reduces the need to transfer data across a network repeatedly to help maximize performance. GENERATING A DATABASE BASED ON YOUR MODELS A powerful key feature of the Design Editor is the Server Generator tool, which enables you to build a database from your designs and at any time capture an existing database into the Repository. Organizations can generate or capture, redesign, then regenerate the database continuously and seamlessly. This real world iterative design and development process ensures the server model and objects synchronize with the database and application itself. The Server Generator can generate databases for any target platform from the metadata stored in the Repository. You can generate: the physical Oracle or non-oracle database itself objects defined in the Repository directly onto the database, for example tables Data Definition Language (DDL) scripts to create the physical database or database objects later the PL/SQL Server API interface that applications call to insert, update, delete and lock data in the tables generated from your designs, and also perform queries on those tables Figure 6. Features of the Server Generator Fast Track Model Based Design and Development with Oracle9i Designer Page 9

10 CAPTURING THE DESIGN OF EXISTING DATABASE SCHEMAS At any time organizations can use the Server Generator to capture the design of an existing Oracle or non-oracle database application. Figure 7. Database Design and Capture in Designer To fast track the design and development of e-business solutions, you can quickly capture and redesign a legacy database then regenerate it as an Oracle9i database. If necessary, you can use the Oracle9i migration utilities to migrate a previous release of the Oracle database to Oracle9i, then capture that design into Designer to make any necessary changes. The Server Generator extracts database definitions from the source database and its objects or the DDL scripts used to create them, and then creates equivalent definitions in the Repository. If you already captured this database previously, Server Generator reconciles the existing Repository definitions with the new information extracted. There are two views of the object captured into the Repository: User objects, which represent the physical implementation of the objects captured from the connected user's schema. They display in red under the Design Editor Navigator DB Admin tab. Base objects, which represent the logical design of the objects captured into the Repository. You can edit them to change the design of, for example relational tables, sequences, PL/SQL definitions and Oracle object types. They display under the Design Editor Navigator Server Model tab. Fast Track Model Based Design and Development with Oracle9i Designer Page 10

11 CREATING MULTI-TIER APPLICATIONS USING THE SERVER API The Server API is a powerful and easy-to-use PL/SQL interface that client applications call to perform DML operations on tables and also perform queries on those tables. The Server API passes a DML operation or query from the client application to the relevant database table, then passes the information returned back to the application after the action as necessary. The Server API is crucial to creating multi-tier applications, where both the database and API are separate to the client and maybe stored together on the same physical server. This enables organizations to implement relatively thin clients, for example installing Forms or Web PL/SQL applications on a client without any application logic. The Server API consists of the Table API (also known as table handlers) and the Module Component API (also known as module handlers). The Table API provides PL/SQL packages and triggers that applications call to insert, update, delete and lock table rows. Module Component APIs are based on stored procedures or views. They provide generated insert, update, delete and lock procedures that call equivalent Table API procedures to perform the action on the table used. Designer enables you to fully customize the API to perform actions relevant to your business rules and application design. This involves defining your own pre- or post-event code, executed at specified points in the generated API code. Figure 8. Customizing the Server API Fast Track Model Based Design and Development with Oracle9i Designer Page 11

12 Pre-event code enhances the information passed to the database before modifying the table, for example to record information about inserting or updating a row for auditing purposes. Post-event code passes additional information back to the calling application after modifying a table, for example the number of times a row is inserted. If a table API procedure is called directly from the application, only the event code embedded in that procedure is executed. If a Table API trigger is fired implicitly for a table, any pre-event code defined for the trigger is executed first, followed by the trigger code, called procedure code, then the post-event trigger code. IMPACT ANALYSIS USING THE DEPENDENCY MANAGER One of the impressive features of the Repository is the Dependency Manager, which enables organizations to identify and analyze the dependencies between structured and unstructured data. A dependency is a relationship, association or requirement between two software development objects. There are two types of dependency: everything that an object uses, for example a form uses the EMP table all the things used by an object, for example a menu is used by a form Figure 9. Impact Analysis: The Problem Fast Track Model Based Design and Development with Oracle9i Designer Page 12

13 Impact Analysis is crucial for managing configurations and releases of the application. In a complex application, an organization may have difficulty identifying the impact of changing one object because many dependencies exist between each object. Dependencies show all the objects necessary for a configuration or release to ensure a relationship, association or requirement is not broken. Without impact analysis, how do you know if an object is missing? The Dependency Manager uses parsers to identify the dependencies and it contains a wide range of powerful parsers for Oracle Forms, Reports, Menu and Object and PL/SQL Libraries, Java, C / Pro*C, SQL, PL/SQL, and a Structured Analyzer to analyze elements in the Oracle Designer Model. For example, for an Oracle Form, the Dependency Manager can display many dependencies, such as the tables and columns used, the called modules and references from other Forms. The Dependency Manager parsers are written in Java using open developer APIs. Therefore, if organizations store files in the Repository for which there is no parser, such as COBOL routines, they can easily write and plug user-defined parsers into this architecture. Figure 10. Dependencies Viewed in the Dependency Manager Fast Track Model Based Design and Development with Oracle9i Designer Page 13

14 The Dependency Manager contains a list of parser mappings to define what parser to use for each file extension. It calls the appropriate parser and generates XML to describe the dependencies found. If it identifies data that the parser cannot handle, it calls the appropriate other parser and nests that XML output in the original XML, then imports the dependency information into the Repository. Over time, users can see the dependency information for the whole application build up. CONCLUSION Recent enhancements have significantly improved Oracle9i Designer s fast track model based approach to design and development. Designer supports the latest release of the Oracle database, Oracle9i and other development tools such as Oracle9i JDeveloper and Oracle9i Forms. Together with new functionality for managing configurations and analyzing the impact of changes, Designer can easily support the development of larger scale, complex database applications and J2EE e-business Java applications. Designer offers a productive, flexible, efficient, accurate and automatic approach that is easy to manage and maintain. Organizations can reduce the amount of coding necessary, focus on analysis and design and therefore aim to improve the quality of the finished application by hitting the target first time. Therefore Designer is the product to use to rapidly develop scalable, distributed, cross-platform client/server and e-business applications. Fast Track Model Based Design and Development with Oracle9i Designer Page 14

15 Fast Track Model Based Design and Development with Oracle9i Designer August 2002 Author: Dominic Battiston Oracle Corporation World Headquarters 500 Oracle Parkway Redwood Shores, CA U.S.A. Worldwide Inquiries: Phone: Fax: Oracle is a registered trademark of Oracle Corporation. Various product and service names referenced herein may be trademarks of Oracle Corporation. All other product and service names mentioned may be trademarks of their respective owners. Copyright 2002 Oracle Corporation All rights reserved.

Oracle Application Development Framework Overview

Oracle Application Development Framework Overview An Oracle White Paper July 2009 Oracle Application Development Framework Overview Introduction... 1 Oracle ADF Making Java EE Development Simpler... 2 THE ORACLE ADF ARCHITECTURE... 3 The Business Services

More information

Oracle Warehouse Builder 10g Runtime Environment, an Update. An Oracle White Paper February 2004

Oracle Warehouse Builder 10g Runtime Environment, an Update. An Oracle White Paper February 2004 Oracle Warehouse Builder 10g Runtime Environment, an Update An Oracle White Paper February 2004 Runtime Environment, an Update Executive Overview... 3 Introduction... 3 Runtime in warehouse builder 9.0.3...

More information

Web ADI: Extending the E-Business Suite with Desktop Applications

Web ADI: Extending the E-Business Suite with Desktop Applications Web ADI: Extending the E-Business Suite with Desktop Applications Desktop Integration The leveraging of Desktop Application functionality to perform E-business Suite tasks Page 1 of 24 Contents Preface

More information

Oracle Streams. An Oracle White Paper October 2002

Oracle Streams. An Oracle White Paper October 2002 Oracle Streams An Oracle White Paper October 2002 Oracle Streams Executive Overview... 3 Introduction... 3 Oracle Streams Overview... 4... 5 Staging... 5 Propagation... 6 Transformations... 6 Consumption...

More information

Oracle Fusion Middleware 11g: Build Applications with ADF Accel

Oracle Fusion Middleware 11g: Build Applications with ADF Accel Oracle University Contact Us: +352.4911.3329 Oracle Fusion Middleware 11g: Build Applications with ADF Accel Duration: 5 Days What you will learn This is a bundled course comprising of Oracle Fusion Middleware

More information

<Insert Picture Here> Oracle SQL Developer Data Modeler 3.0: Technical Overview

<Insert Picture Here> Oracle SQL Developer Data Modeler 3.0: Technical Overview Oracle SQL Developer Data Modeler 3.0: Technical Overview February 2011 Contents Data Modeling Why model? SQL Developer Data Modeler Overview Technology and architecture Features

More information

Using Oracle Designer 6i to Configuration Management Internet Platform Applications. An Oracle Technical White Paper October 2000

Using Oracle Designer 6i to Configuration Management Internet Platform Applications. An Oracle Technical White Paper October 2000 Using Oracle Designer 6i to Configuration Management Internet Platform Applications An Oracle Technical White Paper INTRODUCTION Configuration Management does not normally become an issue within a software

More information

SQL Developer Oracle Migration Workbench Taking Database Migration to the next level

SQL Developer Oracle Migration Workbench Taking Database Migration to the next level SQL Developer Oracle Migration Workbench Taking Database Migration to the next level Donal Daly Senior Director, Database Tools Agenda Why Migrate to Oracle? Oracle Migration Workbench

More information

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data June 2006 Note: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality,

More information

Oracle FLEXCUBE Universal Banking 12.0

Oracle FLEXCUBE Universal Banking 12.0 Oracle FLEXCUBE Universal Banking 12.0 Data Model Getting Started Release 1.0 May 2012 Oracle Part Number E51465-01 FCUBS-FD08-01-01-Data Model getting started 1 Contents 1 Preface... 3 1.1 Audience...

More information

Quick Web Development using JDeveloper 10g

Quick Web Development using JDeveloper 10g Have you ever experienced doing something the long way and then learned about a new shortcut that saved you a lot of time and energy? I can remember this happening in chemistry, calculus and computer science

More information

Rational Software White paper

Rational Software White paper Unifying Enterprise Development Teams with the UML Grady Booch Rational Software White paper 1 There is a fundamental paradox at play in contemporary software development. On the one hand, organizations

More information

Insbridge Enterprise Rating Design Time Reporting Document

Insbridge Enterprise Rating Design Time Reporting Document Oracle Insurance Insbridge Enterprise Rating Design Time Reporting Document Release 5.1.x December 2015 DESIGN TIME REPORTING The IBRM database is the repository for content created in RateManager. Data

More information

Empowering DBA's with IBM Data Studio. Deb Jenson, Data Studio Product Manager,

Empowering DBA's with IBM Data Studio. Deb Jenson, Data Studio Product Manager, Empowering DBA's with IBM Data Studio Deb Jenson, Data Studio Product Manager, dejenson@us.ibm.com Disclaimer Copyright IBM Corporation [current year]. All rights reserved. U.S. Government Users Restricted

More information

An Oracle White Paper February Combining Siebel IP 2016 and native OPA 12.x Interviews

An Oracle White Paper February Combining Siebel IP 2016 and native OPA 12.x Interviews An Oracle White Paper February 2017 Combining Siebel IP 2016 and native OPA 12.x Interviews Purpose This whitepaper is a guide for Siebel customers that wish to take advantage of OPA 12.x functionality

More information

ORACLE DATABASE 12C INTRODUCTION

ORACLE DATABASE 12C INTRODUCTION SECTOR / IT NON-TECHNICAL & CERTIFIED TRAINING COURSE In this training course, you gain the skills to unleash the power and flexibility of Oracle Database 12c, while gaining a solid foundation of database

More information

Chapter 1 GETTING STARTED. SYS-ED/ Computer Education Techniques, Inc.

Chapter 1 GETTING STARTED. SYS-ED/ Computer Education Techniques, Inc. Chapter 1 GETTING STARTED SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: The IDE: Integrated Development Environment. MVC: Model-View-Controller Architecture. BC4J: Business Components

More information

MAKING THE BUSINESS CASE MOVING ORACLE FORMS TO THE WEB

MAKING THE BUSINESS CASE MOVING ORACLE FORMS TO THE WEB MAKING THE BUSINESS CASE MOVING ORACLE FORMS TO THE WEB About Us Agenda Strategic Direction of Oracle Forms Applications Migration Options Migrating to 10g and 11g Migrating to J2EE and ADF Migrating to

More information

Installation Instructions: Oracle XML DB XFILES Demonstration. An Oracle White Paper: November 2011

Installation Instructions: Oracle XML DB XFILES Demonstration. An Oracle White Paper: November 2011 An Oracle White Paper: November 2011 Installation Instructions: Oracle XML DB XFILES Demonstration Table of Contents Installation Instructions: Oracle XML DB XFILES Demonstration... 1 Executive Overview...

More information

Case Study: Redeveloping an Oracle Forms application using Oracle JDeveloper and Oracle ADF

Case Study: Redeveloping an Oracle Forms application using Oracle JDeveloper and Oracle ADF Case Study: Redeveloping an Oracle Forms application using Oracle JDeveloper and Oracle ADF An Oracle White Paper August 2007 Case Study: Redeveloping an Oracle Forms Application using Oracle JDeveloper

More information

An Oracle White Paper September Security and the Oracle Database Cloud Service

An Oracle White Paper September Security and the Oracle Database Cloud Service An Oracle White Paper September 2012 Security and the Oracle Database Cloud Service 1 Table of Contents Overview... 3 Security architecture... 4 User areas... 4 Accounts... 4 Identity Domains... 4 Database

More information

An Oracle White Paper April Oracle Application Express 5.0 Overview

An Oracle White Paper April Oracle Application Express 5.0 Overview An Oracle White Paper April 2015 Oracle Application Express 5.0 Overview Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

Improve Data Integration with Changed Data Capture. An Oracle Data Integrator Technical Brief Updated December 2006

Improve Data Integration with Changed Data Capture. An Oracle Data Integrator Technical Brief Updated December 2006 Improve Data Integration with Changed Data Capture An Oracle Data Integrator Technical Brief Updated December 2006 Improve Data Integration with Changed Data Capture: An Oracle Data Integrator Technical

More information

Next-Generation SOA Infrastructure. An Oracle White Paper May 2007

Next-Generation SOA Infrastructure. An Oracle White Paper May 2007 Next-Generation SOA Infrastructure An Oracle White Paper May 2007 Next-Generation SOA Infrastructure INTRODUCTION Today, developers are faced with a bewildering array of technologies for developing Web

More information

Oracle Warehouse Builder 10g Release 2 What is an Expert?

Oracle Warehouse Builder 10g Release 2 What is an Expert? Oracle Warehouse Builder 10g Release 2 What is an Expert? May 2006 Note: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should

More information

Using SQL Developer. Oracle University and Egabi Solutions use only

Using SQL Developer. Oracle University and Egabi Solutions use only Using SQL Developer Objectives After completing this appendix, you should be able to do the following: List the key features of Oracle SQL Developer Identify menu items of Oracle SQL Developer Create a

More information

Oracle FLEXCUBE Universal Banking Development of Dashboard Forms

Oracle FLEXCUBE Universal Banking Development of Dashboard Forms Oracle FLEXCUBE Universal Banking 12.0.2 August 2013 1 Table of Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related Documents... 3 2 Introduction... 4 3 Creating Dashboard Screen... 4 3.1 Preferences...

More information

Adding Mobile Capability to an Enterprise Application With Oracle Database Lite. An Oracle White Paper June 2007

Adding Mobile Capability to an Enterprise Application With Oracle Database Lite. An Oracle White Paper June 2007 Adding Mobile Capability to an Enterprise Application With Oracle Database Lite An Oracle White Paper June 2007 Adding Mobile Capability to an Enterprise Application With Oracle Database Lite Table of

More information

Tools to Develop New Linux Applications

Tools to Develop New Linux Applications Tools to Develop New Linux Applications IBM Software Development Platform Tools for every member of the Development Team Supports best practices in Software Development Analyst Architect Developer Tester

More information

Oracle Developer Day

Oracle Developer Day Oracle Developer Day Sponsored by: Session 2 Oracle Application Development Framework Speaker Speaker Title Page 1 1 Agenda Development Environment Expectations Challenges Oracle ADF Architecture Business

More information

(Introduction Title slide) (Forward engineering) [Start demo]

(Introduction Title slide) (Forward engineering) [Start demo] (Introduction Title slide) Welcome to this demonstration of IBM InfoSphere Data Architect. InfoSphere Data Architect is a collaborative data design solution to discover, model, relate, and standardize

More information

Managing Oracle9iAS Forms Services Using Oracle Enterprise Manager. An Oracle White Paper April 2002

Managing Oracle9iAS Forms Services Using Oracle Enterprise Manager. An Oracle White Paper April 2002 Managing Oracle9iAS Forms Services Using Oracle Enterprise Manager An Oracle White Paper April 2002 Managing Oracle9iAS Forms Services Using Oracle Enterprise Manager ABOUT THIS PAPER...3 THE ENTERPRISE

More information

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

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights The following is intended to outline Oracle s general product direction. It is intended for information purposes only, and may not be incorporated

More information

Advanced Analytic Applications with Oracle JDeveloper and Oracle Business Intelligence Beans. An Oracle White Paper November 2004

Advanced Analytic Applications with Oracle JDeveloper and Oracle Business Intelligence Beans. An Oracle White Paper November 2004 Advanced Analytic Applications with Oracle JDeveloper and Oracle Business Intelligence Beans An Oracle White Paper November 2004 Advanced Analytic Applications with Oracle JDeveloper and Oracle Business

More information

Oracle FLEXCUBE Universal Banking Purge Entity Definition

Oracle FLEXCUBE Universal Banking Purge Entity Definition Oracle FLEXCUBE Universal Banking 12.87.03.0.0 Purge Entity Definition June 2017 1 Contents 1. Preface... 3 1.1 Audience... 3 1.2 Related Documents... 3 2. Introduction... 3 2.1 How to use this Guide...

More information

Table Compression in Oracle9i Release2. An Oracle White Paper May 2002

Table Compression in Oracle9i Release2. An Oracle White Paper May 2002 Table Compression in Oracle9i Release2 An Oracle White Paper May 2002 Table Compression in Oracle9i Release2 Executive Overview...3 Introduction...3 How It works...3 What can be compressed...4 Cost and

More information

Information Lifecycle Management for Business Data. An Oracle White Paper September 2005

Information Lifecycle Management for Business Data. An Oracle White Paper September 2005 Information Lifecycle Management for Business Data An Oracle White Paper September 2005 Information Lifecycle Management for Business Data Introduction... 3 Regulatory Requirements... 3 What is ILM?...

More information

Technical Upgrade Guidance SEA->SIA migration

Technical Upgrade Guidance SEA->SIA migration Technical Upgrade Guidance SEA->SIA migration Oracle Siebel Customer Relationship Management Applications Siebel Industry-Driven CRM November 2011 This document is intended to outline our general product

More information

An Oracle White Paper October Release Notes - V Oracle Utilities Application Framework

An Oracle White Paper October Release Notes - V Oracle Utilities Application Framework An Oracle White Paper October 2012 Release Notes - V4.2.0.0.0 Oracle Utilities Application Framework Introduction... 2 Disclaimer... 2 Deprecation of Functionality... 2 New or Changed Features... 4 Native

More information

Oracle Warehouse Builder 10g. Embed Oracle Warehouse Builder in your applications using scripting. An Oracle White Paper February 2004

Oracle Warehouse Builder 10g. Embed Oracle Warehouse Builder in your applications using scripting. An Oracle White Paper February 2004 Oracle Warehouse Builder 10g Embed Oracle Warehouse Builder in your applications using scripting An Oracle White Paper February 2004 Embed Oracle Warehouse Builder in your applications using scripting

More information

CA ERwin Data Modeler

CA ERwin Data Modeler CA ERwin Data Modeler Implementation Guide Service Pack 9.5.2 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to only and is subject

More information

New Features Summary PowerDesigner 15.2

New Features Summary PowerDesigner 15.2 New Features Summary PowerDesigner 15.2 Windows DOCUMENT ID: DC10077-01-1520-01 LAST REVISED: February 2010 Copyright 2010 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

Oracle FLEXCUBE Universal Banking Child and Screen Childs - Concept and Design. January 2018

Oracle FLEXCUBE Universal Banking Child and Screen Childs - Concept and Design. January 2018 Oracle FLEXCUBE Universal Banking 12.87.04.0.0 January 2018 1 Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related Documents... 3 2 Introduction... 4 3 Child Screen... 4 3.1 Screen Development... 4 3.2

More information

An Oracle White Paper March Introduction to Groovy Support in JDeveloper and Oracle ADF 11g

An Oracle White Paper March Introduction to Groovy Support in JDeveloper and Oracle ADF 11g An Oracle White Paper March 2009 Introduction to Groovy Support in JDeveloper and Oracle ADF 11g Oracle White Paper Introduction to Groovy support in JDeveloper and Oracle ADF 11g Introduction... 2 Introduction

More information

<Insert Picture Here>

<Insert Picture Here> Oracle Forms Modernization with Oracle Application Express Marc Sewtz Software Development Manager Oracle Application Express Oracle USA Inc. 540 Madison Avenue,

More information

Oracle BI Reports Oracle FLEXCUBE Investor Servicing Release 12.0 [April] [2012] Oracle Part Number E

Oracle BI Reports Oracle FLEXCUBE Investor Servicing Release 12.0 [April] [2012] Oracle Part Number E Oracle BI Reports Oracle FLEXCUBE Investor Servicing Release 12.0 [April] [2012] Oracle Part Number E51528-01 Table of Contents Oracle BI Reports 1. AD HOC REPORTING USING ORACLE BI SUITE... 1-1 1.1 INTRODUCTION...

More information

Oracle Database Lite. Automatic Synchronization White Paper. An Oracle White Paper August 2008

Oracle Database Lite. Automatic Synchronization White Paper. An Oracle White Paper August 2008 Oracle Database Lite Automatic Synchronization White Paper An Oracle White Paper August 2008 Oracle Database Lite Automatic Synchronization White Paper OVERVIEW Oracle Database Lite allows field workers

More information

Frequently Asked Questions Oracle Content Management Integration. An Oracle White Paper June 2007

Frequently Asked Questions Oracle Content Management Integration. An Oracle White Paper June 2007 Frequently Asked Questions Oracle Content Management Integration An Oracle White Paper June 2007 NOTE: The following is intended to outline our general product direction. It is intended for information

More information

Excel4apps Wands 5 Architecture Excel4apps Inc.

Excel4apps Wands 5 Architecture Excel4apps Inc. Excel4apps Wands 5 Architecture 2014 Excel4apps Inc. Table of Contents 1 Introduction... 3 2 Overview... 3 3 Client... 3 4 Server... 3 4.1 Java Servlet... 4 4.2 OAF Page... 4 4.3 Menu and Function... 4

More information

Oracle FLEXCUBE Universal Banking 12.0 Interface Getting started. Release 1.0

Oracle FLEXCUBE Universal Banking 12.0 Interface Getting started. Release 1.0 Universal Banking 12.0 Interface Getting started Release 1.0 May 2012 Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related documents... 3 1.3 Conventions... 3 2 Introduction... 4 2.1 How to use this Guide...

More information

Job Scheduler Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E

Job Scheduler Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E Job Scheduler Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51465-01 Table of Contents Job Scheduler 1. ABOUT THIS MANUAL... 1-1 1.1 INTRODUCTION... 1-1 1.1.1 Audience...

More information

Managing Metadata with Oracle Data Integrator. An Oracle Data Integrator Technical Brief Updated December 2006

Managing Metadata with Oracle Data Integrator. An Oracle Data Integrator Technical Brief Updated December 2006 Managing Metadata with Oracle Data Integrator An Oracle Data Integrator Technical Brief Updated December 2006 Managing Metadata with Oracle Data Integrator: An Oracle Data Integrator Technical Brief Metadata

More information

to-end Solution Using OWB and JDeveloper to Analyze Your Data Warehouse

to-end Solution Using OWB and JDeveloper to Analyze Your Data Warehouse An End-to to-end Solution Using OWB and JDeveloper to Analyze Your Data Warehouse Presented at ODTUG 2003 Dan Vlamis dvlamis@vlamis.com Vlamis Software Solutions, Inc. (816) 781-2880 http://www.vlamis.com

More information

Product Configuration Release Notes

Product Configuration Release Notes Oracle Insurance Release Notes Release 1.0 October 2014 Oracle Insurance Release Notes for Release 1.0 The purpose of this document is to: Describe the new features and resolved issues offered in the Oracle

More information

Break Through Your Software Development Challenges with Microsoft Visual Studio 2008

Break Through Your Software Development Challenges with Microsoft Visual Studio 2008 Break Through Your Software Development Challenges with Microsoft Visual Studio 2008 White Paper November 2007 For the latest information, please see www.microsoft.com/vstudio This is a preliminary document

More information

Oracle9i Data Mining. Data Sheet August 2002

Oracle9i Data Mining. Data Sheet August 2002 Oracle9i Data Mining Data Sheet August 2002 Oracle9i Data Mining enables companies to build integrated business intelligence applications. Using data mining functionality embedded in the Oracle9i Database,

More information

October Oracle Application Express Statement of Direction

October Oracle Application Express Statement of Direction October 2017 Oracle Application Express Statement of Direction Disclaimer This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle.

More information

Oracle Database 10g Resource Manager. An Oracle White Paper October 2005

Oracle Database 10g Resource Manager. An Oracle White Paper October 2005 Oracle Database 10g Resource Manager An Oracle White Paper October 2005 Oracle Database 10g Resource Manager INTRODUCTION... 3 SYSTEM AND RESOURCE MANAGEMENT... 3 ESTABLISHING RESOURCE PLANS AND POLICIES...

More information

DQpowersuite. Superior Architecture. A Complete Data Integration Package

DQpowersuite. Superior Architecture. A Complete Data Integration Package DQpowersuite Superior Architecture Since its first release in 1995, DQpowersuite has made it easy to access and join distributed enterprise data. DQpowersuite provides an easy-toimplement architecture

More information

The Submission Data File System Automating the Creation of CDISC SDTM and ADaM Datasets

The Submission Data File System Automating the Creation of CDISC SDTM and ADaM Datasets Paper AD-08 The Submission Data File System Automating the Creation of CDISC SDTM and ADaM Datasets Marcus Bloom, Amgen Inc, Thousand Oaks, CA David Edwards, Amgen Inc, Thousand Oaks, CA ABSTRACT From

More information

An Oracle White Paper Released April 2008

An Oracle White Paper Released April 2008 Performance and Scalability Benchmark: Siebel CRM Release 8.0 Industry Applications on HP BL685c Servers running Microsoft Windows 2003 Server Enterprise Edition and Oracle 10gR2 DB on HP rx6600 An Oracle

More information

Oracle Fusion Middleware 11g: Build Applications with Oracle Forms

Oracle Fusion Middleware 11g: Build Applications with Oracle Forms Oracle University Contact Us: +381 11 2016811 Oracle Fusion Middleware 11g: Build Applications with Oracle Forms Duration: 5 Days What you will learn This course teaches students how to use Oracle Forms

More information

Leveraging Legacy Systems in a Network Computing Architecture

Leveraging Legacy Systems in a Network Computing Architecture Leveraging Legacy Systems in a Network Computing Architecture An Oracle White Paper July 1997 Oracle s Network Computing Architecture is an extensible distributed architecture that allows you to incorporate

More information

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002 Managing Oracle Real Application Clusters An Oracle White Paper January 2002 Managing Oracle Real Application Clusters Overview...3 Installation and Configuration...3 Oracle Software Installation on a

More information

ORACLEAS PORTAL 10g (10.1.4) INTEGRATE YOUR ENTERPRISE CONTENT MANAGEMENT SYSTEMS INTO ORACLE PORTAL

ORACLEAS PORTAL 10g (10.1.4) INTEGRATE YOUR ENTERPRISE CONTENT MANAGEMENT SYSTEMS INTO ORACLE PORTAL Oracle WebCenter Technical Note ORACLEAS PORTAL 10g (10.1.4) INTEGRATE YOUR ENTERPRISE CONTENT MANAGEMENT SYSTEMS INTO ORACLE PORTAL April 2007 INTRODUCTION In many enterprise portal environments, it is

More information

Analytics: Server Architect (Siebel 7.7)

Analytics: Server Architect (Siebel 7.7) Analytics: Server Architect (Siebel 7.7) Student Guide June 2005 Part # 10PO2-ASAS-07710 D44608GC10 Edition 1.0 D44917 Copyright 2005, 2006, Oracle. All rights reserved. Disclaimer This document contains

More information

An Oracle White Paper June Exadata Hybrid Columnar Compression (EHCC)

An Oracle White Paper June Exadata Hybrid Columnar Compression (EHCC) An Oracle White Paper June 2011 (EHCC) Introduction... 3 : Technology Overview... 4 Warehouse Compression... 6 Archive Compression... 7 Conclusion... 9 Introduction enables the highest levels of data compression

More information

DB2 for z/os: Programmer Essentials for Designing, Building and Tuning

DB2 for z/os: Programmer Essentials for Designing, Building and Tuning Brett Elam bjelam@us.ibm.com - DB2 for z/os: Programmer Essentials for Designing, Building and Tuning April 4, 2013 DB2 for z/os: Programmer Essentials for Designing, Building and Tuning Information Management

More information

Oracle FLEXCUBE Universal Banking Development of Launch Forms

Oracle FLEXCUBE Universal Banking Development of Launch Forms Oracle FLEXCUBE Universal Banking 12.87.03.0.0 Development of Launch Forms June 2017 1 Contents 1. Preface... 3 1.1 Audience... 3 2. Introduction... 3 2.1 How to use this Guide... 4 3. Launch Forms...

More information

What s new in Mainframe Express 3.0

What s new in Mainframe Express 3.0 What s new in Mainframe Express 3.0 TABLE OF CONTENTS Introduction 3 1 Mainframe Compatibility 4 1.1 Enterprise COBOL for z/os 4 1.2 DB2 4 1.3 IMS 5 1.4 CICS 5 1.5 JCL Support 5 2 Testing Enhancements

More information

Oracle Forms Modernization Through Automated Migration. A Technical Overview

Oracle Forms Modernization Through Automated Migration. A Technical Overview Oracle Forms Modernization Through Automated Migration A Technical Overview Table of Contents Document Overview... 3 Oracle Forms Modernization... 3 Benefits of Using an Automated Conversion Tool... 3

More information

Oracle WebCenter Suite Integrating Secure Enterprise Search

Oracle WebCenter Suite Integrating Secure Enterprise Search Oracle WebCenter Suite Integrating Secure Enterprise Search An Oracle White Paper January 2007 Oracle WebCenter Suite Integrating Secure Enterprise Search INTRODUCTION As organizations continually reinvent

More information

Performance and Scalability Benchmark: Siebel CRM Release 7 on HP-UX Servers and Oracle9i Database. An Oracle White Paper Released October 2003

Performance and Scalability Benchmark: Siebel CRM Release 7 on HP-UX Servers and Oracle9i Database. An Oracle White Paper Released October 2003 Performance and Scalability Benchmark: Siebel CRM Release 7 on HP-UX Servers and Oracle9i Database An Oracle White Paper Released October 2003 Performance and Scalability Benchmark: Siebel CRM Release

More information

Oracle Fusion Middleware 11g: Build Applications with ADF I

Oracle Fusion Middleware 11g: Build Applications with ADF I Oracle University Contact Us: +966 1 1 2739 894 Oracle Fusion Middleware 11g: Build Applications with ADF I Duration: 5 Days What you will learn This course is aimed at developers who want to build Java

More information

New Features Summary PowerDesigner 15.3

New Features Summary PowerDesigner 15.3 New Features Summary PowerDesigner 15.3 Windows DOCUMENT ID: DC10077-01-1530-01 LAST REVISED: November 2010 Copyright 2010 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

Education Brochure. Education. Accelerate your path to business discovery. qlik.com

Education Brochure. Education. Accelerate your path to business discovery. qlik.com Education Education Brochure Accelerate your path to business discovery Qlik Education Services offers expertly designed coursework, tools, and programs to give your organization the knowledge and skills

More information

Developing Applications with Business Intelligence Beans and Oracle9i JDeveloper: Our Experience. IOUG 2003 Paper 406

Developing Applications with Business Intelligence Beans and Oracle9i JDeveloper: Our Experience. IOUG 2003 Paper 406 Developing Applications with Business Intelligence Beans and Oracle9i JDeveloper: Our Experience IOUG 2003 Paper 406 Chris Claterbos claterbos@vlamis.com Vlamis Software Solutions, Inc. (816) 781-2880

More information

Using the Oracle Business Intelligence Publisher Memory Guard Features. August 2013

Using the Oracle Business Intelligence Publisher Memory Guard Features. August 2013 Using the Oracle Business Intelligence Publisher Memory Guard Features August 2013 Contents What Are the Memory Guard Features?... 3 Specify a maximum data sized allowed for online processing... 3 Specify

More information

Implementing IBM CICS JSON Web Services for Mobile Applications IBM Redbooks Solution Guide

Implementing IBM CICS JSON Web Services for Mobile Applications IBM Redbooks Solution Guide Implementing IBM CICS JSON Web Services for Mobile Applications IBM Redbooks Solution Guide This IBM Redbooks Solution Guide describes the existing and new aspects of IBM CICS Transaction Server that allow

More information

OFSAA Extension Guidelines Model. January 2018

OFSAA Extension Guidelines Model. January 2018 OFSAA Extension Guidelines Model January 2018 Table of Contents TABLE OF CONTENTS 1 OBJECTIVE... 3 2 OVERVIEW OF OFSAA DATA MODEL... 4 3 STRUCTURE OF OFSAA DATA MODEL... 5 3.1 Common Staging Area... 5

More information

What s New in VMware vsphere 5.1 VMware vcenter Server

What s New in VMware vsphere 5.1 VMware vcenter Server What s New in VMware vsphere 5.1 VMware vsphere 5.1 TECHNICAL MARKETING DOCUMENTATION V 1.0/UPDATED JULY 2012 Table of Contents Introduction... 3 Key Components... 3 vcenter Single Sign-On Server.... 3

More information

Maximum Availability Architecture: Overview. An Oracle White Paper July 2002

Maximum Availability Architecture: Overview. An Oracle White Paper July 2002 Maximum Availability Architecture: Overview An Oracle White Paper July 2002 Maximum Availability Architecture: Overview Abstract...3 Introduction...3 Architecture Overview...4 Application Tier...5 Network

More information

Enterprise Features & Requirements Analysis For EJB3 JPA & POJO Persistence. CocoBase Pure POJO

Enterprise Features & Requirements Analysis For EJB3 JPA & POJO Persistence. CocoBase Pure POJO CocoBase Pure POJO Product Information V5 Enterprise Features & Requirements Analysis For EJB3 JPA & POJO Persistence CocoBase PURE POJO Uniquely Provides BEST IN INDUSTRY Support For The Full Range Of

More information

Improved Database Development using SQL Compare

Improved Database Development using SQL Compare Improved Database Development using SQL Compare By David Atkinson and Brian Harris, Red Gate Software. October 2007 Introduction This white paper surveys several different methodologies of database development,

More information

Migrate from Netezza Workload Migration

Migrate from Netezza Workload Migration Migrate from Netezza Automated Big Data Open Netezza Source Workload Migration CASE SOLUTION STUDY BRIEF Automated Netezza Workload Migration To achieve greater scalability and tighter integration with

More information

Integrating Oracle Application Express with Oracle Application Server 10g. An Oracle White Paper April 2005

Integrating Oracle Application Express with Oracle Application Server 10g. An Oracle White Paper April 2005 Integrating Oracle Application Express with Oracle Application Server 10g An Oracle White Paper April 2005 Integrating Oracle Application Express with Oracle Application Server 10g Introduction... 3 Integration

More information

Kendo UI Builder. For Business Apps, UI/UX Reigns Supreme

Kendo UI Builder. For Business Apps, UI/UX Reigns Supreme Kendo UI Builder DATA SHEET HIGHLIGHTS Progress Kendo UI Builder is a standalone web productivity tool that combines several industry-leading web development technologies in an easy-to-use interface, empowering

More information

Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft Adapter. An Oracle White Paper September 2008

Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft Adapter. An Oracle White Paper September 2008 Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft Adapter An Oracle White Paper September 2008 Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft

More information

Product Release Note Version Oracle FLEXCUBE Investor Servicing [May] [2012]

Product Release Note Version Oracle FLEXCUBE Investor Servicing [May] [2012] Product Release Note Version - 1.0 Oracle FLEXCUBE Investor Servicing 12.0.0 [May] [2012] Document Control Author: Sivakumar Group: BPD Created on : 17-05-2012 Revision No : 2.0 Updated by : Sivakumar

More information

OTN Case Study: Amadeus Using Data Guard for Disaster Recovery & Rolling Upgrades

OTN Case Study: Amadeus Using Data Guard for Disaster Recovery & Rolling Upgrades OTN Case Study: Amadeus Using Data Guard for Disaster Recovery & Rolling Upgrades "We had already standardized on Oracle Data Guard for DR protection when we discovered additional ways to enhance overall

More information

1. Data Model, Categories, Schemas and Instances. Outline

1. Data Model, Categories, Schemas and Instances. Outline Chapter 2: Database System Concepts and Architecture Outline Ramez Elmasri, Shamkant B. Navathe(2016) Fundamentals of Database Systems (7th Edition),pearson, isbn 10: 0-13-397077-9;isbn-13:978-0-13-397077-7.

More information

An Oracle White Paper December, 3 rd Oracle Metadata Management v New Features Overview

An Oracle White Paper December, 3 rd Oracle Metadata Management v New Features Overview An Oracle White Paper December, 3 rd 2014 Oracle Metadata Management v12.1.3.0.1 Oracle Metadata Management version 12.1.3.0.1 - December, 3 rd 2014 Disclaimer This document is for informational purposes.

More information

Product Release Notes Alderstone cmt 2.0

Product Release Notes Alderstone cmt 2.0 Alderstone cmt product release notes Product Release Notes Alderstone cmt 2.0 Alderstone Consulting is a technology company headquartered in the UK and established in 2008. A BMC Technology Alliance Premier

More information

Oracle Data Masking and Subsetting

Oracle Data Masking and Subsetting Oracle Data Masking and Subsetting Frequently Asked Questions (FAQ) S E P T E M B E R 2 0 1 6 Product Overview Q: What is Data Masking and Subsetting? A: Data Masking or Static Data Masking is the process

More information

An Oracle White Paper March Oracle Warehouse Builder 11gR2: Feature Groups, Licensing and Feature Usage Management

An Oracle White Paper March Oracle Warehouse Builder 11gR2: Feature Groups, Licensing and Feature Usage Management An Oracle White Paper March 2011 Oracle Warehouse Builder 11gR2: Feature Groups, Licensing and Feature Usage Management Introduction... 1 Warehouse Builder 11gR2: Feature Groups Overview... 3 Enterprise

More information

Project Horizon Technical Overview. Bob Rullo GM; Presentation Architecture

Project Horizon Technical Overview. Bob Rullo GM; Presentation Architecture Project Horizon Technical Overview Bob Rullo GM; Presentation Architecture robert.rullo@sungardhe.com Agenda Banner Evolution Overview Project Horizon Overview Project Horizon Architecture Review Preparing

More information

CA Test Data Manager 3.x: Foundations 200

CA Test Data Manager 3.x: Foundations 200 CA EDUCATION COURSE DESCRIPTION CA Test Data Manager 3.x: Foundations 200 Course Overview PRODUCT RELEASE CA Test Data Manager 3.2 This course provides students with primary concepts on each function of

More information

RAC Database on Oracle Ravello Cloud Service O R A C L E W H I T E P A P E R A U G U S T 2017

RAC Database on Oracle Ravello Cloud Service O R A C L E W H I T E P A P E R A U G U S T 2017 RAC Database on Oracle Ravello Cloud Service O R A C L E W H I T E P A P E R A U G U S T 2017 Oracle Ravello is an overlay cloud that enables enterprises to run their VMware and KVM applications with data-center-like

More information

Oracle Database Vault

Oracle Database Vault Oracle Database Vault Best Practices ORACLE WHITE PAPER MAY 2015 Table of Contents Executive Overview 2 Installation 3 Pre-Installation Notes 3 Separation of Duty 3 Separation of Duty Matrix 4 Oracle Database

More information

Oracle Financial Services Basel Regulatory Capital Analytics Data Migration Guide

Oracle Financial Services Basel Regulatory Capital Analytics Data Migration Guide An Oracle Technical White Paper August 2013 Oracle Financial Services Basel Regulatory Capital Analytics 6.0.0.0.0 Data Migration Guide Data Migration Introduction Data migration is the process of transferring

More information