0% found this document useful (0 votes)
224 views108 pages

Building Maps For Oracle Business Intelligence Analyses and Dashboards

This document provides instructions for building and embedding maps in Oracle Business Intelligence analyses and dashboards. It describes how to: 1. Import required schemas (including sample map and OBI data) into an Oracle database. 2. Create a Map Viewer data source by configuring the Map Viewer XML file to connect to the sample map schema. 3. Use Oracle Map Builder to build a map and Oracle Map Viewer to make it available for integration with OBI. 4. Embed the map into an OBI analysis using a Map view.

Uploaded by

Yasir
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
224 views108 pages

Building Maps For Oracle Business Intelligence Analyses and Dashboards

This document provides instructions for building and embedding maps in Oracle Business Intelligence analyses and dashboards. It describes how to: 1. Import required schemas (including sample map and OBI data) into an Oracle database. 2. Create a Map Viewer data source by configuring the Map Viewer XML file to connect to the sample map schema. 3. Use Oracle Map Builder to build a map and Oracle Map Viewer to make it available for integration with OBI. 4. Embed the map into an OBI analysis using a Map view.

Uploaded by

Yasir
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

Overview

Purpose
ThistutorialcoversusingOracleMapBuilderandOracleMapViewertobuildandembedmapsforuseinOracleBusinessIntelligenceanalysesanddashboards.

TimetoComplete
Approximately90minutes

Introduction
InthisOraclebyExample(OBE)tutorialyoulearnhowtouseOracleMapBuildertobuildamap,useOracleMapViewertobringthemaponlineforintegrationwith
OracleBusinessIntelligence(OBI),andthenembedthemapintoaMapviewinanOBIanalysis.Pleasenotethatthistutorialprovidesonlyabasicintroductionto
OracleMapBuilderandOracleMapViewerforthepurposesofbuildingamapandthenintegratingthemapintoOBI.FormoredetailedinformationaboutMap
BuilderandMapViewer,pleaserefertotheResourcessectionattheendofthisOBE.

Prerequisites
Thistutorialusesasamplemapdataschema,aprebuiltOBIschema,andaprebuiltOBIrepository.Allinstructionsforaccessingandimportingtheschemasare
providedinthistutorial.ThistutorialdoesnotprovideinstructionsforuploadingtheprebuiltOBIrepository.ItisassumedthatyouknowhowuseEnterpriseManager
11gFusionMiddlewareControltouploadanOBIrepository.PleasenotethatthistutorialwasbuiltusingaWindowsenvironmentwithallrequiredcomponents
installedonasinglemachine.Asaresultyoumayneedtomodifysomestepsinthistutorialtomatchyourenvironment.Beforestartingthistutorial,youshould:
HaveaccesstoorhaveInstalledOracleBusinessIntelligence11g.
UseEnterpriseManager11gFusionMiddlewareControltouploadtheOBIEEMAPrepository(obieemap.rpd)locatedhere.Therepositorypasswordis
welcome1.PleasenotethatthisrepositorywillnotbereadyforbuildinganalysesinOBIPresentationServicesuntilafteryoucompletethefirsttopicinthis
OBE:ImportingSchemastoYourDatabase.

ImportingSchemastoYourDatabase

ToimporttherequiredschemasforthisOBEintoyourOracledatabase,performthefollowingsteps.InthistutorialyouuseaMapViewerdemoschema,mvdemo,
andanOBIschema,ob ieemap.Allinstructionsforaccessingandimportingtheseschemasareprovidedinthistutorial.
1. SignintoSQL*Plusasasystemuserandcreateadatabaseusernamedmvdemo.Usethefollowingscriptforreference:

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

1/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

1. SignintoSQL*Plusasasystemuserandcreateadatabaseusernamedmvdemo.Usethefollowingscriptforreference:
CREATEUSERmvdemoIDENTIFIEDBYmvdemoDEFAULTTABLESPACEUSERS

2. Grantprivilegestothemvdemouser.Usethefollowingscriptforreference:
GRANTCONNECT,RESOURCE,CREATEVIEWTOmvdemoIDENTIFIEDBYmvdemo

3. Copymvdemo.dmptoalocationonyourmachine.Inthisexamplemvdemo.dmpiscopiedtoD:\mvdemo\mvdemo11R1.Thisisadatabasedumpfile
exportedfromanOracledatabase.YoucanimportitintoanOracle10gor11gdatabase.

4. Openacommandwindow,changethedirectorytothelocationofmvdemo.dmp,andusethefollowingcommandtoimportthedataintousermvdemo:
impmvdemo/mvdemofile=mvdemo.dmpfull=yignore=y

