DRM performace tunning guide

Hi All,
Does anyone have performance tunning guide for DRM??
what are all possible area we need to tune??
1.DB side (if any parameters need to change then please suggest us)
2.Server side tunning
3. App pool tunning and IIS level tunning (if any please suggest me).
4.Windows O/S level tunning..(Software level tunning and hardware level ).
Thanks

Hi,
What are the performance issues that you are having and what is the version of DRM you are on?
Thanks
Denzz

Similar Messages

  • Oracle 11g performace tunning  book

    Please suggest the  good book for oracle 11g performace tunning ,
    which gives the complete idea of performance tunning.

    888412 wrote:
    Please suggest the  good book for oracle 11g performace tunning ,
    which gives the complete idea of performance tunning.
    Define what do you mean by "complete" . If you are willing to read just one book to read all about Performance Tuning, well guess what, there isn't any. Every book that you are going to read from a good author, like the one suggested by Martin , is going to be useful . And just so you know, 12c is the latest release.
    HTH
    Aman....

  • DRM Validation Rules Guide----- Really Urgent

    Hi All,
    I worked in Hyperion Suit, now my client want to use DRM
    So can you please help me where I can DRM/MDM Validation Rules
    this is really urgent
    Vijay

    http://download.oracle.com/docs/cd/E17236_01/nav/portal_6.htm

  • Performace tunning

    Hi all,
    How can we replaced the the below statements to improve the performance
    DATA : BEGIN OF i_clint OCCURS 0, 
               clint LIKE klah-clint,                       
           END OF i_clint.                                
    data:i_kssk LIKE i_clint OCCURS 0.
    READ TABLE idoc_data WITH KEY
    segnam = c_e1lfa1m. struct_e1lfa1m = idoc_data-sdata.
    ws_lifnr = struct_e1lfa1m-lifnr.
    READ TABLE idoc_data WITH KEY
    segnam = c_e1lfb1m.
    IF sy-subrc EQ 0.
    struct_e1lfb1m = idoc_data-sdata.
    IF struct_e1lfb1m-zwels NE '/' OR "Payment method
    struct_e1lfb1m-hbkid NE '/'. "House bank
    Please help me on this.

    Hey Man,
    I don´t got it 100%, but u can try it:
    I hope it solves your question.
    REPORT  ztmtest8.
    Types
    TYPES : BEGIN OF t_clint,
           clint TYPE klah-clint,
    END OF t_clint.
    Internal tables
    DATA: it_kssk   TYPE TABLE OF t_clint.
    Work Areas
    DATA : wa_kssk  TYPE          t_clint.
    Constants
    CONSTANTS: c_bar    TYPE  c  VALUE '/'.
    Logical
    SORT idoc_data BY segnam.
    READ TABLE idoc_data INTO wa_idoc_data WITH KEY segnam = c_e1lfa1m
                                                         BINARY SEARCH.
    struct_e1lfa1m = idoc_data-sdata.
    ws_lifnr       = struct_e1lfa1m-lifnr.
    READ TABLE idoc_data INTO wa_idoc_data WITH KEY segnam = c_e1lfb1m
                                                         BINARY SEARCH.
    IF sy-subrc IS INITIAL.
      struct_e1lfb1m = idoc_data-sdata.
      IF struct_e1lfb1m-zwels NE c_bar OR "Payment method
         struct_e1lfb1m-hbkid NE c_bar. "House bank
      ENDIF.
    ENDIF.
    Edited by: Thiago Moya on Feb 27, 2008 3:01 PM

  • Performace tunning regarding custum Program

    Hi all,
    How can we replaced the the below statements to improve the performance
    DATA : BEGIN OF i_clint OCCURS 0,
    clint LIKE klah-clint,
    END OF i_clint.
    data:i_kssk LIKE i_clint OCCURS 0.
    READ TABLE idoc_data WITH KEY
    segnam = c_e1lfa1m. struct_e1lfa1m = idoc_data-sdata.
    ws_lifnr = struct_e1lfa1m-lifnr.
    READ TABLE idoc_data WITH KEY
    segnam = c_e1lfb1m.
    IF sy-subrc EQ 0.
    struct_e1lfb1m = idoc_data-sdata.
    IF struct_e1lfb1m-zwels NE '/' OR "Payment method
    struct_e1lfb1m-hbkid NE '/'. "House bank
    Please help me on this.

    Hi,
    As SAP recommends, do not create/declare internal tables with header line. Create an explicit work area for internal tables and read into the work area or use field symbols (ASSIGNING).
    Also, when performing READ command on internal table, use BINARY SEARCH. However, precaution, always sort the internal table with the fields used for read in WITH KEY clause.
    Cheers.

  • Oracle 10g administrator guide??

    Plissss, somebody knows where can I find an OracleAS 10g administrator, configurator and tunning guide??? (also with High availability options).
    It seems to be hidden because in several sites refer to it but always de links return 404 - Error....
    Also would be great an quick and basic application deployment guide I have found some references but they seems to refer using oracle developer products. I would need a guide to tell me were I should deploy just an ear generted with any standard tool....
    Thanks in advance and regards

    Checkout the doc library:
    http://download-west.oracle.com/docs/cd/B10464_04/index.htm
    Pavna

  • StatsPack report check

    What are the imporant things to check the performance degradation in StatsPack report?

    Check the performace tuning guide from Oracle.
    Most common things to look at are
    Top wait events,
    Hit ratios
    Top SQLs
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14211/toc.htm

  • Mapping Runtime with multiple gateway registration

    I need a help about increase mapping performance.
    I have add new Java server on new server(I mean HW).
    I wonder if ABAP(I mean RFC Gateway with JCo) can recognize this "New" Java server.
    I reference following...
    http://help.sap.com/saphelp_nw04/helpdata/en/1c/ba295ee20fcd41b6804f1bc602de68/content.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/3.0/sap exchange infrastructure tuning guide xi 3.0.pdf
    -->See section "Mapping Runtime"
    I have a following XI3.0 system.
    EOne central Instance(ABAP and Java) on one server(HW).
      Java have one J2EE Dispatcher and one Server.
    EOne dialog Instance(ABAP and Java) on one server(HW)
      Java have one J2EE Dispatcher and one Server.
    So "Java" have two Server processes on each hardware.
    You know when mapping, ABAP connect to Java with JCo.
    In ABAP side, I defined as AI_RUNTIME_JCO_SERVER(SM59).
    In Java side, I defined as AI_RUNTIME_XI1(visual admin)
    They have set same "Program ID" and test connection well.
    Now I add new Java server node.
    I can see "New" Java server tree in visual administrator.
    Can I defined RFC Destination "AI_RUNTIME_XI1" to this New one? (This is same destination.)
    Tunning Guide said, "load distribution by multiple gateway registration".
    What's mean?? I have only one Gayteway(I mean AI_RUNTIME_JCOSERVER)...
    Help.sap.com said, "The RFC Engine service can register under one name to one particular gateway. To register to another gateway, another name has to be used. ".
    What's mean?? Can XI ABAP Gateway recognize "another name"?
    I confuse a bit...
    regards,

    Hi All,
    In addition to the above, if mapping is tested within ESR there is no issue. The problem is happening only during runtime.
    BTW, When we applied the note 1838921 we upgraded the Adapter Framework from SP09 to SP12.
    Could this be an issue?
    Regards,
    Sudheer

  • Slideshow Exported to QuickTime Won't Play Music

    I also posted this to the QuickTime forum, since I wasn't sure where it quite fit.
    I created a slideshow using my iPhoto 5.0.4 then exported it to a movie as Quicktime, with music. It plays beautifully on my machine. I burned it to a CD and sent it to someone with the identical Mac (a PowerBook G4) and he couldn't play it on his SAME version of QuickTime. As he explained it, his Apple kept sending him to iTunes to search for the music, which it claimed it couldn't find even in the Music Store (odd, since I bought the music from my Music Store).
    Similarly, another person trying to view the same iPhoto-created Quicktime movie on a PC (using a CD I'd burned), using a freshly downloaded of version of Quicktime, reported that the slideshow played but with NO music.
    Any ideas? Thanks in advance!
    Anne

    HI anne,
    It's a shame isn't it, but purchased music in a slideshow will do this.
    You have to be smart and work around the limitation.
    burn the song or an entire playlist while you are at it to CD. Import the CD back into iTunes. Now sort by date in iTunes so you can find the newly imported songs without the DRM. Name them so you know hey are the DRM-less tunes. Use that song with your slideshow to export.

  • Enq: TX - row lock contention problem

    Hi ,
    Db version 10.2.0.4
    os solaris.
    i have upgraded my database from 9.2.0.4 to 10.2.0.4 by using exp/imp as my database is small.
    I have created new instance of 10g and changed parameter values as 9i(as required). then imported from 9i to 10g instance.
    After importing in 10g instance we are face application wide performance problem..the response time of the applicatoin was very slow...
    i have taken awr report of various times and have seeen
    SELECT puid,ptimestamp FROM PPOM_OBJECT WHERE puid IN (:1) FOR UPDATE
    this query is causing the problem..enq: TX - row lock contention
    Cache Sizes
    ~~~~~~~~~~~                       Begin        End
                   Buffer Cache:       756M       756M  Std Block Size:         8K
               Shared Pool Size:       252M       252M      Log Buffer:     1,264K
    Load Profile
    ~~~~~~~~~~~~                            Per Second       Per Transaction
                      Redo size:              2,501.54              3,029.25
                  Logical reads:              2,067.79              2,504.00
                  Block changes:                 17.99                 21.78
                 Physical reads:                  0.02                  0.03
                Physical writes:                  0.41                  0.50
                     User calls:                140.74                170.44
                         Parses:                139.55                168.99
                    Hard parses:                  0.01                  0.01
                          Sorts:                 10.65                 12.89
                         Logons:                  0.32                  0.38
                       Executes:                139.76                169.24
                   Transactions:                  0.83
      % Blocks changed per Read:    0.87    Recursive Call %:    17.60
    Rollback per transaction %:    0.00       Rows per Sort:    16.86
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Buffer Nowait %:  100.00       Redo NoWait %:  100.00
                Buffer  Hit   %:  100.00    In-memory Sort %:  100.00
                Library Hit   %:  100.03        Soft Parse %:  100.00
             Execute to Parse %:    0.15         Latch Hit %:   99.89
    Parse CPU to Parse Elapsd %:   93.19     % Non-Parse CPU:   94.94
    Shared Pool Statistics        Begin    End
                 Memory Usage %:   86.73   86.55
        % SQL with executions>1:   90.99   95.33
      % Memory for SQL w/exec>1:   79.15   90.58
    Top 5 Timed Events                                         Avg %Total
    ~~~~~~~~~~~~~~~~~~                                        wait   Call
    Event                                 Waits    Time (s)   (ms)   Time Wait Class
    CPU time                                            397          86.3
    enq: TX - row lock contention           508          59    115   12.7 Applicatio
    log file sync                         2,991           5      2    1.1     Commit
    log file parallel write               3,238           5      2    1.1 System I/O
    SQL*Net more data to client          59,871           4      0    1.0    Network
    ^LTime Model Statistics              DB/Inst: WGMUGPR2/wgmugpr2  Snaps: 706-707
    -> Total time in database user-calls (DB Time): 460.5s
    -> Statistics including the word "background" measure background process
       time, and so do not contribute to the DB time statistic
    -> Ordered by % or DB time desc, Statistic name
                                                                       Avg
                                                 %Time  Total Wait    wait     Waits
    Event                                 Waits  -outs    Time (s)    (ms)      /txn
    enq: TX - row lock contentio            508     .0          59     115       0.2
    log file sync                         2,991     .0           5       2       1.0
    log file parallel write               3,238     .0           5       2       1.1
    SQL*Net more data to client          59,871     .0           4       0      20.1
    control file parallel write           1,201     .0           1       1       0.4
    SQL*Net more data from clien          3,393     .0           1       0       1.1
    SQL*Net message to client           509,864     .0           1       0     170.9
    os thread startup                         3     .0           1     196       0.0
    db file parallel write                  845     .0           1       1       0.3
    -> % Total DB Time is the Elapsed Time of the SQL statement divided
       into the Total Database Time multiplied by 100
      Elapsed      CPU                  Elap per  % Total
      Time (s)   Time (s)  Executions   Exec (s)  DB Time    SQL Id
            59          1        1,377        0.0    12.9 bwnt27fp0z3gm
    Module: syncdizio_op@snstr09 (TNS V1-V3)
    SELECT puid,ptimestamp FROM PPOM_OBJECT WHERE puid IN (:1) FOR UPDATE
            41         41          459        0.1     8.9 8cdswsp7cva2h
    Module: syncdizio_op@snstr09 (TNS V1-V3)
    select rpad(argument_name, 32, ' ') || in_out || ' ' || nvl(type_subname, data_t
    ype) info from user_arguments where package_name IS NULL and object_name = uppe
    r(:1) and argument_name is not null order by object_name, position
            39         38        7,457        0.0     8.4 271hn6sgra2d8
    Module: syncdizio_op@snstr09 (TNS V1-V3)
    SELECT DISTINCT t_0.puid FROM PIMANTYPE t_0 WHERE (UPPER(t_0.ptype_name) = UPPER
    (:1))
            23         22          459        0.0     4.9 g92t08k78tgrw
    Module: syncdizio_op@snstr09 (TNS V1-V3)
    SELECT PIMANTYPE.puid, ptimestamp, ppid, rowning_siteu, rowning_sitec, pis_froze
    n, ptype_class, ptype_name FROM PPOM_OBJECT, PIMANTYPE WHERE PPOM_OBJECT.puid =
    (PIMANTYPE.puid)
            22         22      158,004        0.0     4.9 chqpmv9c05ghq
    Module: syncdizio_op@snstr09 (TNS V1-V3)
    SELECT puid,ptimestamp FROM PPOM_OBJECT WHERE puid = :1
            17         17        2,294        0.0     3.7 3n5trh11n1x8w
    Module: syncdizio_op@snstr09 (TNS V1-V3)
    SELECT PTYPECANNEDMETHOD.puid, ptimestamp, ppid, rowning_siteu, rowning_sitec, p
    is_frozen, pobject_desc, psecure_bits,VLA_344_5, pmethod_name, pmsg_name, ptype_
    name, pexec_seq, paction_type FROM PPOM_OBJECT,PBUSINESSRULE, PTYPECANNEDMETHOD
    WHERE PTYPECANNEDMETHOD.puid IN (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12,:13,:14,in 9i there is a parameter ENQUEUE_RESOURCES but in 10g relese 2 its got obsoleted....
    am new to performace tunning please advice me....!
    Regards
    Vamshi

    The CBO has changed substantially between 9.2.x and 10.2.x. Pl see MOS Doc 754931.1 (Cost Based Optimizer - Common Misconceptions and Issues - 10g and Above). Pl verify that statistics have been gathered and are current - pl see MOS Doc 605439.1 (Master Note: Recommendations for Gathering Optimizer Statistics on 10g).
    Looking at your output, it seems to me that the database is entirely CPU-bound. 86.3% of time is spent on CPU. The last 5 SQL statements in the output, all of the elapsed time is spent on CPU.
    Pl post your init.ora parameters, along with your hardware specs. This question might be more appropriate in the "Database - General" forum.
    HTH
    Srini

  • Performance reports and measures for Online Trading Customer's databases

    We have a client from online trading commodity domain. there databases are running in healthy stat.
    We on daily basis share with them AWR report of time span 9:30AM to 10:30AM (peak trading hours).
    can you suggest what all recommendadtions we can include in this AWR report or how we can study on daily basis this AWR report extracted to mention recommendation to customer.
    apart from this what other performance reports we can share with customer which will make cilent view their database stat in terms of performace tunning and all.
    We can share daily database checks and all but I am trying to have some good performance end reports which can be extract to share with client??
    What performace reports you are sharing or can suggest in this regards??
    Thanks friends in advance.

    Hi
    Ankit Ashok Aggarwal wrote:
    We have a client from online trading commodity domain. there databases are running in healthy stat.
    We on daily basis share with them AWR report of time span 9:30AM to 10:30AM (peak trading hours). I have written a few blog posts about AWR analysis (http://savvinov.com/category/awr/) -- some of them may be useful to you. However, AWR reports are not so good for monitoring purposes. Monitoring is about trends -- AWR doesn't have that. Plus, application performance should be measured in its native metrics (KPIs or "key performance indicator"). For instance, for an online shop that would be the number of orders processed, average time it takes to process an order etc. Low level stats such as the number of table scans per unit time or IO stats doesn't really tell whether or not an application is performing satisfactorily.
    From the database point of view, a simple overview of the OEM Performance Page should be enough to get a basic idea whether the database is ok.
    can you suggest what all recommendadtions we can include in this AWR report or how we can study on daily basis this AWR report extracted to mention recommendation to customer.I've seen a lot of such recommendations -- 99% of them are garbage, and the customers treat it accordingly. Unless there are clear signs of a performance issue, recommendations are generally neither necessary, nor possible (without additional information about the application). Ain't broken -- don't fix it.
    apart from this what other performance reports we can share with customer which will make cilent view their database stat in terms of performace tunning and all.
    We can share daily database checks and all but I am trying to have some good performance end reports which can be extract to share with client??Ideally, you should have SLAs with your customers which should clearly define how much time a certain user action should take. Without an SLA and/or specific complaints from the user there is little you can do about database performance, except for when something obvious shows up on the report.
    Best regards,
    Nikolay

  • What Songs are iTunes Plus in iTunes 9 Store?

    I just upgraded to iTunes 9. In the iTunes Store, you used to be able to tell which tracks were iTunes PLUS because they had a little "+" sign next to them. Now, none do? What does this mean? Is this a bug? Are ALL iTunes audio files now iTunes PLUS? Are none of them?
    Unless something is ONLY available as the old 128kbps low-bit rate, DMR'ed file format, I will NEVER, EVER buy anything in that format. Period. I am only interested in the 256kbps, DRM-free iTunes PLUS files that are twice the bitrate and that I can play at work via VLC Portable since I can't install iTunes at work.
    Can someone help me out? You can't even do a "GET INFO" on items in the store any more...
    I'd greatly appreciate any assistance/insight.
    Best Regards,
    Zack

    All songs in the store are plus now...a while back they made the switch; that's when they started charging .69/.99/1.29 for tunes....that was the compromise for DRM free tunes was variable pricing for the record companies.
    Most DRM tracks in your library can be converted over to plus, the exceptions are anything you have gotten as a "free" download. Pretty much everything that downloads as a free song of the week (before the change) or via a redeemable code (I picked up a free itunes sampler a couple of years back) didn't get ther DRM removed and cannot be converted to plus.
    Hope that helps.

  • Shared services and workspace architecture(How we can find out req &respon)

    Good morning Hyperion folks,
    Does any body have any document or PDF about workspace and shared service architecture...How these both components are communicate each other..any idea or any document..while communicating of these if anything goes wrong,,where we need to check, what is exactly the problem (any suggestible logs)...
    Company are doing big mistake by using this hyperion tool ..These guys are not supporting and even they don't know much about the tool apart Product dev team..and that too they are not disclosure any documents related product...
    **Does anybody found any kind performance tunning guide or lab guide about workspace and shared service HFM,Planning...** I have never seen component wise documents and tunning guide and recommendations.
    I am strong opnion about hyperion is,we would not get any support from oracle and documents so He can migrate Cognos TM1 and Finance management etc........
    Edited by: 888154 on 29/09/2011 02:55

    Thanks john For ur reply ..i have seen these documents long ago ..i am asking about Shared services and workspace architecture and how these are functioning and where we can find out communication error and slow login issue with workspce and shared services.. How authentication is log on ..is there any machanisam they are using for authencation ...We are using OpenLadp ...
    Ex :1.Per suppose log on to workspace that request goes to shared services directory and it will check whether that user is exists or not on Shared services tables ...here what kind of alogirtham using to aunthenticate user...How we can diagonse this process taking to much time,,,is there any specific logs related this (If logs are exsits how we can find out)...
    2.Once authencation done successfully and responce send to workspace and populate workspace home page...then i click on application button (FM application) and it's taki ng to much time to load HFM page.To this where we need to look whta excatly problem? what are logs file helpful to us to diagonse..

  • BPEL Database Adapter tuning

    I am fetching records from Database using DB Adapter in BPEL. It takes more than 3 seconds. If i execute the same query from toad the time taken is less than a second. In my BPEL process i have used translation.
    Can any one help me in guiding how can i improve the performance.
    I suspect that i need to tune the DB Adapter, Is there any tuning guidelines for tuning DB Adapter.
    Regards
    Vikas

    Hi! i think all of you are very busy... can someone post the tunning guide, i can put it in some webpage to download it, in this way everyone who read this thread will download the guide without posting a message! :-)
    Best Regards and blesses!

  • Awr dbms_sqltune  package

    Hi,
    Our company doesn't currently have oem installed on production. This will be done in March. Right now I am working with the sqltune package to access the database on the dev server before I run it on production. I was running the following procedure below and requested the GOLDUSER schema.
    Down in the load_sqlset procdure I think I have the load_option and update_option set to the correct values. I could be wrong though. By setting these all I want is to extract the old sql statements and performace tune them.
    I get those sql statements listed out and also I get a different named schema under "tables with new potential indices" (LEADUSERS).
    Should I be concerned with this? Would someone just look this procedure over to see if it is correct?
    I would appreciate your help in this matter.
    Thanks in advance.
    al
    declare
    cursor_1 dbms_sqltune.sqlset_cursor;
    begin
    open cursor_1 for
    select value(p)
    from table(dbms_sqltune.select_workload_repository)
    750,
    1501,
    'parsing_schema_name= ''GOLDUSER'' AND executions > 25',
    null,
    null,
    null,
    null,
    null,
    10)) p;
    dbms_sqltune.load_sqlset(
    sqlset_name => 'prod_awr',
    populate_cursor => cursor_1,
    load_option => 'MERGE',
    update_option => 'ACCUMULATE');
    end;
    /

    Check this one:
    http://www.oracle-base.com/articles/10g/AutomaticSQLTuning10g.php
    OR
    DECLARE
    ret_val VARCHAR2(4000);
    BEGIN
    ret_val := dbms_sqltune.create_tuning_task(
    task_name=>'t1',
    sql_id=>' '); Execute the sql prior to this and get the sql_id in place it here
    dbms_sqltune.execute_tuning_task('t1');
    END;
    check the status by,
    SELECT status FROM DBA_ADVISOR_LOG WHERE task_name ='t1';
    Upon completion of the above,
    SET LONG 100000
    SET LONGCHUNKSIZE 99999
    SET LINESIZE 20000
    SELECT DBMS_SQLTUNE.REPORT_TUNING_TASK( 't1') FROM DUAL;

