OTM - Fusion Transportation Intelligence 6.3

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

Transcript of OTM - Fusion Transportation Intelligence 6.3

Page 1: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Page 2: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

LOGO

Presenting with Fusion Transportation Intelligence 6.3 How to upgrade FTI?

ORACLE PRODUCT

LOGO

Page 3: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle.

Page 4: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Audience

• Technical Consultants & Developers

• System / Applications Administrator

Page 5: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Program Agenda

• Migration overview • Historical database • ETL • Metadata • Dashboard reports

Page 6: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Migration reality Out-of-the-box Fully customized

Presenter
Presentation Notes
Upgrading an out-of-the-box installation is easy. More customizations add to the complexity of upgrading.
Page 7: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Why Upgrade?

• Stay with supported versions of ODI, OBIEE, and FTI • Faster data transfer with ODI • Richer data set • More secure • Easier to use • Available on tablets and smartphones

Page 8: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Assumptions for Upgrades

• Upgrade through all major releases. • Re-customize the ODI configuration. • Re-customize the shipped RPD of the target release. • Convert custom reports to latest OBIEE version. • Update reports to use latest subject area.

What do you need to know?

Presenter
Presentation Notes
Upgrade of FTI works like OTM. You must upgrade to each release. E.g 6.0>6.1>6.2>6.3. You must re-apply your customizations to the latest versions of both ODI and OBIEE RPDs. Your custom reports must be converted to the latest OBIEE version. In FTI 6.3, the subject area is also changing so the reports must be updated to point to the new structures in the Transportation Intelligence subject area.
Page 9: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Migration Process

Migrate HD Upgrade to ODI 11g Migrate ETL

Migrate Metadata

Migrate Dashboards

Upgrade to OBIEE 11g

Page 10: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Program Agenda

• Migration overview • Historical database • ETL • Metadata • Dashboard reports

Page 11: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Migrate Historical Database Check Points • aa_dbupdate_60_<dbsid>

_<timestamp>.log

Pre-requisites

• Migrate OTL OLTP database (GLGOWNER)

• If ROD in use, migrate

ROD (GLOGOWNER) • Backup HD

(HDOWNER)

Login to HDOWNER

Execute script aa_dbupdate_60.sql

Fix Errors

Check Errors

Success !!

References • OTM Migration Guide

Migrating Historical Database

Page 12: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Migrate Historical Database - Custom Check Points • Verify migrated HD

Pre-requisites

• Export Custom tables / columns defn to an SQL script : aa_custdbupdate.sql

• Backup HD

(HDOWNER)

• Migrate HD (standard)

Login to HDOWNER

Execute custom db script

aa_custdbupdate.sql

Fix Errors

Check Errors

Success !!

References • N.A

Page 13: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Program Agenda

• Migration overview • Historical database • ETL • Metadata • Dashboard reports

Page 14: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Migrate ETL * Pre-requisites

• Backup ODI repositories : FTIMASTER, FTIWORK & FTISTAGE

• Upgrade ODI to version

11.1.1.5

Login to ODI Studio

Import FTI ODI Repositories**

Fix Errors

Check Errors

Success !!

Check Points • Check ODI logs

References • OTM Install Guide

Configuring ODI for FTI

• ODI Administration Guide

* No out-of-box migration for Standard ETL ** FTIODIMASTER, FTIODIWORK & FTIODISTAGE

Page 15: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Migrate ETL – Custom : Option 1 (ODI ETL) Pre-requisites

• Backup ODI repositories : FTIMASTER, FTIWORK & FTISTAGE

Login to ODI Studio

Import Custom ODI ETL **

Fix Errors

Check Errors

Success !!

Check Points • Check ODI logs

References • ODI Administration Guide • ODI Upgrade Guide

** Import ETL components in the correct sequence in synonym INSERT_UPDATE mode

Export Custom ODI ETL

Upgrade ODI 10G schemas * to 11G