Iftheabovecommandfailsduetocharactersetrelatedissues(suchasIMP00016imp:charsetconversionerror),youmayneedtosettheNLS_LANG
environmentvariabletoAmerican_America.WE8ISO8859P1temporarily.Forinstance,onWindowsyoucantypethefollowingintheDOSwindowbefore
issuingtheaboveimpcommandagain:
setNLS_LANG=American_America.WE8ISO8859P1

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

2/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

setNLS_LANG=American_America.WE8ISO8859P1
Youcanignoreallotherwarningsfromtheimpcommand,includingonethatsays"Unexpectedendofexportfileencountered".Theimporteddataisready
tobeused.
5. Verifytheimport.Connectasmvdemoandusethefollowingscriptasareference:
selecttable_namefromuser_tables

6. Verifyifthescriptmcsdefinition.sqlhasbeenruninyourdatabase.Ifnot,runthescriptmcsdefinition.sql.
Explanation:Ifyourdatabasehasneverrunthisscriptbefore,youwillneedtorunitasDBArole.Toverifyifthisscripthasbeenrun,youcanlogintothe
database(asanyuser),andexecutethefollowingquery:
selectnamefromuser_sdo_cached_maps

Ifthequeryproducesanerrorthatsays"tableorviewdoesnotexist"thenthisscripthasneverbeenrunonthedatabase.Ifitdoesnotreturnsuchanerror
(evenifnorowswereselectedasshowninthescreenshot),thenyoudonotneedtorunthescriptmcsdefinition.sql.
Ifyoudoneedtorunthisscript,simplylogonasaDBA,andexecutethescript.ItwillcreatetheviewUSER_SDO_CACHED_MAPSforallusers.Thisview
isusedtoholdthemaptilelayerdefinitionsandisrequiredbyMapViewer.
7. Unzipmvdemosql.7zandthencopymvdemo.sqltoalocationonyourmachine.Inthisexamplemvdemo.sqliscopiedtoD:\mvdemo\mvdemo11R1.Run
mvdemo.sql.Thisscriptpopulatesallthenecessaryspatialmetadata,copiesthepredefinedstyles,themes,andbasemapsintotheproperuserviews,

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

3/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

mvdemo.sql.Thisscriptpopulatesallthenecessaryspatialmetadata,copiesthepredefinedstyles,themes,andbasemapsintotheproperuserviews,
andcreatesspatialindexesfortheimportedtables.Italsocreatesseveral(cached)maptilelayerdefinitionsintheviewUSER_SDO_CACHED_MAPSso
thatalltheOracleMapstutorialswillwork.HereishowtorunthescriptfromaSQL*Plussessionwhileloggedinasusermvdemo:
SQL>@D:/mvdemo/mvdemo11R1/mvdemo.sql

8. Toverifythatthescripthasrunsuccessfully,runtheSQLcommandselectcount(*)fromuser_sdo_mapsandconfirmthatfourrowsarereturned.

9. SignintoSQL*Plusasasystemuserandcreateadatabaseusernamedobieemap.Usethefollowingscriptforreference:
CREATEUSERobieemapIDENTIFIEDBYobieemapDEFAULTTABLESPACEUSERS

10. Grantprivilegestotheobieemapuser.Usethefollowingscriptforreference:
GRANTCONNECT,RESOURCE,CREATEVIEWTOobieemapIDENTIFIEDBYobieemap

11. Copyobieemap.dmptoalocationonyourmachine.Inthisexampleobieemap.dmpiscopiedtoD:\obieemap.ThisisadatabasedumpfilewithOBIdata
exportedfromanOracledatabase.YoucanimportitintoanOracle10gor11gdatabase.

12. Openacommandwindow,changethedirectorytothelocationofobieemap.dmp,andusethefollowingcommandtoimporttheOBIdataintouser
obieemap:
impobieemap/obieemapfile=obieemap.dmpfull=yignore=y
http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

4/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

13. Verifytheimport.Connectasobieemapwithpasswordobieemapandusethefollowingscriptasareference:
selecttable_namefromuser_tables

CreatingaMapView erDataSource

TocreateaMapViewerdatasource,makesureyourOracledatabaseisupandthenperformthefollowingsteps.
1. OpenabrowserandenterthefollowingURLtoconnecttoMapViewer:http://host:port/mapviewer.Forexample:
http://localhost:7001/mapviewer.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

5/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

2. ClicktheAdminlinkintheupperrightcornertoopentheLoginscreen.

3. OntheLoginscreen,enteryourOBIEEadministrativeusernameandpassword.Inthisexampletheusernameisweblogic.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

6/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

