Few Methods of fine tuning query

I want to know few methods of fine tuning the query

http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96533/toc.htm

Similar Messages

  • Help in fine tuning query

    Hi all iam fairly new to oracle and trying to optimize a query which is taking more than 2 minutes to execute. Please provide me some suggestions on how to optimize this query.
    select b.acct_nbr, b.REGVALUE, b.Addr1, b.Addr2, b.Addr3,
    b.Addr4, b.city, b.state_id, b.zip
    from FIRM f, PROD p, (select a.acct_nbr, a. REGVALUE, a.Addr1, a.Addr2, a.Addr3,
    a.Addr4, a.city, a.state_id, a.zip
    from ACCOUNT a
    where (UPPER(A.REGVALUE) LIKE '% 3150IAC %'
    or UPPER(A.REGVALUE) LIKE '% 3150 IAC %'
    or UPPER(A.REGVALUE) LIKE '% 3150 (IAC) %'
    or UPPER(A.REGVALUE) LIKE '% 3150_IAC %'
    or UPPER(A.REGVALUE) LIKE '% 3150-IAC %'
    or UPPER(A.REGVALUE) LIKE '% BOROUGH %'
    or UPPER(A.REGVALUE) LIKE '% CITY %'
    or UPPER(A.REGVALUE) LIKE '% CNTY %'
    or UPPER(A.REGVALUE) LIKE '% COUNTY %'
    or UPPER(A.REGVALUE) LIKE '% DIST %'
    or UPPER(A.REGVALUE) LIKE '% DISTRICT %'
    or UPPER(A.REGVALUE) LIKE '% EMPLOYEE %'
    or UPPER(A.REGVALUE) LIKE '% EE %'
    or UPPER(A.REGVALUE) LIKE '% LOCAL %'
    or UPPER(A.REGVALUE) LIKE '% MUNICIPALITY %'
    or UPPER(A.REGVALUE) LIKE '% OFFICE OF %'
    or UPPER(A.REGVALUE) LIKE '% OFFICE FOR %'
    or UPPER(A.REGVALUE) LIKE '% STATE %'
    or UPPER(A.REGVALUE) LIKE '% TOWN %'
    or UPPER(A.REGVALUE) LIKE '% TOWNSHIP %'
    or UPPER(A.REGVALUE) LIKE '% UNIV %'
    or UPPER(A.REGVALUE) LIKE '% UNIVERSITY %'
    or UPPER(A.REGVALUE) LIKE '% WARD %')
    and (UPPER(A.REGVALUE) NOT LIKE '% JTWROS %'
    and UPPER(A.REGVALUE) NOT LIKE '% INC %'
    and UPPER(A.REGVALUE) NOT LIKE '% LLC %'
    and UPPER(A.REGVALUE) NOT LIKE '% LLP %'
    and UPPER(A.REGVALUE) NOT LIKE '% TEST %'
    and UPPER(A.REGVALUE) NOT LIKE '% TESTED %'
    and UPPER(A.REGVALUE) NOT LIKE '% TESTCONT %'
    and UPPER(A.REGVALUE) NOT LIKE '% TESTOVER %'
    and UPPER(A.REGVALUE) NOT LIKE '% TESTTEE %'
    and UPPER(A.REGVALUE) NOT LIKE '% TOTHCUST %'
    and UPPER(A.REGVALUE) NOT LIKE '% DECEDENT %'
    and UPPER(A.REGVALUE) NOT LIKE '% BOTH1 %'
    and UPPER(A.REGVALUE) NOT LIKE '% BOTH2 %'
    and UPPER(A.REGVALUE) NOT LIKE '% BOTH# %'
    and UPPER(A.REGVALUE) NOT LIKE '% BOTHYACK %'
    and UPPER(A.REGVALUE) NOT LIKE '% MYCOLLECTION %')) b
    where b.tech_id = f.tech_id
    and b.prod_cd = p.prod_cd
    and (b.est_dt between '01-OCT-11' and '31-OCT11'
    or b.closed_dt between '01-OCT-11' and '31-OCT-11')
    and b.IB_cd in ('EXN', 'DTS', 'ALP')
    Edited by: 903555 on Dec 21, 2011 8:45 AM

    903555 wrote:
    Please find the information, let me know if any thing else required.Please re-read the thread I posted because this still isn't enough information to identify the problem.
    Also, please use \ tags so fixed-width fonts display correctly.
    For example:
    \My Explain Plan Here\would display as:My Explain Plan HereIt looks like based on the explain plan Oracle is only expecting ONE row. Is that correct? Are your statistics up-to-date?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • SPA3102 - Some Fine Tuning Query

    Hi,
    My SPA3102 works fine answering PSTN and VoIP calls, including call waiting and 2-way switching and 3-way calls, caller ID pass thru, etc.
    But if I have the phone "off hook" for any reason and a PSTN call comes in, (it rings on another phone directly connected to PSTN line) placing the ATA attached phone on hook does not cause phone to ring through (PSTN ring thru line 1) no matter how long I wait. So I was wondering what parameter affects this aspect as I'm sure I had this working in the past.
    Oh, by way of background information, the PSTN line voltage on the status screen shows typically 49V on hook, 7V off hook and -49V when PSTN is ringing (UK BT line).
    Any comment most welcome - Cheers from Mike

    I believe this is a normal behavior according to the admin guide:
    If Line 1 is busy (fxs port is off-hook) when the PSTN line rings, the SPA will not attempt to ring through, even if Line 1 later becomes idle (putting fxs port on-hook) while the PSTN is still ringing.

  • Need help in Fine Tuning this query

    Hello Gurus,
    The below sql's are from Application engine . It runs more than 5 hours to complete . I have fewer knowledge on sql tuning and request to repharse the sql's to perform and complete the program within One hour.
    PS_GE_GAPS_INV is going thru Range Scan and TAO table is going for Full Table Scan.
    I have indexes on PS_GE_GAPS_INV which is the main table. Iam joining TAO(Temporary table) and Main Table with common keys defined thru Application designer.
    Appreciate all your help.
    First Sql :
    UPDATE PS_GE_GAPS_INV
    SET LAST_DTTM_UPDATE = TO_DATE(SYSDATE,'DD-MM-YY-HH24.MI.SS."000000"')
    WHERE
    (BUSINESS_UNIT,RECONCILE_DT,GE_INVENTORY_SOURC,TAG_NUMBER,ASSET_ID,SERIAL_ID_TR,S
    ERIAL_ID,GE_CUSTODIAN_PHY,CUSTODIAN,DEPTID_P,DEPTID,CHARTFIELD2,CHARTFIELD3,GE_GA
    P_RULE,SEQUENCENO) IN (
    SELECT DISTINCT B.BUSINESS_UNIT
    ,B.RECONCILE_DT
    ,B.GE_INVENTORY_SOURC
    ,B.TAG_NUMBER
    ,B.ASSET_ID
    ,B.SERIAL_ID_TR
    ,B.SERIAL_ID
    ,B.GE_CUSTODIAN_PHY
    ,B.CUSTODIAN
    ,B.DEPTID_P
    ,B.DEPTID
    ,B.CHARTFIELD2
    ,B.CHARTFIELD3
    ,B.GE_GAP_RULE
    ,B.SEQUENCENO
    FROM PS_GE_GAPS_TAO A
    , PS_GE_GAPS_INV B
    WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT
    AND (A.RECONCILE_DT = B.RECONCILE_DT
    OR (A.RECONCILE_DT IS NULL
    AND B.RECONCILE_DT IS NULL))
    AND A.GE_GAP_RULE = B.GE_GAP_RULE
    AND A.SEQUENCENO = B.SEQUENCENO
    AND A.GE_INVENTORY_SOURC = B.GE_INVENTORY_SOURC
    AND A.TAG_NUMBER = B.TAG_NUMBER
    AND A.ASSET_ID = B.ASSET_ID
    AND A.SERIAL_ID_TR = B.SERIAL_ID_TR
    AND A.SERIAL_ID = B.SERIAL_ID
    AND A.GE_CUSTODIAN_PHY = B.GE_CUSTODIAN_PHY
    AND A.CUSTODIAN = B.CUSTODIAN
    AND A.DEPTID_P = B.DEPTID_P
    AND A.DEPTID = B.DEPTID
    AND A.CHARTFIELD2 = B.CHARTFIELD2
    AND A.CHARTFIELD3 = B.CHARTFIELD3
    AND A.BUSINESS_UNIT = %Bind(BUSINESS_UNIT)
    AND A.RECONCILE_DT = %Bind(RECONCILE_DT)
    AND A.PROCESS_INSTANCE =%ProcessInstance)
    Second Sql :
    INSERT INTO PS_GE_GAPS_INV (BUSINESS_UNIT
    , RECONCILE_DT
    , GE_GAP_RULE
    , SEQUENCENO
    , GE_INVENTORY_SOURC
    , TAG_NUMBER
    , ASSET_ID
    , SERIAL_ID_TR
    , SERIAL_ID
    , GE_CUSTODIAN_PHY
    , CUSTODIAN
    , VENDOR_ID
    , DEPTID_P
    , DEPTID
    , CHARTFIELD2
    , CHARTFIELD3
    , GE_GAP_STATUS
    , CERTMESSAGE
    , LAST_DTTM_UPDATE
    , COMMENT1
    , ASSET_STATUS
    , DESCR1
    , DESCR
    , NAME1_AC
    , NAME1
    , CATEGORY_DESCR
    , CATEGORY
    , OPERATING_UNIT_TO
    , OPERATING_UNIT
    , PROJECT_ID_P
    , PROJECT_ID
    , PRODUCT_TO
    , PRODUCT
    , INV_ITEM_ID
    , ITEM_FIELD_C30_B
    , ITEM_FIELD_C30_C)
    SELECT DISTINCT B.BUSINESS_UNIT
    , B.RECONCILE_DT
    , B.GE_GAP_RULE
    , B.SEQUENCENO
    , B.GE_INVENTORY_SOURC
    , B.TAG_NUMBER
    , B.ASSET_ID
    , B.SERIAL_ID_TR
    , B.SERIAL_ID
    , B.GE_CUSTODIAN_PHY
    , B.CUSTODIAN
    , B.VENDOR_ID
    , B.DEPTID_P
    , B.DEPTID
    , B.CHARTFIELD2
    , B.CHARTFIELD3
    , B.GE_GAP_STATUS
    , B.CERTMESSAGE
    , B.LAST_DTTM_UPDATE
    , B.COMMENT1
    , B.ASSET_STATUS
    , B.DESCR1
    , B.DESCR
    , B.NAME1_AC
    , B.NAME1
    , B.CATEGORY_DESCR
    , B.CATEGORY
    , B.OPERATING_UNIT_TO
    , B.OPERATING_UNIT
    , B.PROJECT_ID_P
    , B.PROJECT_ID
    , B.PRODUCT_TO
    , B.PRODUCT
    , B.INV_ITEM_ID
    , B.ITEM_FIELD_C30_B
    , B.ITEM_FIELD_C30_C
    FROM PS_GE_GAPS_TAO B
    WHERE B.BUSINESS_UNIT = %Bind(BUSINESS_UNIT)
    AND B.RECONCILE_DT =%Bind(RECONCILE_DT)
    AND NOT EXISTS (
    SELECT 'X'
    FROM PS_GE_GAPS_INV A
    WHERE B.BUSINESS_UNIT = A.BUSINESS_UNIT
    AND (B.RECONCILE_DT = A.RECONCILE_DT
    OR (B.RECONCILE_DT IS NULL
    AND A.RECONCILE_DT IS NULL))
    AND B.GE_GAP_RULE = A.GE_GAP_RULE
    AND B.SEQUENCENO = A.SEQUENCENO
    AND B.GE_INVENTORY_SOURC = A.GE_INVENTORY_SOURC
    AND B.TAG_NUMBER = A.TAG_NUMBER
    AND B.ASSET_ID = A.ASSET_ID
    AND B.SERIAL_ID_TR = A.SERIAL_ID_TR
    AND B.SERIAL_ID = A.SERIAL_ID
    AND B.GE_CUSTODIAN_PHY = A.GE_CUSTODIAN_PHY
    AND B.CUSTODIAN = A.CUSTODIAN
    AND B.DEPTID_P = A.DEPTID_P
    AND B.DEPTID = A.DEPTID
    AND B.CHARTFIELD2 = A.CHARTFIELD2
    AND B.CHARTFIELD3 = A.CHARTFIELD3)
    Third Sql :
    INSERT INTO PS_GE_GAPST_TAO (BUSINESS_UNIT
    , RECONCILE_DT
    , GE_GAP_RULE
    , SEQUENCENO
    , GE_INVENTORY_SOURC
    , TAG_NUMBER
    , ASSET_ID
    , SERIAL_ID_TR
    , GE_CUSTODIAN_PHY
    , SERIAL_ID
    , CUSTODIAN
    , DEPTID_P
    , DEPTID
    , CHARTFIELD2
    , CHARTFIELD3
    , PROCESS_INSTANCE
    , GE_GAP_STATUS
    , CERTMESSAGE
    , LAST_DTTM_UPDATE
    , COMMENT1
    , ASSET_STATUS
    , DESCR1
    , DESCR
    , VENDOR_ID
    , NAME1_AC
    , NAME1
    , CATEGORY_DESCR
    , CATEGORY
    , OPERATING_UNIT_TO
    , OPERATING_UNIT
    , PROJECT_ID_P
    , PROJECT_ID
    , PRODUCT_TO
    , PRODUCT
    , INV_ITEM_ID
    , ITEM_FIELD_C30_B
    , ITEM_FIELD_C30_C)
    SELECT DISTINCT BUSINESS_UNIT
    , RECONCILE_DT
    , GE_GAP_RULE
    , SEQUENCENO
    , GE_INVENTORY_SOURC
    , TAG_NUMBER
    , ASSET_ID
    , SERIAL_ID_TR
    , GE_CUSTODIAN_PHY
    , SERIAL_ID
    , CUSTODIAN
    , DEPTID_P
    , DEPTID
    , CHARTFIELD2
    , CHARTFIELD3
    , %ProcessInstance
    , GE_GAP_STATUS
    , CERTMESSAGE
    , LAST_DTTM_UPDATE
    , COMMENT1
    , ASSET_STATUS
    , DESCR1
    , DESCR
    , VENDOR_ID
    , NAME1_AC
    , NAME1
    , CATEGORY_DESCR
    , CATEGORY
    , OPERATING_UNIT_TO
    , OPERATING_UNIT
    , PROJECT_ID_P
    , PROJECT_ID
    , PRODUCT_TO
    , PRODUCT
    , INV_ITEM_ID
    , ITEM_FIELD_C30_B
    , ITEM_FIELD_C30_C
    FROM ps_ge_gaps_inv B
    WHERE b.business_unit = %Bind(BUSINESS_UNIT)
    AND b.reconcile_dt =%Bind(RECONCILE_DT)
    AND NOT EXISTS (
    SELECT 'X'
    FROM ps_ge_gaps_tao a
    WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT
    AND (A.RECONCILE_DT = B.RECONCILE_DT
    OR (A.RECONCILE_DT IS NULL
    AND B.RECONCILE_DT IS NULL))
    AND A.GE_GAP_RULE = B.GE_GAP_RULE
    AND A.SEQUENCENO = B.SEQUENCENO
    AND A.GE_INVENTORY_SOURC = B.GE_INVENTORY_SOURC
    AND A.TAG_NUMBER = B.TAG_NUMBER
    AND A.ASSET_ID = B.ASSET_ID
    AND A.SERIAL_ID_TR = B.SERIAL_ID_TR
    AND A.SERIAL_ID = B.SERIAL_ID
    AND A.GE_CUSTODIAN_PHY = B.GE_CUSTODIAN_PHY
    AND A.CUSTODIAN = B.CUSTODIAN
    AND A.DEPTID_P = B.DEPTID_P
    AND A.DEPTID = B.DEPTID
    AND A.CHARTFIELD2 = B.CHARTFIELD2
    AND A.CHARTFIELD3 = B.CHARTFIELD3 )
    Best Regards,
    Bala

    Are the statistics on your temp table up to date?. Either add an %UpdateStats SQL step after loading the temp table, or check the following notes if your database is Oracle and is a relatively current version:
    pscbo_stats - Improving Statistics in Oracle RDBMS for PeopleSoft Enterprise [ID 1322888.1]
    E-ORA PeopleSoft Enterprise Performance on Oracle 11g Database [ID 1460735.1]
    Regards,
    Bob

  • Fine Tuning REPORT

    Hi,
    I want to know about fine tuning a report. One way, I know is to break the query which extracts data from different tables separately and finally joining it using FOR ALL ENTRIES.  What are the different methods to fine tune a report.
    Please reply with suitabe answers.

    Hi
    see this
    1) Dont use nested select statements
    2) If possible use for all entries in addition
    3) In the where addition make sure you give all the primary key
    4) Use Index for the selection criteria.
    5) You can also use inner joins
    6) You can try to put the data from the first select statement into an Itab and then in order to select the data from the second table use for all entries in.
    7) Use the runtime analysis SE30 and SQL Trace (ST05) to identify the performance and also to identify where the load is heavy, so that you can change the code accordingly
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5d0db4c9-0e01-0010-b68f-9b1408d5f234
    ABAP performance depends upon various factors and in devicded in three parts:
    1. Database
    2. ABAP
    3. System
    Run Any program using SE30 (performance analys) to improve performance refer to tips and trics section of SE30, Always remember that ABAP perfirmance is improved when there is least load on Database.
    u can get an interactive grap in SE30 regarding this with a file.
    also if u find runtime of parts of codes then use :
    Switch on RTA Dynamically within ABAP Code
    *To turn runtim analysis on within ABAP code insert the following code
    SET RUN TIME ANALYZER ON.
    *To turn runtim analysis off within ABAP code insert the following code
    SET RUN TIME ANALYZER OFF.
    Always check the driver internal tables is not empty, while using FOR ALL ENTRIES
    Avoid for all entries in JOINS
    Try to avoid joins and use FOR ALL ENTRIES.
    Try to restrict the joins to 1 level only ie only for tables
    Avoid using Select *.
    Avoid having multiple Selects from the same table in the same object.
    Try to minimize the number of variables to save memory.
    The sequence of fields in 'where clause' must be as per primary/secondary index ( if any)
    Avoid creation of index as far as possible
    Avoid operators like <>, > , < & like % in where clause conditions
    Avoid select/select single statements in loops.
    Try to use 'binary search' in READ internal table. Ensure table is sorted before using BINARY SEARCH.
    Avoid using aggregate functions (SUM, MAX etc) in selects ( GROUP BY , HAVING,)
    Avoid using ORDER BY in selects
    Avoid Nested Selects
    Avoid Nested Loops of Internal Tables
    Try to use FIELD SYMBOLS.
    Try to avoid into Corresponding Fields of
    Avoid using Select Distinct, Use DELETE ADJACENT
    Check the following Links
    Re: performance tuning
    Re: Performance tuning of program
    http://www.sapgenie.com/abap/performance.htm
    http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp
    check the below link
    http://www.sap-img.com/abap/performance-tuning-for-data-selection-statement.htm
    See the following link if it's any help:
    http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp
    Check also http://service.sap.com/performance
    and
    books like
    http://www.sap-press.com/product.cfm?account=&product=H951
    http://www.sap-press.com/product.cfm?account=&product=H973
    http://www.sap-img.com/abap/more-than-100-abap-interview-faqs.htm
    http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp
    Performance tuning for Data Selection Statement
    http://www.sap-img.com/abap/performance-tuning-for-data-selection-statement.htm
    Debugger
    http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
    http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc
    http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm
    Run Time Analyser
    http://help.sap.com/saphelp_47x200/helpdata/en/c6/617cafe68c11d2b2ab080009b43351/content.htm
    SQL trace
    http://help.sap.com/saphelp_47x200/helpdata/en/d1/801f7c454211d189710000e8322d00/content.htm
    CATT - Computer Aided Testing Too
    http://help.sap.com/saphelp_47x200/helpdata/en/b3/410b37233f7c6fe10000009b38f936/frameset.htm
    Test Workbench
    http://help.sap.com/saphelp_47x200/helpdata/en/a8/157235d0fa8742e10000009b38f889/frameset.htm
    Coverage Analyser
    http://help.sap.com/saphelp_47x200/helpdata/en/c7/af9a79061a11d4b3d4080009b43351/content.htm
    Runtime Monitor
    http://help.sap.com/saphelp_47x200/helpdata/en/b5/fa121cc15911d5993d00508b6b8b11/content.htm
    Memory Inspector
    http://help.sap.com/saphelp_47x200/helpdata/en/a2/e5fc84cc87964cb2c29f584152d74e/content.htm
    ECATT - Extended Computer Aided testing tool.
    http://help.sap.com/saphelp_47x200/helpdata/en/20/e81c3b84e65e7be10000000a11402f/frameset.htm
    Just refer to these links...
    performance
    Performance
    Performance Guide
    performance issues...
    Performance Tuning
    Performance issues
    performance tuning
    performance tuning
    You can go to the transaction SE30 to have the runtime analysis of your program.Also try the transaction SCI , which is SAP Code Inspector.
    1 Always check the driver internal tables is not empty, while using FOR ALL ENTRIES
    2 Avoid for all entries in JOINS
    3 Try to avoid joins and use FOR ALL ENTRIES.
    4 Try to restrict the joins to 1 level only ie only for 2 tables
    5 Avoid using Select *.
    6 Avoid having multiple Selects from the same table in the same object.
    7 Try to minimize the number of variables to save memory.
    8 The sequence of fields in 'where clause' must be as per primary/secondary index ( if any)
    9 Avoid creation of index as far as possible
    10 Avoid operators like <>, > , < & like % in where clause conditions
    11 Avoid select/select single statements in loops.
    12 Try to use 'binary search' in READ internal table. Ensure table is sorted before using BINARY SEARCH.
    13 Avoid using aggregate functions (SUM, MAX etc) in selects ( GROUP BY , HAVING,)
    14 Avoid using ORDER BY in selects
    15 Avoid Nested Selects
    16 Avoid Nested Loops of Internal Tables
    17 Try to use FIELD SYMBOLS.
    18 Try to avoid into Corresponding Fields of
    19 Avoid using Select Distinct, Use DELETE ADJACENT.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Raw fine tuning reverts back to older version

    HI
    I've spent the last couple of days editing several hundred files, they were originally imported before AP2 was released, so would have been using RAW file tuning version 1.1.
    However I selected each one individually Removed all adjustments, which automatically gives it the Version 2 Raw Fine Tuning.
    Today when I review the edited files, they have all reverted back to Raw Fine Tuning 1.1, the adjustments are still there, however the Recovery and Black Point sliders are greyed out. I'm using the Nikon D2Xs, so I know Version 2 is compatible.
    Any ideas as to how this happened would be most welcome, and how to resolve this without having to go through each file again individually.
    As a side note, there are a few files which have retained the Version 2 decoding, I am suspecting that these are one's where I have manually selected the decode rather than automatically via Remove All Adjustments.
    Thank for any advice.
    Kiran

    keypix wrote:
    What do you mean by 'migrating them'. I was under the impression that when Aperture 2 was first installed, it automatically migrated everything in the library.
    Definitely NOT, thank the deity-of-your-choice! That would mean that all your old images would change appearance, in some cases drastically. Given that what you see in Aperture are effectively 'virtual' images that don't exist as regular files until you export them this would be a mess-up of monumental proportions.
    All RAW files adjusted using the old RAW 1.1 decoding continue to use 1.1 until you change them, either by 'manually' choosing a different version of the decoding engine in the RAW Fine Tuning adjustment brick or by going to File>Migrate Images...
    Ian

  • To extend a clip I have `Show Fine Tuning controls' turned on in my iMovie 11 preferences, but the blue forward/backward buttons don't appear.  To get the orange handle bar, is there a hotkey?

    To extend a clip I have `Show Fine Tuning controls' turned on in my iMovie 11 preferences, but the blue forward/backward buttons don't appear.  To get the orange handle bar, is there a hotkey?

    That's a comment in the file. It has no effect at all.

  • Fixing Radio: Fine tuning songs (Hits, Variety or Discovery Mode)

    Our radio has always been weird, you never know what songs it plays, and it always REPEATS THE SAME GOD darn SONG over the past hour.
    It's time to fix it. 
    If you've tried, or at least clicked into an app of a competing service, this is how it looks like:
    You can kinda tune the station to WHAT YOU LIKE, for eg, Hits, Variety, or Discovery and the radio will adapt what you want to hear.
    Here's another example (A not very solid example though):
    As you may know, Echo Nest is now a Spotify company, anyway, this shows the radio where you can slide to whether artist only or discovery in general (This might not be a good example, as if I just wanted to listen to the artist, I would've just went into the artist page and click on Shuffle Play.)
    Here's another example:
    This is a relatively new music service, but if you've tried its radio, you wil find out that its really really spectacular. You can tell the service what is your mood and it plays songs based on that, but if that's not enough. It actually has brand new algorithms that is built just for this, I read somewhere that it even monitors your location, the songs you play in that location/event, the volume the song is playing and when you hit the radio mode, it will analyze all of this algorithms and play based on that.
    So the radio needs improvements in its really bad algorithms and a fine tuning option.
    PS: If you go the comments section of this idea, in page 2,  bought up a really good visual of a competing music service vs Spotify when using the radio, if you've time you should take a look and if possible share more of the problems that you face with Spotify Radio.

    "Improving Station" is a joke.  I have a station based on Laura Nyro.  I keep getting the same very popular Nyro songs (but even that rarely) and some other 60s, 70s, 80s female vocalists.  Nothing newer.  I also get a ton of stuff nothing like Nyro, including male vocalists and male bands.  How many times do I reject anything of Elvis Costello before you stop playing it?  Same for many other artists.  You really need to track that if someone has rejected every one of an artist, quit playing that artist. Or, better, provide as has been suggested elsewhere here, a button "reject artist."  I've nothing against Costello, or Lightfoot, or the Doobies, or Bread, or many of the artists you put forth on my Nyro station.  I just don't want anything besides lilting female vocalists on my Nyro station.  (As well as much more Nyro.) Your learning algorithms are a joke, song by song is useless-- I have to come running back to the computer to keep rejecting stuff, even though I've been trying to "improve" the station for weeks.

  • Small fine tuning is required in the calculation

    Hi Gurus,
       BI PM module for the report Schedule attainment filtered for one order.
    The result supposed to be Total job scheduled = 1, completed orders = 1 and No of orders completed on Schedule = 0. However, the report shows, Total job scheduled = 7, completed orders = 1 and No of orders completed on Schedule = 0.
       By this what happens is that total jobs scheduled become 930 for Plant = 2200, Planner Group = P01, Order Type = PM03 while Completed orders and Completed orders on Schedule is correct.
        ie Formulae in update routine IF( IS_INITIAL( /BIC/ZIBFDCH ), 1, 0 ).
        Please tell the small fine tuning in the calculation, points will be assigned.
    Regards,
    Kiran A

    Answer Finded

  • Configurable Code-list not Extendable in Fine-Tuning.

    Hi
    I am facing some problems while changing the values in Code-list while using fine tuning process in Configuration. I have created three code-lists and then being added to configuration using BAC.
    In this BAC I have created one business Topic and three separate business options. Each business option is linked with each bcc (business Configuration Set).
    Now when I go to and “Edit project scope” I am able to get the code list on my UI using extension fields and values are there too. But the problem I am facing is that in “Open Activity list” when I open the Business Options NOT all the options are opening properly.
    Although I have got some of them opening fine and let me make changes while others are showing errors.
    Any Advice Please.
    Many thanks in Advance.
    Regards
    Asad

    Yes i have regenerated now and still the same problem is there.
    Yes the flag has been selected in the BC SET.
    in Fine tuning there is slight difference in BOTH BC views.
    One with normal behavior only shows the code in code list while the one with Issues/Problems is showing code & Description in same CODE column while some Times it does show only code though?? 
    Any guess here?
    Regards
    Asad

  • Fine-Tuned Control: Purchase Order

    Hello
    When I make : SPRO -> Material Management-> Purchasing -> Message -> Output Control->Message Types->Define message type for purchase order->Fine-Tuned Control: Purchase Order
    What means the  U=>Update print-dependent data
    Somebody could tell when I can use it, and tell me the impact of this.
    Thanck you very much for your help.

    Hi,
    If you select this indicator "Update print-dependent data" under Fine-Tuned Control option then in PO, if you click on "Print Preview" button then system will not show the pop-up screen (which contains all the print parameters, default printer, Logical destination, etc...). And system will consider the output type as default for print preview for which "Update print-dependent data" is marked.

  • No method found for XML query element

    Hi,
    I have an EJB module which contains some entity beans.
    If I try to deploy it or verify it using the Sun One Verifier Tool I get the following exception...
    Error: ** Error trying to process file: java.lang.RuntimeException: No method found for XML query element: Ambiguous or invalid <query-method>
    java.lang.RuntimeException: No method found for XML query element: Ambiguous or invalid <query-method>
    at com.sun.enterprise.deployment.xml.EjbNode.parseQueries(EjbNode.java:700)
    at com.sun.enterprise.deployment.xml.EjbNode.completeLoadingDescriptor(EjbNode.java:671)
    at com.sun.enterprise.deployment.xml.EjbBundleNode.completeLoadingDescriptor(EjbBundleNode.java:524)
    at com.iplanet.ias.deployment.EjbBundleXmlReader.load(EjbBundleXmlReader.java:249)
    at com.iplanet.ias.deployment.EjbBundleXmlReader.loadStdAloneModule(EjbBundleXmlReader.java:162)
    at com.sun.enterprise.tools.verifier.Verifier.openEjbJar(Verifier.java:2421)
    at com.sun.enterprise.tools.verifier.Verifier.loadEjbJar(Verifier.java:1318)
    at com.sun.enterprise.tools.verifier.Verifier.loadJar(Verifier.java:866)
    at com.sun.enterprise.tools.verifier.gui.MainPanel.run(MainPanel.java:187)
    at java.lang.Thread.run(Thread.java:536)
    Look in file "EntityBeans.jar_verified.xml" for detailed results on test assertions.
    This problem can be resolved by un-installing the IDE, removing my user directory, and re-installing the IDE (I am using SunOne Studio 5 SE Update 1). The problem is that it returns with alarming regularity.
    Anyone else experiencing this? Any help would be much appreciated.

    Sometimes, but not always, this exception appears in the ide.log before the error first occurs.
    com.sun.forte4j.j2ee.packaging.PackagingIOException: package/EntityBeans.ejbjar
         at com.sun.forte4j.j2ee.packaging.PackagingUtil.writeJarFile(PackagingUtil.java:403)
         at com.sun.forte4j.j2ee.packaging.PackagingUtil.writeJarFile(PackagingUtil.java:67)
         at com.sun.forte4j.j2ee.ejbmodule.EJBModuleDataObject.writeEJBJar(EJBModuleDataObject.java:2673)
         at com.iplanet.ias.tools.forte.verifier.VerifierAction.performAction(VerifierAction.java:63)
         at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:431)
         at org.netbeans.core.ModuleActions$1.run(ModuleActions.java:97)
         at org.openide.util.Task.run(Task.java:136)
         at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:328)
         at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:670)

  • HTTP-Post/Get method of calling the query service allows us to build URL

    Hi,
    I am new to webservices.i have requirement that, using a HTTP-Post/Get method of calling the query service that allows us to build an URL and if we call that url it wil populate XML object.i need query LDAP server for getting users manager details ,in request query we wil pass user details.thanks in advance..

    check same issue in java forum and this link:
    http://jakarta.apache.org/commons/httpclient/methods/post.html

  • Looping over method which returns a query

    HI,
    I have a method that returns a query, I pass into this method
    a ID number, which the query uses in the where clause. Now I have
    another query which returns a list of ID numbers that I loop
    through calling the first method and passing in the ID number, for
    example
    methodA
    loop through methodA results
    call methodB passing in methodA.ID
    get results from methodB
    close loop
    now the problem I'm having is that methodB returns a query
    and I want to be able to return the results from methodB as one
    single query structure. I'm not sure how many times I will loop
    through the results from methodA, it could be twice, it could by
    ten time. So the results from calling methodB could be very large.
    How can I add the results from methodB into one single query
    structure?

    how about creating an empty query with cfset newQuery =
    QueryNew([list of columns]);
    and then on each loop through method B add a new row to this
    new query, and then return that query as result?

  • Raw Fine Tuning 2.0 not available?

    I'm using the Trial version of Aperture 2.1.2 and tried editing FujiFilm FinePix S2 Pro raw images. For Raw Fine Tuning, only versions 1.0 and 1.1 could be selected (and thus sliders such as "Recovery" are unavailable). I did a Software Update (which installed Raw Converter 2.5), and I restarted my system. No apparent change: only 1.0 and 1.1 are the choices.
    Does this mean that Raw Fine Tuning 2.0 is not available for FinePix S2 Pro raw images?

    Perhaps...
    I can understand if Apple chooses not to support or to discontinue support for a particular image type, especially given the Fuji circumstances. And I appreciate the ability to do a 30-day free trial. I guess where I got a little irked is that I had to spend time troubleshooting a problem I thought should have been documented (it is not a bug; it was a decision that affects the availability of product features).
    Thanks for the replies, Brian.

Maybe you are looking for

  • Open doc webi screen bobjlogger

    Hi All, I have made a WebI report and displaying it as a open document in the portal. The open document link was working fine until last week but now it has started displaying bobjLogger screen shot when the open document link opens. when you click o

  • Time machine backup error in Mavericks

    I"m getting backup errors in Mavericks when it tries to back up to the Backups.backupdb folder in my 3TB external backup drive.  This happens even when I turn Time Machine off!  This is the error I'm getting (taken from the console) when I manually s

  • How to I get my music from my iphone onto my computer?

    How do I get my downloaded music from CDs and so forth, from my iphone and onto my computer? I've got my purchased music onto my PC but I still can't figure out how to get my other music on there.

  • How to copy a transaction in complete

    Hi, Is there any way to copy complete code related to one transaction . If there is no direct way can any one say what needs to be done to copy a complete buisiness object . Thanks in advance for reply.

  • Education upgrade

    Is it really not possible to upgrade my educational version from Studio 8 to Studio 9? I bought Logic Studio for my home computer to see if we wanted it for my school lab. Got the educational discount. We ordered it for school but by the time the ord