* Upgrade OTM 6.2 ODI 10G schemas (ftimaster/ftiwork) to ODI 11G using upgrade assistant

Page 16: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Migrate ETL – Custom : Option 1 (ODI ETL)

Page 17: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Migrate ETL – Custom : Option 2 (PLSQL ETL) Pre-requisites

• Migrate FTI ETL to 6.3 in ODI

Login to ODI Studio

Deploy FTI ETL

Fix Errors

Check Errors

Success !!

Check Points • Check ODI logs

References • ODI Administration Guide

Include Cust PLSQL pkg to FTI ETL

Page 18: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Program Agenda

• Migration overview • Historical database • ETL • Metadata • Dashboard reports

Page 19: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Migrate Metadata * Check Points • Verify Diagnostic logs in

Enterprise Manager

Pre-requisites

• Backup FTI Metadata file : advanced_analytics.rpd

• Upgrade OBIEE to

version 11.1.1.5

• Copy 6.3 FTI Metadata from : <otm_install_path>/fti/advanced_analytics.rpd

• Stop all OBIEE services

Login to OBIEE Enterprise Manager

Deploy metadata advanced_analytics.rpd

Fix Errors

Check Errors

Success !!

References • OTM Migration Guide

Migrating FTI metadata

• OBIEE Administration Guide

* No out-of-box migration for Standard Metadata

Page 20: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Migrate Metadata - Custom Check Points • Verify Diagnostic logs in

Enterprise Manager

• Verify Custom metadata under the new Subject area : Transportation Intelligence

Pre-requisites

• Backup Custom FTI Metadata file : <custom>_advanced_analytics.rpd

• Migrate std. FTI

Metadata to version 6.3

• Stop all OBIEE services

Launch OBIEE Administration

Manually merge <custom>_advanced_an

alytics.rpd with advanced_analytics.rpd

Fix Errors

Check Errors

Success !!

Deploy Merged metadata

References • OTM Reference Guide

• OBIEE Administration

Guide

Page 21: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Program Agenda

• Migration overview • Historical database • ETL • Metadata • Dashboard reports

Page 22: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Migrate Dashboard reports Check Points

• Verify Diagnostic logs in Enterprise Manager

Pre-requisites

• Backup FTI Webcatalog folder : <obiee root dir>/oraclebidaata/web/catalog/aa

• Upgrade OBIEE to version 11.1.1.5

• Copy 6.3 FTI Webcatalog from : <otm_install_path>/fti/aa.zip

• Stop all OBIEE services

Login to OBIEE Enterprise Manager

Deploy Webcatalog aa.zip

Fix Errors

Check Errors

Success !!

Page 23: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Migrate Dashboard reports - Custom Check Points

• Verify Diagnostic logs in Enterprise Manager

• Dry run all Custom FTI reports for correctness

Pre-requisites

• Backup Custom FTI Webcatalog folder : <obiee root dir>/oraclebidaata/web/catalog/aa

• Migrate std. FTI Webcatalog

• Stop all OBIEE services

Determine Migration path

Launch OBIEE Catalog Manager

Fix Errors

Check Errors

Success !!

Execute XML Search & Replace

using subj_area_mapper.xml

Page 24: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Migrate Dashboard reports - Custom Subject Area Mapper XML

Page 25: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Migrate Dashboard reports - Custom XML Search and Replace Utility

Page 26: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Dashboard reports – Custom : Migration path Install Scenario

Include Custom Columns in Subject Area Mapper XML

Execute FTI Reports Migration Using Catalog

Fresh FTI 6.3 Install Upgrade from FTI 6.2 with : • No Custom metadata • Custom Reports

Upgrade from FTI 6.2 with : • Custom metadata • Custom Reports

Upgrade from FTI 6.1 or earlier Must migrate to 6.2 first Must migrate to 6.2 first

- Required - Not Required

Page 27: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Q&A

Page 28: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8

Page 29: OTM - Fusion Transportation Intelligence 6.3

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

Insert Information Protection Policy Classification from Slide 8