4. ClickLogIntoopentheMapViewerAdministrationscreen.

5. SelectManagement>ConfigurationtoopentheMapViewerXMLconfigurationfileinsideatextarea.

6. ScrollallthewaydowntotheendofthefiletofindthesampleMapViewerdatasourcedefinition:map_data_sourcename=.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

7/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

7. Bydefaultmap_data_sourcename=shouldpointto"mvdemo".Ifnot,changeittomap_data_sourcename="mvdemo".Uncommentthedatasource
definitionbyremovingtheXMLcommenttags,andthenmodifythedatabaseconnectionandlogininformationtoreflectyourmvdemoschema.Usethe
screenshotasareference.Makesureyouhaveanexclamationpoint!infrontofthesuppliedloginpasswordvalue.ThennexttimeyourestartMap
Vieweritwillautomaticallyobfuscatethispassword.

8. ClickontheSave&Restartbuttonunderneaththetextarea.MapViewerwillrestart,reloadthisconfigurationfile,andthemvdemodatasourcewillbe
created(makesurethedatabaseanditslistenerarebothup!).

9. Atthetopofthepage,intheInformationsection,verifythatmapViewerConfig.xmlhasbeensavedandMapViewerhasbeenrestarted.

10. SelectDatasources.InthetoppanelunderExistingDataSourcesitshouldlistthemvdemodatasource.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

8/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

InstallingandConfiguringMapBuilder

ToinstallandconfigureMapBuilder,performthefollowingsteps:
1. Copymapbuilder.jartoalocationonyourmachine.InthistutorialthefileiscopiedtoD:\MapBuilder.

2. Doubleclickmapbuilder.jartoopentheOracleMapBuilderuserinterface.

3. ExpandtheConnectiondropdownlistandselectLoad/Add/RemovetoopentheLoad/Add/RemoveDatabaseConnectionsdialogbox.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

9/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

4. ClickAddintheLoad/Add/RemoveDatabaseConnectionsdialogboxtoopentheAddConnectiondialogbox.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

10/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

5. Entertheconnectioninformationforyourenvironment.Usethescreenshotforreference.Fortheenvironmentusedtobuildthistutorial,theinformationis:
ConnectionName:mvdemo
User:mvdemo
Password:mvdemo
Host:localhost
Post:1521
SID:orcl
http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

11/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

6. ClickTestConnection.Youshouldreceivethemessage"Connectionmvdemoisvalid".

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

12/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

7. ClickOKtoclosetheInformationmessage.
8. ClickOKtoclosetheAddConnectiondialogbox.YoushouldreceivethefollowingmessageintheMapBuilderMessagespane:

CreatingaColorStyle

InthissetofstepsyouuseMapBuildertocreateacolorstyleforrenderingtheStatestable.Stylesareusedtorenderandlabelspatialfeatures.Colorstylescanbe
usedtorenderarea,linearandpointfeatures.
1. ExpandStyles>ColorsintheMetadataNavigatortree.NoticethatOracleMapBuilderisnowpopulatedwiththemvdemometadata.Althoughyoucould
usethisprebuiltmetadatatobuildyourmap,intheremainderofthisOBEyoucreatenewmetadatatobecomefamiliarwithusingOracleMapBuilder.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

13/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

2. RightclicktheColorsnodeandselectCreateColorStyletoopenaneditorpanelforColorStyleontheright.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

14/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

3. SelecttheFilloptionunderStyleOptions.Thefillattributedefineshowthegeometrywillbefilled.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

15/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

4. Definethefillcolorbyclickingonthecoloricontoopenadialogwithcolors,orbyenteringthehexadecimalvalue.Inthisexampleweenterthe
hexadecimalvalue#F2EFE9,whichisalightgraycolor.

5. SelecttheStrokeoption.Thestrokedefineshowtheoutline(border)willberendered.Inthisexampleenter#0033FFintheHexboxtosetthestrokecolor
toBlue.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

16/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

6. ClickthePreviewbuttontodisplaythecurrentcolorstylerepresentation.

7. EnterC.STATESintheNametextfield.Leavetheoptionaldescriptiontextfieldasitis.

8. ClicktheSaveiconontheapplicationtoolbartostorethecolorstyledefinitionontheUSER_SDO_STYLESdatabaseview.

9. ExpandtheColorsnodeintheMetadataNavigationtreeandconfirmthatthetreeisupdatedwiththisnewC.STATEScolorstyle.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

17/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

CreatingaMarkerStyle
http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

18/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