Maybe you are looking for

  • Barley any sound from msi k8n neo

    just got over my win 64 issue an got my system running ive up dated all drivers nforce drivers live updated digicell amd drivers utility drivers updated my graphic drivers updated my bios to 1.4 but when i hook up my speakers i barely get any sound i

  • Will the Arctic Cooling Accelero S2 fit well into the G5 case?

    Before I buy Accelero S2 I would like to know if anyone has had success installing one of these in a G5. When I went to a forum to read about them everyone was putting them into PCs so it would be comforting to know if G5 users had success as well. A

  • IWeb won't let me publish using MobileMe

    I am logged into the MobileMe account. I have 287 days left in my account. Two weeks ago when I made changes to my website, I clicked publish to update the website. All worked. Just made changes and when I pressed Publish, I get a MobileMe advertisem

  • Siebel 8.1.1.10 vanilla install fails at dbsrvr config set_unicode.sql does not exist

    Hello , I am trying to install siebel out of the box with unicode and multilingual configuration. But my setup fails at dbsrvr configuration. UpgradeLog      UpgradeInfo     3       0000000251cc5fdc:0      2013-06-27 11:00:10     Status Message (Exec

  • Publishing Workflows for AIR for iOS | ADC Presents | Adobe TV

    Senior Product Manager Tom Barclay discusses recent Flash Professional CS6 updates, highlighting the enhanced workflows in Adobe AIR 3.4 for development of iOS applications. http://adobe.ly/PnEFsW