Monitoring a costly update

Hi,
Ive launched a costly update and
I would like to know what is the way to monitoring at execution time
what is the update doing?
Im using either sqldeveloper or toad.
thanks in advanced

EZGms wrote:
Hi,
Ive launched a costly update and
I would like to know what is the way to monitoring at execution time
what is the update doing?
Not really easy to do, although it helps to be very familiar with the data.
You might be able to estimate the amount of data changed by monitoring v$transaction for the transaction executed in the update (assuming it's a single transaction).
v$transactin.used_urec is the number of undo records generated by the transaction, and each record corresponds to single data block change. Counting changes can be messy, though.
If you change a single row in a block, then that's one block change.
If the change results in an index update that's two extra changes - one to delete the old index entry, one to insert the new.
However, there are mechanism that make multiple modifications to a single block as a single change (some array processing will do this)
So you need to know something about the pattern of change and the mechanism involved before you can be very accurate.
Of course, with 11g and the relevant licence you can use OEM to watch the action on the execution plan in real time through the new SQL monitoring feature - but that presumably isn't something you have.
Regards
Jonathan Lewis
http://jonathanlewis.wordpress.com
Author: <b><em>Oracle Core</em></b>

Similar Messages

  • Monitor Transport Cost

    Dear Experts,
    we have not use Transport module &  required to update Per Pcs out word Transportation cost in system.  Please guide how to update so we can easily monitor transport cost.
    Regards
    BK GAIKWAD

    1)  Create a new condition type in V/06 by copying PR00 with all parameters same as PR00
    2)  Maintain the required access sequence in V/07; preferably with table 305
    3)  Assign this in your pricing procedure with the required "From-To" step number and also an Account Key
    4)  Assign the required G/L Account in VKOA for this freight condition
    5)  Next maintain the required rate in VK11 for this condition type
    6)  Finally create a sale order and do billing.  Check the FI postings for this freight. 
    thanks
    G. Lakshmipathi

  • Item Cost update Coneversion Error

    Hi All,
    I am doing item Cost Update conversion, while doing this i am getting the Following only one error for all the items.
    Error Explanation - 'The default cost type for the cost type is not valid.'
    Error Code - CST_INVALID_DEFCSTTYPE
    i am inserting the data in the interface table 'CST_ITEM_CST_DTLS_INTERFACE'
    in this table i am taking only the below columns
    INVENTORY_ITEM_ID,
    ORGANIZATION_ID,
    COST_TYPE,
    RESOURCE_CODE,
    USAGE_RATE_OR_AMOUNT,
    COST_ELEMENT_ID,
    PROCESS_FLAG
    and i am doing this only for materail cost, is there any extra columns i have to take in the interface table for doing with out getting the above error.
    please provide me the data also for the extra columns.
    Any help would be appreciated.
    thanks
    Anushka

    the above error can come only when the row being imported is missing any of "lot size" or "based on rollup flag" or
    "shrinkage rate" or "inventory asset flag" values. Most probably it could be a setup issue.
    when any of these values are missing, the values are defaulted from the default cost type
    of the current cost type into which item costs are being imported into. If the
    default cost type too does not have the values set for the above mentioned
    columns which are having Null values, this message is displayed.

  • Inserting data in Item  Cost -Layer Cost Update

    Hello experts,
    Is there an interface table for inserting data in Item Cost - Layer Cost Updates?
    Or can I insert on it directly? Can you provide an example Insert query for this?
    Thank you.
    Pam

    Hi
    My understanding is that only Item Types are being picked up by the Actual Cost Process and the others wouldnt be. You should raise an SR to Oracle to confirm the same (as I havent done this for a long time and hence cant be 100% sure). However, if you have already done these then you can run a query to get all this data and use Cost Adjustment as a workaround to load all these values to the items
    Hope this helps
    Regards
    Girish

  • Cost Updating and Standardized cost difference apportion

    Dear All,
    1、 Cost updating:Standardized cost or average cost change is updated across all sub-inventory simultaneously, but the update should exclude the inventory that lends stocks (we do not want to update the cost of lending stock).
    2、Standardized cost difference apportion:Standardized cost difference apportion is operated manually without system support (we want to do the apportion when stocks are delivered).
    I am stuck up with these question ..
    please let me know the solution or the workaround to achive this
    Appriciate your help
    Thanks
    Satyam

    Hi Abhishek,
    Further to discussion on the subject,
    Find enclosed link which elaborates the accounting
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/08/513e4243b511d182b30000e829fbfe/frameset.htm
    In a nut shell u can consider that cost elemnts are providing u the documentation  for Financial reporting & legal entries of a company.
    Cost centres are cost collectors for different expense/revenues generated within the organisation with repsct to controlling part (Internal documenation) of the compny for better controlling the business scenarios.
    Further cost centres are used for product costing.
    Ramesh

  • Standard cost update errored

    Good Day All,
    Happy new year. The Standard cost update process errored out for specific individual parts with the following being the only error message in the log file:
    No Errorw CSTPSISC.INS_STD_COST (70): ORA-00001: unique constraint (INV.MTL_CST_ACTUAL_COST_DETAILS_U1) violated
    CMLCCU-0999 : Cleaning up
    The only thing I can find anywhere is in the CST MGMT users guide indicating uncosted transactions as the culprit. We have no uncosted or unprocessed transactions. I'm not sure what possible unique constraint on NV.MTL_CST_ACTUAL_COST_DETAILS_U1 is being violated and the error message obviously shows nothing. If anyone has any help I'd appreciate it.
    Regards,
    Tim

    Hi,
       Refer note 362193 and check if that helps.
    regards
    Waman

  • Average cost update

    Hi,
    Average cost is used for valuing inventories. There is an average cost update program that is run every 3 minutes. At times there have been significant changes to the cost (100 times or more) for the material and we are unable to find the source or logic for such changes and how the same has been calculated.
    Is there any document on how the program works and is there an audit trail of entries passed by the average cost update to understand the source and logic of such entries.
    Thanks in advance
    Kiran A

    Srikant,
    Sorry for the late response. Iam running the cost interface using Cost Import Interface. while running the interface the "cost type to import to " parameter has only one value in the LOV which is "Pending" (Pending Standard Cost Type). Since its passing Std cost as default parameter and iam trying to run the average cost its failing. The following is the code i have written..
    INSERT INTO CST_ITEM_CST_DTLS_INTERFACE
    (INVENTORY_ITEM_ID
    ,ORGANIZATION_ID
    ,COST_TYPE_ID
    ,RESOURCE_CODE
    ,USAGE_RATE_OR_AMOUNT
    ,COST_ELEMENT_ID
    ,PROCESS_FLAG
    ,last_update_date
    , last_updated_by
    , creation_date
    , created_by )
    VALUES
    (v_inventory_item_id,
    ,85,
    2,
    'Material',
    nvl(item_rec.item_cost,0)
    ,1
    ,1
    , sysdate
    , 1
    , sysdate
    , 1);
    Please let me know where iam going wrong. Is there any additional setup i need to do.
    Thanks and Regards

  • MB21 No Cost Updation

    Hi Experts
    We are trying to reserve material using MB21 against WBS but after reservation no plan cost updated? Please tell me if anything is missing?
    Atif
    Edited by: Virendra Pal on Jun 8, 2010 8:56 AM
    No capitals please - title corrected

    Manual reservation will not update cost in project. If you plan it through network activities by assigning material to it, then you can see the cost in project.

  • Is there any way to know what projects have budget/cost updates certain day

    Hi all,
    We want to develop a program running everyday to detect all projects that have budget or cost updates that day. As far as I can see, the following tables might be involved: PROJ, PRPS, RPSCO, AUFK, COSS, COSP, BPJA, BPGE. But among the listed tables, only PROJ and PRPS have the timestamp fields. I'm wondering whenever the budget or cost value is updated, will any one of the 2 tmestamp filelds get updated?
    Any hint or help is very much appreciated.
    Regards,
    Michael

    Hi Michael
    please check this thread!
    Budget with modification time (TIMESTMP)
    I guess it should be helpful
    Regards
    Martina

  • UDF for monitoring Repair cost of fixed assets

    Hi All,
    Can you guide me how to populate a UDF at Invoice level with information from Fixed Assets (Add-on) Master? I am trying to monitor repair costs for existing fixed assets. My client wants to see how much repair cost has been incurred against a particular fixed asset.
    Any suggestions?

    Hi Asim,
    If you can query Fixed Assets Master directly, yon could create UDF just like other UDF under Marketing Documents Title.  A FMS then can be used to get the data from the related table.
    Thanks,
    Gordon

  • Items not shown  in Periodic Cost Update form

    Hi,
    I'm working with Periodic Average Cost, for a Colombia project. Instance is still in 11.5.10.2.
    The issue I have is that when I try to select an item to update periodic cost, the item is not retrieve from LOV. In the form the corresponding LE / Cost Group / Cost Type. Cost Group is associated to the Item Master Org.
    After checking, the LOV for items is not showing all my IMO items nor my IO items. It's showing the items for another IO (UK) which happens to be the IO #1 created after IMO
    The OU has its own IO under Standard Cost and the IO depends from IMO. The responsibility has profiles for correct SOB and OU.
    Does anyone know if there is any profile or setup used byt this form to deafult items' org? As it;s so far it seems we are missing a setup, but there is no reference in Metalink on similar issues
    Thanks in advance,
    Gerry

    Good day uzma
    abidi
    It has been long time since I used Webforms but it look to me like you are using the default options and if there is no data that return in the query then you will not see the PagerTemplate.
    1. execute the SP from the SSMS.
    2. make sure that you pass the correct @status while executing the SP from the ASPX.
    3. check the SQL Server profiler, what query the SQL Server got.
    4. Check if DataTable (dt) has data after filling it. else you do not get the "DataBind" part, and the PagerTemplate will not display.
    * The basic code look ok in fast review. I might missed something. You should monitor it and get the line that make the issue.
      Ronen Ariely
     [Personal Site]    [Blog]    [Facebook]

  • Free goods but want to freight cost updation upon GR

    Hi,
    Scenario:
    I have a PO with 20 line items and header freight cost.
    There are few more items in PO which are ticked as free goods.
    There is a stock of those materials with certain MAP.
    Freight condition has been configured as vendor GR so that it gets loaded on materials upon GR.
    Requirement is that
    Upon GR of this PO,MAPshould get updated with the freight cost for those materials also which have been marked as free goods.
    How this can be achieved ?
    Regards,
    manOO

    Hi Rang,
    Thanks for the feedback.However service PO is out of scope as client do not want to go for servicees.
    I could not understand your suggestion
    <u>you give PO to frieght vendor for freight value & in remarks you mention reciving as FREE GOODS from vendor xxxxx & do GR load cost to material & pay to freight vendor. (this is not advisible, but one solution for your problem).</u>
    I have to receive one material via purchase order as a free item but I need to pay vendor for the freight charges that will be incurred to ship this item along with all the other items in the same PO.
    Can you please explain me further as what you mean to say in your post.
    I should be able to load these freight cost on all the materials in PO including the material with 'free' indiactor.
    In short upon GR MAP should affect with freight cost as there will not be value addition of the material since received as free.
    Please suggest.
    Thanks in advance
    Regards,
    manOO

  • My imac will not detect external monitor after recent update. Is there a way to fix this?

    I have a VGA monitor plugged in to my imac using the VGA adapter to the mini-DVI.  All was working well.  Since I updated over the weekend, the computer will not detect the monitor.
    Any ideas how to fix this?

    Pcantin wrote:
    I have tried another VGA monitor and that failed as well.  Since you don't think the update was the cause, it may be that the adapter I am using decided to call it quits.  I will see if I can find another and test that out.
    I will look into the external drive idea as well.
    Thanks for your help on this.
    I didn't think about the adaptor, but you should at least visually inspect both the adaptor and the cable at both ends. If one or more pins got bent even slightly the connection might fail. The cables can also fail internally. Replacing the adaptor and cable may be the quickest thing to do initially. If you want to try to save money, first replace the adaptor, and if the problem persists, then go replace the cable (or vice versa).

  • Mac Book Pro (Mid 2010) is no longer recognized the external monitor since Lion update.

    Mac Book Pro (Mid 2010) is no longer recognized the external monitor sinceLion update. On Mac OSX 10.6, I had no problems.
    Mac screen is just blue, as if he switches. But then there is no further signal.
    What can I do?

    Bump- I have the same issue.  Screen slowly dims for no observable reason until I rearrange to point it more directly at light source.  Odd thing is that the light in the room does not change.  So scren will be fine for hours while I am working and at some point just slowly dim until I rearrange.  Any information helpful.

  • Material cost updating in COPA at the time of Billing and Delivery 2 Time.

    Hi All
    I had created sales order( MTO).
    Sales Order No 61224069 u2013 50
    Sales Order line item 40 created > PR & PO created (MD02) > MIGO > Delivery of Order (VL01N) > Settlement (VA88) >Billing( VF01) > Settlement (VA88).
    I have two COPA Document and Material Price updating 2 Time in COPA report.
    Please let me know Its Process error Or Configuration error.
    If Process -- Please let me know the correct process
    If Config -- Please let me know where to check
    Thanks In Advance.
    Alok Dixit

    Hi Ajay
    Thanks for the reply.
    The COPA Documents Generated 2 Times through settlement.
    *When document generated.*
    1 After Delivery Sales order is settled
    2 After Billing  Sales order is settled
    *What sort of value*
    There i maintain the PA Stracture as same as CCS. But in the COPA report system is updating Material Cost 2 times.
    *Record Type*
    Record Type for documents is C in both cases
    Settlement after Billing  & Delivery.

Maybe you are looking for

  • More functional product installed

    When I try to install the trial version of acrobat pro, i get an error message syaing there is a more functional product already installed and the installation terminates.

  • Can u watch films on more than one tv

    Can u use apple tv on more than one tv in the home. Or just the one that is wired.

  • Unable to download free trial of Illustrator

    I don't seem to be able to download a free trial of Illustrator, I go to the page and it says it is downloading on the webpage but nothing actually happens. I have an adobe ID and already have photoshop CS6 installed on my macbook pro (late 2013), I

  • Could not complete video frames to layers

    I'm using Windows 8 and I've made GIFs using MP4 before flawlessly, I made 7 in one day and on the 8th one for some reason when I tried to import video frames to layers, it said the file could not be opened. I've been scouring the internet trying to

  • Unable to Hear from iphone 4 speaker

    The speaker of my iphone 4 is not working. i could not be able to hear any sound except the call ringing. i do not hear the sms notifications, whatsapp, or any other application notification even the keyboard typing sound. but i hear everything when