InthissetofstepsyouuseOracleMapBuildertocreateamarkerstyleforrenderingcities.Markerstylescanbeusedtorenderpointfeatures,andtolabellinearand
pointfeatures.Thebasemarkercanbeassociatedwithanimage,withavectorrepresentation,orwithatruetypefont.
1. Copycities_8X8.pngtoalocationonyourmachine.InthistutorialthefileiscopiedtoD:\mvdemo\images.

2. ExpandStyles>MarkersintheMetadataNavigatortree.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

19/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

3. RightclicktheMarkersnodeandselectCreateMarkerStyletoopenaneditorpanelforMarkerStyleontheright.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

20/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

21/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

4. UnderStyleOptions,selecttheMarkerTypeoptionandclickontheImageradiobutton.

5. ClickLoadImage,navigatetothedirectorywherefilecities_8x8.pngislocated,andselectit.InthisOBEimagefileislocatedinD:\mvdemo\images.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

22/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

6. ClickthePreviewbuttontodisplaythecurrentmarkerstylerepresentation.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

23/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

7. EnterM.CITIESintheNametextfield.Leavetheoptionaldescriptiontextfieldasitis.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

24/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

8. ClicktheSaveiconontheapplicationtoolbartostorethemarkerstyledefinitionontheUSER_SDO_STYLESdatabaseview.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

25/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

9. ExpandtheMarkersnodeintheMetadataNavigationtreeandconfirmthatthetreeisupdatedwiththisnewM.CITIESmarkerstyle.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

26/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

CreatingaTextStyle

InthissetofstepsyouuseOracleMapBuildertocreatetwotextstyles,onefordisplayingcitynamesandtheotherforstateabbreviations.
1. ExpandStyles>TextsintheMetadataNavigatortree.

2. RightclicktheTextsnodeandselectCreateTextStyletoopenaneditorpanelforTextStyleontheright.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

27/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

3. UnderStyleOptions,selecttheTextstyleoption.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

28/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

4. ChangethefonttoDialog,fontsizeto12,andstyletoBold.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

29/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

5. SelecttheColortabandchangethefillcolorto#0000FF(RGB:0,0,255,blue).LeaveBackgroundcolorunchecked.

6. ClickontheHalooptionandsetwidthto2andColorto#FFFFFF(white).
http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

30/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

7. ClickthePreviewbuttontoseethecurrenttextstylerepresentation.

8. EnterT.STATE_ABBRVintheNametextfield.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

31/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

9. ClicktheSaveiconontheapplicationtoolbartostorethetextstyledefinitioninUSER_SDO_STYLESdatabaseview.

10. RepeatthestepstocreateandsaveatextstylenamedT.CITIES.SetthefonttoDialog,size11,andcolorto#000000(black).SelecttheHalooptionand
setwidthto2andcolorto#FFFFFF(white).

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

32/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

CreatingaStatesTheme

InthissetofstepsyouuseOracleMapBuildertocreateageometrythemebasedontheSTATEStable.Athemeisavisualrepresentationofaparticulardatalayer.
Typically,athemeisassociatedwithaspatialgeometrylayer,thatis,withacolumnoftypeSDO_GEOMETRYinatableorview.Inthisexample,ageometrytheme
namedTHEME_STATESisassociatedwithaspatialcolumnnamedGEOMintheSTATEStableinthemvdemoschema.
1. Ifnecessary,clicktheShowDatabuttonatthebottomofthescreentodisplaytheDataNavigator.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

33/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

2. ClicktheTablestab.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

34/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

3. ExpandSpatialTables>GeometryTables>MVDEMO.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

35/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

4. RightclicktheSTATESnodeandselectCreateGeometryThemetoopentheDefineaGeometryThemewizard.ClickNexttocontinue.

5. NoticethattheThemeParameterspageisalreadypopulatedwithinformationobtainedfromtheSTATEStable.Definethethemenameas
THEME_STATESandkeeptheotherfieldvalues.PressNexttocontinue.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

36/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

6. OntheFeatureStylepage,keepthestyletypeasColor,andtypeC.STATESintherenderstylefieldorclicktheSelectbuttontochoosetheC.STATESstyle.
RecallthatyoucreatedtheC.STATESstyleearlierinthisOBE.ClickNexttocontinue.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

37/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

7. IntheStylePickerDialog,youdefinethelabelparameters.ChecktheLabelStyleboxtoenablethefields.DefineT.STATE_ABBRVasthetextstyleand
selectSTATE_ABRVasthelabelcolumn.ClickNexttocontinue.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

38/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

8. Definequeryconditionstobeapplied.Inthiscase,leaveitblank,whichmeansthatallfeatureswithinthecurrentmapextentwillbeselected.PressNext
tocontinue.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

