11
Support Center Cache Management in OBIEE 11g Kashif M on 13:22 Union Transformation Stored Procedure Transformations Source Qualifier Transformation Sorter Transformation Sequence Generator Transformation Router Transformation Normalizer Transformation INFORMATICA TRANSFORMATION DON'T MISS OBIA 7.9.6.3 Installation Posted 125 days ago All About Data Warehousing and Business Intelligence A blog where you can explore everything about Datawarehouse,Oracle,OBIA, OBIEE,Informatica,ODI,DAC and many more datawarehouse products and tools.... Oracle Business Intelligence Application Search site HOME DATAWAREHOUSE ORACLE DATABASE OBIEE OBIA INFORMATICA DAC CONTACT

Cache Management in OBIEE 11g

Embed Size (px)

DESCRIPTION

Cache Management in OBIEE 11g

Citation preview

  • 6/1/2015 CacheManagementinOBIEE11g

    http://mkashu.blogspot.com/2014/05/cachemanagementinobiee11g.html 1/11

    Support Center

    Cache Management in OBIEE 11gKashifMon13:22

    UnionTransformation

    StoredProcedureTransformations

    SourceQualifierTransformation

    SorterTransformation

    SequenceGeneratorTransformation

    RouterTransformation

    NormalizerTransformation

    INFORMATICA TRANSFORMATION

    DON'T MISS OBIA 7.9.6.3 Installation Posted125daysago

    AllAboutDataWarehousingandBusinessIntelligenceAblogwhereyoucanexploreeverythingaboutDatawarehouse,Oracle,OBIA,OBIEE,Informatica,ODI,DACandmanymoredatawarehouseproductsandtools....

    OracleBusinessIntelligenceApplication

    Search site

    HOME DATAWAREHOUSE ORACLE DATABASE OBIEE OBIA INFORMATICA DAC CONTACT

  • 6/1/2015 CacheManagementinOBIEE11g

    http://mkashu.blogspot.com/2014/05/cachemanagementinobiee11g.html 2/11

    1)InOBIEEwehavetwotypesofcache1.OracleBIPresentationServerCache2.OracleBiServerCache

    1.OracleBIPresentationServerCache1)Itisatemporarycache,itwillbestoredinbelowlocation

    C:\OBI11g.6\instances\instance2\tmp\OracleBIPresentationServicesComponent\coreapplication_obips1\sawrptcache2)Itwillbeuniqueperparticularuserandsession3)OBIEEwehavetwotypesofcache

    2.OracleBIServerCache

    4)InOBIEE11gcacheparametersaremanagedusingEM.5)EMinitiallywillchangenqsocnfig.INIfile.6)InNqsconfigfileenable=yesthencacheisenabledelsecacheisdisabled.7)Bydefaultcachefileswillbestoredinbelowpath8)E:/bi11g/instances/instance1/bifoundation/oracleBIservercomponenets/coreapplic

    ationobis1/cache.

    Advantageofcache:1)Lessnetworktraffic.2)Hugeperformanceimprovement.

    RankTransformation

    Lookup(Unconnected)Transformation

    Lookup(connected)Transformation

    FilterTransformation

    ExpressionTransformation

    AggregatorTransformation

    Top 100 Informatica Interview QuestionsI have attended Informatica interview last week inwipro and couple of other companies, Questionbelow I faced in those companies. 1...

    OBIEE 11G ARCHITECTURE WITHEXPLANATIONBelow diagram describes the standard logicalarchitecture of Oracle business intelligence 11g

    POPULAR POSTS

  • 6/1/2015 CacheManagementinOBIEE11g

    http://mkashu.blogspot.com/2014/05/cachemanagementinobiee11g.html 3/11

    Disadvantageofcache:

    1)Thereisachancetogetstaledata.2)Harddiskmemoryiswasted.3)Maintenanceofcachebyadmin.

    Cachearchitecture:

    CacheManagementinOBIEE11g

    Reportlogicalsqlwillbecomparedwithcachedatabaselogicalsqls,ifanythingismatchingthencorrespondingcacheoutputwillbeshowntotheuserelseitwillexecutefromthedb.

    Enablingcache:

    1)OpenEMcapacitymanagementperformance lock&editselectcacheenabledapplyactivatechangescloserestartoracleBIserver.

    2) GotoNQSconfigfile&noticethatenable=yes.Runanyonereport&go to thecachelocation&observeafileiscreated.

    3) OpenRPD in onlinemode go tomanage cacheobservealltheparameters.

    system The entire systemarchitecture is c...

    Normalization In SQL((1NF, 2NF, 3NF, BCNF,4NF, 5NF)Normalization: Normalization isstep-by-step process of reducing

    complexity of an entity by distributing theattributes to differen...

    Top 130 SQL Interview Questions AndAnswers1. Display the dept information from departmenttable. Select * from dept; 2. Display the detailsof all employees ...

    OBIEE -Time Series InOBIEETime Series in obiee Time seriesfunctions present the capability toevaluate and comparing businessperformance by curre...

    Stored ProcedureTransformations InInformaticaSTORED PROCEDURE A procedureis a pre-defined set of PL/SQL

    statements to carry out a task. It is a PassiveTransformatio...

    Download Informatica 9.5 SoftwareI seen many peoples searching to download

  • 6/1/2015 CacheManagementinOBIEE11g

    http://mkashu.blogspot.com/2014/05/cachemanagementinobiee11g.html 4/11

    4)Signoutfromanalysissigninasabellpassword:Admin123runsameabovereportintheRPDmanagecachenoticethatusecountisupdatedto1.

    Staledata:

    Olddataiscalledasstaledata.

    AreportranfromDB&storedthatresult intocache&theDBisupdatedwithnewvaluesthenwerunthesameabovereportwewillgetoutputfromcachethatmeansolddatatoeliminatethisproblemweneedtodopurgingfollowedbyseeding.

    Purging:

    Cleaningcachefilesiscalledaspurging.

    Wehavefourtypesofpurging.

    1. Manual.2. Persistencytime.3. Eventpoolingtable.

    4.ODBCfunctions.Manual:

    Afterenablingcacherunanyonereport.ThencachewillbecreatedopenRPDinonlinemodemanagecache right clickontheentryclickonpurgeokclose.

    Persistency:

    Itisusefultopurgecachebasedonfixedtime.Toprovidethissettingweneedtoknowaccuratelythetableupdatedfrequency.

    Process:

    OpenRPDinonlinemodedoubleclickonD1_productsgotogeneraltabselectcachepersistencetimetype2minsokcheckinsavereloadservermetadatadevelopareportwithspecificcolumns&noticethatcacheiscreatedafter2minsautomaticallycachewillbepurged.

    Note:wecancontrolcacheattablelevelinphysicallayerdoubleclickonanytable

    PoweredbyBlogger.

    informatica software. Just go tohttps://edelivery.oracle.com/EPD/Download/get_form?egroup_aru...

    Connected LookupTransformation InInformaticaPassive Transformation Used tosearch To get the related values

    To compare the values Used in slowly changingdim...

    Differences Between Connected AndUnconnected Lookups TransformationConnected Lookup Unconnected Lookup Receivesinp...

    Cache Management InOBIEE 11g1) In OBIEE we have two typesof cache 1. Oracle BIPresentation Server Cache 2...

    SF_34004inInformaticaByKashifM0comment

    uninstallinformatica9.5.1ByKashifM0comment

    keyperformanceindicatorsinobiee11gByKashifM0comment

  • 6/1/2015 CacheManagementinOBIEE11g

    http://mkashu.blogspot.com/2014/05/cachemanagementinobiee11g.html 5/11

    generaltabenable/disablecache.Reverttocacheablecacheneverexpires.

    Eventpoolingtable:

    Step1:creatingeventpoolingtable:

    LogintoDBassupplier2usercreatetablesnqeptasselect*fromdevbiplatformsnqept.

    Select*fromsnqept.

    Step2:creatingatriggers:

    TomonitorD1productscreate(or)replacetriggerEVENTTABLEUPDATETRIGGERafterinsertorupdateordeleteonD1productsforeachrow.

    Begin

    Insertintosnqept(updatetype,updateTS,tablename)values(sysdate,D1products)

    End

    /

    Confirmtriggerisworkingornotbyexecutingbelowstatement.

    Updated1productssetgenericdescription=potatochipwheregenericdescription=potatochips

    Select*fromsnqept.

    Hencetriggerisworking.

    ConfiguringEPTtable:

    Inphysicallayerrightclickonsupplier2connectionpoolimportmetadataimportsnqepttablefinish.

    ToolsmenuutilitiesselectoracleBIeventtablesexecuteselectsnqeptprovidepoolingfrequencyas2minsokcheckinchangesok.

    Testing:

    Getthiswidget

    PrimaryClusterControllerErrorinOBIEE11gByKashifM0comment

    LOGINFAILEDWHILEOPENINGRPDINONLINEMODEINOBIEE11GByKashifM0comment

    dynamicallychangecolumnnameinobieeByKashifM0comment

    Informatica9.5.1serverinstallationByKashifM0comment

    WhatisConnectionPoolinOBIEE11gByKashifM1comment

  • 6/1/2015 CacheManagementinOBIEE11g

    http://mkashu.blogspot.com/2014/05/cachemanagementinobiee11g.html 6/11

    Developareportwithspecificdescription&makesurecacheiscreated.

    UpdatesomedatainD1products,thenafter2mins(poolingfrequencies)cachewillbecleanedaswellsnqepttablewillbetruncated.

    Odbcfunctions:

    WehavefourtypesofODBCfunctions,thoseareusefultopurgecacheprogrammatically&thosefunctionsare

    1.SApurgeallcache.2.SApurgecachebydb.3.SApurgecachebytable.4.SApurgecachebyquery.

    Itisaaccuratemethodtopurgethecache.NormallythesefunctionswillbeexecutedbyETteamusingtheirpostloadoption.

    Processforunderstanding:

    Developareportmakesurecacheiscreatedadministrationundermaintenance&troubleshootingissuesqltypecallSApurgeallcacheissuesqlgo&seeincachefolder.cacheisremoved.

    Seeding:

    Insertingcacheintocachefolderiscalledasseeding.

    Seedingsaretwotypes.

    1.Manualseeding.

    2.Byusingschedule.

    1.Manualseeding:

    Navigatetothereportinthecatalogclickonthatreportthenautomaticallycachewillbecreated.

    2.Byusingschedule:

    Logintoanalyticsdevelopareportwithvsdollarssavename:seedingreportnewagentschedulefrequency:once

  • 6/1/2015 CacheManagementinOBIEE11g

    http://mkashu.blogspot.com/2014/05/cachemanagementinobiee11g.html 7/11

    OBIEE 11G

    0

    Like

    0

    Tweet

    1 1

    KashifKashif: Cache Management in OBIEE 11gReview : Kashif | Update: 13:22 | Rating: 4.5

    NEWER POST OLDER POST

    data&type2min.forwardtocurrenttime.ClickondelaycontentselectcontentasanalysisbrowseselectseedingreportclickondestinationsoracleBIservercachesavename:seedagentafter2minsgotocachefolder&noticethatacachefileisavailable.

  • 6/1/2015 CacheManagementinOBIEE11g

    http://mkashu.blogspot.com/2014/05/cachemanagementinobiee11g.html 8/11

    Enteryourcomment...

    Commentas: GoogleAccount

    Publish Preview

    2 COMMENTS:

    AwesomeBro..Finallyiclearedmyalldoubts..

    Reply

    RAKESH PATIL 18September2014at08:09

    Hi,Ihavemadesmallchangesinmothpromptinanalyticspageandranthereport. I got the physical query from cache. Without usingSAPurgeAllCache()how/Fromwhere toget thephysicalquery for themodifiedone.Canupleasehelpwithasolution

    Reply

    RAMYAA KRISHN 20October2014at04:54

  • 6/1/2015 CacheManagementinOBIEE11g

    http://mkashu.blogspot.com/2014/05/cachemanagementinobiee11g.html 9/11

    2015(11)

    November(42) August(13) June(41)

    OBIEE11gInterviewQuestionsfromVirtusa

    TocreateadatabaseinSQLServer2008

    CreateadatabaseuserusingSQLServerManagement...

    MSSQLServer2008InstallationStepbyStep Scorecardinobiee11g

    May(17)

    2014(188)

    1Z0525DUMPS BIPUBLISHERINTERVIEWQUESTIONS

    DATAWAREHOUSEADMINISTRATORCONSOLE DATAWAREHOUSING EBIZR12

    EBIZR12INSTALLATION ESSBASE

    HMAILSERVER

    HYPERION

    HYPERIONESSBASE HYPERIONESSBASEINTERVIEWQUESTIONS

    HYPERIONFINANCIALMANAGEMENT

    INFORMATICA

    INFORMATICAINTERVIEWQUESTION JAVA LINUX

    NORMALIZATIONINORACLE OBIA11.1.1.7.1 OBIA7.9.6.3 OBIAINSTALLATION

    OBIEE10G

    OBIEE11G OBIEE11GDUMPS OBIEE11GINTERVIEWQUESTIONS

    OBIEECERTIFICATION OBIEEINTERVIEWQUESTION OBIEEPUBLISHERINTERVIEWQUESTIONS

    (18) (31)(139)

    (36)

    (33) (8)

    (128)(19)

    CreateaLink

    BlogArchive

    Labels

    LINKS TO THIS POST

    (1) (1) (1) (1) (1) (1) (1) (1) (1) (1)

    (1)(1) (1) (1)

    (3)

    (2) (1) (2) (1) (1) (1)

  • 6/1/2015 CacheManagementinOBIEE11g

    http://mkashu.blogspot.com/2014/05/cachemanagementinobiee11g.html 10/11

    ODI(ORACLEDATAINTEGRATOR) ORACLEADMINISTRATOR

    ORACLEBUSINESSINTELLIGENCEAPPLICATION ORACLEDATAINTEGRATOR

    ORACLEDATAINTEGRATORINTERVIEWQUESTIONSFOREXPERIENCE

    ORACLEDATABASEINSTALLATIONINLINUX6

    ORACLEEBUSINESSR12.3

    ORACLEHYPERIONPLANNINGANDBUDGETINGQUESTIONNAIRE

    ORACLEJOINS

    SCORECARDINOBIEE11G

    SQLINTERVIEWQUESTIONS

    SQLSERVER2008

    SQLSERVERINSTALLATION WINSCP

    (3)(1)(1)(2)(1)(2)(1)(1)(1)(2)(1)(1)

    DisableBulkModeinInformaticaByKashifM0comment

    OBIEEEventTablesByKashifM0comment

    OBIEEReplaceColumnorTableinLogicalTableSourcesutilityByKashifM0comment

    AdminToolUtilitiesinOBIEE10G&OBIEE11GByKashifM0comment

    OBIEEHardwareSizingQuestionnaireOFOBIEE11GByKashifM0comment

    OBIEETimeSeriesinOBIEEByKashifM1comment

    OBIEEOracleEnterpriseManager(OEM)andConsoleinOBIEE10GByKashifM0comment

    OBIEEOracleBusinessIntelligenceDeliversByKashifM0comment

  • 6/1/2015 CacheManagementinOBIEE11g

    http://mkashu.blogspot.com/2014/05/cachemanagementinobiee11g.html 11/11

    Getthiswidget

    KASHIF M

    I'm Kashif, Certified OBIEEConsultant working with 7stl inChennai. I am here to share myexperience, ideas, thoughts and

    issues while working with Oracle and in Datawarehousing products.VIEW MY COMPLETE PROFILE

    About Me

    JointhissitewithGoogleFriendConnect

    Members(19)

    Alreadyamember?Signin

    FollowersFindusonFacebook

    Mkashu

    195peoplelikeMkashu.

    Facebooksocialplugin

    Like

    Home About Support Center

    Copyright 2014 Mkashu. Designed by Templateism