39/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

9. ThislastpagecontainsthesummaryinformationforthethemethatwillbestoredinUSER_SDO_THEMESdatabaseview.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

40/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

10. PressFinishtoendthewizard.Thethemeeditorpageopenontherightsideoftheapplication.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

41/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

11. ClickAdvancedunderThemeOptionstoopentheAdvancedParametersscreenontheright.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

42/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

12. ClicktheEditbutton(pencilicon)toopentheEditInfoColumnsdialog.YoumayneedtoscrolldowntoseetheEditbutton.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

43/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

13. ClicktheAddanewrowbutton(greenplussign)toaddanewtablerow.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

44/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

14. IntheColumnfield,selectSTATE_ABRVandthenenterSTATE_ABRVintheNamefield.Thecolumnmustbeexact,butthenameisarbitraryandcanbe
anyvalue.

15. ClickOKtoclosetheEditInfoColumnsdialog.Thecolumn/namepairisaddedtotheTHEME_STATESgeometrytheme.Thisisthemostcriticalstepfor
OBIintegration.Youdefinedtheuniquekeycolumninthemapdata(STATE_ABRV)thatwillalignwithanOBIpresentationattribute.LaterinthisOBEyou
completethisintegrationusingtheOBIPresentationServicesAdministrationpage.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

45/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

16. SelectthePreviewtabatthebottomofthepageandclickthegreenarrowtodisplaydataforthistheme.Yourresultsshouldlooksimilartothe
screenshot.Ifdesired,usezoomcontrolstoadjustthepreview.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

46/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

17. ClicktheSavebuttontosaveTHEME_STATES.

CreatingaCitiesTheme

InthissetofstepsyouuseOracleMapBuildertocreateageometrythemebasedontheCITIEStable.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

47/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

InthissetofstepsyouuseOracleMapBuildertocreateageometrythemebasedontheCITIEStable.
1. Ifnecessary,clicktheShowDatabuttonatthebottomofthescreentodisplaytheDataNavigator.

2. ClicktheTablestab.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

48/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

3. ExpandSpatialTables>GeometryTables>MVDEMO.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

49/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

4. RightclicktheCITIESnodeandselectCreateGeometryThemetoopentheDefineaGeometryThemewizard.ClickNexttocontinue.

5. NoticethatthisThemeParameterspageisalreadypopulatedwithinformationobtainedfromtheCITIEStable.DefinethethemenameasTHEME_CITIES
andkeeptheotherfieldvalues.PressNexttocontinue.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

50/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

6. OntheFeatureStylepage,setthestyletypeasMarkerandM.CITIESastherenderstyle.RecallthatyoucreatedtheM.CITIESstyleearlierinthisOBE.
ClickNexttocontinue.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

51/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

7. IntheStyledialog,checktheLabelStyleboxtoenablethefields.DefineT.CITIESasthetextstyleandleavetheattributeasCITY.ClickNext.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

52/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

8. IntheQueryConditiondialogboxleavethequeryconditionblankandclickNexttocontinue.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

53/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

9. ThislastpagecontainsthesummaryinformationforthethemethatwillbestoredinUSER_SDO_THEMESdatabaseview.ReviewtheXMLdefinitionof
thethemesofar.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

54/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

10. PressFinishtoendthewizard.Thethemeeditorpageopenontherightsideoftheapplication.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

55/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

11. ClickAdvancedunderThemeOptions.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

56/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

12. ClicktheEditInfoColumnsbutton(pencilicon)toopentheEditInfoColumnsdialog.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

57/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

13. ClicktheAddanewrowbutton(greenplussign)toaddanewrow.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

58/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

14. IntheColumnfield,selectCITYandthenenterCityintheNamefield.

15. ClickOKtoclosetheEditInfoColumnsdialog.Thecolumn/namepairisaddedtotheTHEME_CITIESgeometrytheme.Again,thisisthemostcriticalstep
forOBIintegration.Youdefinedtheuniquekeycolumninthemapdata(CITY)thatwillalignwithanOBIpresentationattribute.LaterinthisOBEyou
completethisintegrationusingtheOBIPresentationServicesAdministrationpage.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

59/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

16. SelectthePreviewtab(atthebottom)andclickthegreenarrowtorenderthecitieswithlabels.Yourresultsshouldlooksimilartothescreenshot.If
desired,usezoomcontrolstoadjustthepreview.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

60/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

17. ClicktheSavebuttonontheToolbartosavethethemedefinition.

CreatingaBaseMap

InthissetofstepsyouuseOracleMapBuildertocreateabasemap.BasemapdefinitionsarestoredinUSER_SDO_MAPSandconsistofoneormorethemesto
beusedinrenderingamap.YouuseawizardtocreatebasemapsinMapBuilder.
1. RightclicktheBaseMapsnodeintheMetadataNavigatorandthenselectCreateBaseMaptoopentheDefineaBaseMapWizard.ClickNextto
continue.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

61/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

2. EnterOBIEE_BASE_MAPasthebasemapname.ClickNexttocontinue.

3. IntheBaseMapThemesdialog,usetheAddbuttontoselectTHEME_CITIESandTHEME_STATESfromthetabletoaddthemtothebasemap.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

62/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

4. Enterthefollowingscalerangesforthethemes:
THEME_CITIES:MinScale:75,000,000MaxScale:0
THEME_STATES:MinScale:150,000,000MaxScale:0

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

63/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

5. ClickNexttoopentheSummarypage.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

64/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

6. ClickFinishtostoretheBaseMapdefinitionanddisplaytheeditorpage.

7. SelectthePreviewtabandclickthegreenbuttontodisplaythemap.NoteatthebottomofMapBuilderapplicationthescalevaluesforcurrent
visualization.Theresultingmapshouldcontainjustthethemesthatareinthescalerange.Playwiththezoominandzoomoutoptionstoseethemap
results.ThescreenshotshowsthemapzoomedintoCalifornia.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

65/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

CreatingaTileLayer

InthissetofstepsyouuseOracleMapBuildertocreateatilelayer.AtilelayerisamapdefinitiontobeusedinanOracleMapsapplication.Eachtilelayeris
associatedwithabasemap.PleasenotethatthestepsforcreatingatilelayercanalsobeperformedusingtheMapViewerAdmininterface.However,thatmethod
isnotpresentedinthistutorial.
1. RightclicktheTileLayersnodeintheMetadataNavigatorandthenselectCreateMapTileLayertoopentheSelectBaseMapdialog.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

66/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

2. SelectOBIEE_BASE_MAPasthebasemap.

3. ClickOKtoopentheDefineaMapCacheInstancewizard.ThewizardhelpsyoucreateanewtiledlayertobeusedinOracleMaps.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

67/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

4. ClickNexttoopentheTileLayerDefinitiondialog.

5. NamethetilelayerOBIEE_TILE_LAYER.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

68/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

6. ClickNexttoopentheTileLayerBoundaryandZoomLevelsdialog.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

69/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

70/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

7. Clickthegreenarrowtopreviewthemap.

8. Usethezoombuttonstozoominonthemapuntilitlookssimilartothescreenshot:

9. TheBoundstabshouldbeselectedbydefault.Ifnot,selectit.ClicktheUpdatefromMapbuttontoimporttilelayerboundsfromOBIEE_BASE_MAPasit
appearsinthePreviewpane.Yourresultswillvary,buttheyshouldlooksimilartothescreenshot.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

71/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

10. ClicktheZoomLevelstab.

11. ClicktheFromMapbuttonforMinimumScaletoimportthetilelayerzoomlevelfromOBIEE_BASE_MAPasitappearsinthePreviewpane.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

72/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

12. Usethezoombuttonstozoominonthepreviewmaptothedesiredmaximumscale.Usethescreenshotasareference.

13. ClicktheFromMapbuttonforMaximumScaletoimportthetilelayerzoomlevelfromOBIEE_BASE_MAPasitappearsinthePreviewpane.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

73/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

14. Leave#ZoomLevelssettothedefault(10)andclicktheGeneratebuttontogeneratethezoomlevels.

15. ClickNexttoopentheTilePropertiesdialog.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

74/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

16. LeavethedefaultpropertiesastheyareandclickNexttoopentheTileRenderingHintsdialog.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

75/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

17. LeavethedefaultpropertiesastheyareandclickNexttoopentheSummarypage.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

76/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

18. ClickFinishtoopentheTileLayerDefinitionpage.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

77/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

19. ClickOKtoclosetheTileLayerDefinitionpage.TheOBIEE_TILE_LAYERobjectisaddedtothenavigator.
http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

78/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

IntegratingaMapw ithOBIEE

InthissetofstepsyouintegratethemapyoucreatedinMapBuilderwithOracleBusinessIntelligence,sothatyoucandisplayamapvisualizationwithinanOBI
analysis.BeforebeginningthistopicmakesureyouhaveuploadedtheOBIEEMAPrepositoryasdescribedinthePrerequisitessection.
1. ReturntoMapViewer,whichshouldstillbeopen.IfMapViewerisnotopen,openabrowserandenterthefollowingURLtoconnecttoMapViewer:
http://host:port/mapviewer.Forexample,enterhttp://localhost:7001/mapviewer.ClicktheAdminlinkandsignin.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

79/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

2. ClickManageMapTileLayers>Manage.

3. SelectOBIEE_TILE_LAYERandclickBringonlinetoexposethismaptotheMapViewerapplicationandmakethemapavailableforconsumptionthrough
OracleBI.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

80/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

4. Youshouldreceivethefollowingmessage:
Maptilelayerb roughtonlinesuccessfully[MVDEMO,OBIEE_TILE_LAYER].

5. SignintoOracleBIPresentationServicesasanadministrativeuser.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

81/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

6. ClicktheAdministrationlink.

7. OntheAdministrationpage,clickManageMapData.

8. OntheManageMapDatapageselecttheLayerstab.

9. ClicktheImportLayersicontoopentheImportLayersdialog.

10. UseCRTL+ClicktoselecttheTHEME_CITIESandTHEME_STATESthemesyoucreatedinMapBuilder.SelectOBIEE_TILE_LAYERinthePreviewMap
dropdownlist.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

82/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

11. ClickOKtoimportthelayers.

12. SelecttheTHEME_STATESlayerandclicktheEditLayersbuttontoopentheEditLayerdialog.

13. IntheEditLayerdialog,underBIAssociations,noticethatthelayerkeyissettoSTATE_ABRV,whichisthecolumnattributeyousetearlierwhenyou
createdthethemeinMapBuilder.ClicktheBIKeyColumnsicon(greenplussign).

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

83/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

createdthethemeinMapBuilder.ClicktheBIKeyColumnsicon(greenplussign).

14. SelecttheOBIEEMAPsubjectarea.

15. IntheSelectBIKeyColumnsdialog,expandGeoandselectStateasthecorrespondingkeycolumnfromtheBIrepository.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

84/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

16. ClickOKtoclosetheSelectBIKeyColumnsdialog.ConfirmthatSampleDataisvisiblefortheSTATE_ABRVLayerKey.Thereneednotbeanydirect
relationbetweenthecolumnusedinthespatialschemaandthecolumnmappedinOracleBI.Youjustneedtoensurethattheattributesmatch.Inthis
case,theStatecolumncomesfromtheOBIEEMAPschemaandtheSTATE_ABRVcolumn(layerkey)comesfromSTATEStableinthemvdemoschema.

17. ConfirmthatGeometryTypeissettoPolygon.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

85/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

18. ClickSampleDatafor"State"andconfirmthatsampledataisreturned.

19. ClickOKtoclosetheEditLayerdialog.
20. SelecttheTHEME_CITIESlayerandclicktheEditLayersbuttontoopentheEditLayerdialog.NoticethatthelayerkeyissettoCITY,whichisthecolumn
attributeyousetearlierwhenyoucreatedthethemeinMapBuilder.ConfirmthatSampleDataisvisiblefortheLayerKey.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

86/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

21. SetGeometryTypetoPoint.

22. ClicktheBIKeyColumnsiconandselecttheOBIEEMAPsubjectarea.

23. ExpandGeoandmoveCitytotheSelectedpane.

24. ClickOKtoclosetheSelectBIKeyColumnsdialog.
http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

87/108

10/7/2015

24. ClickOKtoclosetheSelectBIKeyColumnsdialog.

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

25. ClickSampleDatafor"City"andconfirmthatsampledataisreturned.

26. ClickOKtoclosetheEditLayerdialog.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

88/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

27. ClicktheBackgroundMapstab.

28. ClickImportBackgroundMapstoopentheImportBackgroundMapsdialog.

29. SelectOBIEE_TILE_LAYERintheImportBackgroundMapsdialog.

30. ClickOKtoimporttheOBIEE_TILE_LAYERbackgroundmap.

31. SelectOBIEE_TILE_LAYERandclicktheEditBackgroundMapicon.
http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

89/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

32. IntheEditBackgroundMapdialog,arrangethelayersfromtoptobottom:THEME_CITIES,THEME_STATES,andselectthezoomlevelsatwhicheachlayer
canbedisplayed.Yourresultsshouldlooksimilartothescreenshot.

33. ClickOKtoclosetheEditBackgroundMapdialog.Confirmthattheexpectedsubjectareaisassociatedwiththebackgroundmap.Inthisexamplethe
OBIEEMAPsubjectareaisassociatedwiththeOBIEE_TILE_LAYERbackgroundmap.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

90/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

CreatinganOracleBIAnalysisw ithaMapView

InthissetofstepsyoucreateanOracleBIanalysiswithamapview.
1. SelectNew>AnalysisandselecttheOBIEEMAPsubjectarea.

2. Createthefollowinganalysis:
Geo>State
Sales>Dollars

3. ClickResults.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

91/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

4. SelectNewView>Map.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

92/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

5. ConfirmthataMapviewisaddedtothecompoundlayout.

6. Confirmthattheexpectedtheme,THEME_STATES,isvisibleintheBIDataLayer.NoticethatbydefaulttheDollarsdataisdividedintofourquartiles,which
aredistinguishedasshadesofgrayforuseinthemap.

7. Hoverthemouseoverdifferentstatestoviewadatapopup.ThescreenshotshowsdataforTexas.
http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

93/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards
7. Hoverthemouseoverdifferentstatestoviewadatapopup.ThescreenshotshowsdataforTexas.

8. ReturntotheTableviewanddrilldownonCA(California)toviewCitydata.

9. ReturntotheMapviewandnoticethatBIDataLayersnowincludesTHEME_CITIESandtheMapviewhaschangedtodisplayCitydata.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

94/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

10. Hoverthemouseoverdifferentcitiestoviewadatapopup.ThescreenshotshowsdataforSanFrancisco.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

95/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

11. Saveyouranalysis.
12. UsetheOBIEEMAPsubjectareatocreatethefollowingnewanalysiswithtwomeasures:
Geo>State
Sales>Dollars
Sales>UnitsOrdered

13. ClickResultstodisplayaTableviewinaCompoundLayout.

14. SelectNewView>MapViewtodisplayaMapviewintheCompoundLayout.

15. ClicktheEditViewiconfortheMapviewtoopentheMapeditor.
http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

96/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

16. ClicktheEditiconfortheDollarsmeasuretoopentheColorFilldialog.

17. IntheColorFilldialogselecttheStyledropdowntochangethestylecolor.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

97/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

18. ClickOKtoclosetheColorFilldialogandobservethechangestothemapandthelegend.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

98/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

19. ClicktheAddnewmapformatsicontoopentheformatsdropdownlist.

20. SelectImagefromthelist.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

99/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

21. SelectTHEME_STATEStoopentheImagedialog.

22. IntheImagedialogchangeVaryImageBytoUnitsOrdered.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

100/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

23. ClicktheimagefortheFirstThirdlabeltoopentheSelectImagedialog.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

101/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

24. IntheSelectImagedialog,selectthesmallredbarimage.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

102/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

25. ClickOKtoreturntotheImagedialog.RepeatthestepstoselectthesmallyellowbarfortheSecondThirdlabelandthesmallgreenbarfortheLastThird
label.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

103/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

26. ClickOKtoclosetheImagedialog.TheMapViewandlegendnowrendertwomeasures.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

104/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

27. ClickDonetoreturntotheCompoundLayoutandverifyyourworkintheMapview.

28. HoverthemouseoveranewbarimageandconfirmthatyouseedatafortheUnitsOrderedmeasure.ThescreenshotshowstheresultsforTexas.

29. NavigatetotheTableviewandclickCA(California)todrilldowntothecitylevel.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

105/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

30. ReturntotheMapviewandobservethatbothmeasuresarerenderedatthecitylevel.

31. UncheckDollars(Bubble)underTHEME_CITIEStoviewonlytheUnitsOrderedmeasureonthemap.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

106/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

32. Saveyouranalysis.

Summary

ThistutorialshowedyouhowtouseOracleMapBuilderandOracleMapViewertobuildandembedmapsforuseinOracleBusinessIntelligenceanalysesand
dashboards.
Inthistutorial,youhavelearnedhowto:
UseOracleMapBuildertobuildmaps
UseOracleMapViewertobringmapsonlineforintegrationwithOracleBusinessIntelligence
EmbedamapintoaMapviewinanOracleBusinessIntelligenceanalysis

Resources
PleaserefertothefollowingresourcesformoreinformationaboutthetopicscoveredinthisOBE:
http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

107/108

10/7/2015

BuildingMapsforOracleBusinessIntelligenceAnalysesandDashboards

Themvdemodatabaseschema,MapViewerinstaller,andMapBuilderinstallerusedforthisOBE,aswellasadditionalinformationabouttheseproducts,
canbefoundontheOracleFusionMiddlewareMapViewerwebsite.
OraclebyExampleBusinessIntelligenceEnterpriseEdition
OracleBusinessIntelligenceDocumentation
OracleTechnicalNetwork(OTN)OracleBusinessIntelligence
OracleUniversity
OracleLearningLibrary

Credits
LeadCurriculumDeveloper:JimSarokin

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1116/obiee_maps/obiee_maps.html

108/108

You might also like