How to identify performence benefit after rebuilding of index in Oracle app

In our EBS,
we have planned to rebuild the indexes.
We got a script from metalink, which identfies the indexes which needed to be rebuild.
My query is how to capture performence benifits after rebuilding of indexes??
Plz help me guyz....

Hi,
In our EBS,What is the application release? DB version?
we have planned to rebuild the indexes.Why? Any specific reason? Do you have any performance issues?
We got a script from metalink, which identfies the indexes which needed to be rebuild.
My query is how to capture performence benifits after rebuilding of indexes??You should see the impact on the performance in general, especially when (opening the forms, entering new data, updating existing records, running concurrent programs, ..etc).
One other way is to generate the TKPROF file for any scenario you have a performance issue with before and after running the script.
Thanks,
Hussein

Similar Messages

  • How to change header and footer in login page in oracle apps r12

    Hi all,
    how to change header and footer in login page in oracle apps r12 and login button background color, please help me
    thanks
    saran

    how to change header and footer in login page in oracle apps r12 and login button background color, please help meTips For Personalizing The E-Business Suite R12 Login Page (MainLoginPG) [ID 741459.1]
    How to Personalize Login page in R12? [ID 579917.1]
    R12 Login Page: How to Personalize the Logo ? [ID 849752.1]
    Thanks,
    Hussein

  • How much time it take to rebuild an index for a table with 20 millions rows

    Hi all,
    i need to rebuild the index of a table containing 20 000 000 row (i don't know why the other people working on this didn't think of rebuilding the index regularly, because i asked and apparently it has never been done :cry: :cry:) i am not a sql developper nor a DBA so i can't mesure how long it take to rebuild the index, does any one have an idea (aproximativly of course :aie:), the other question is there any formula to use in order to calculate how often to rebuild the indexes (i can for example retieve how much rows are delated or inserted daily ...)
    Thanks again
    Taha

    taha wrote:
    :aie: that's why i am asking because i don't know (and to be sure which solution is best)
    so the table is like this (the columns) :
    45 varchar2, 5 timestamp, 30 Number no LOB columns, (15 indexes : 5 unique indexes and that those indexes uses at a maximum 4 columns)15 indexes - 100,000 deletes: this could mean 1,500,000 block visits to maintain index leaf blocks as the table rows are deleted. If you're unlucky this could turn into 1,500,000 physical block read requests; if you're lucky, or the system is well engineered this could be virtually no physical I/O. The difference in time could be huge. At any rate it is likely to be 1,500,000 redo entries at 250 - 300 bytes per entry for a total of about 400MB of redo (so how large are your redo logs and how many log switches are you going to cause).
    yes the tables is used by an application so (update, insert ) can take place at any time
    for the deletion , there is the batch which does a mass delete on the table ( 4 or 5 time each day)
    You haven't answered the question - how long does it take to do a sample batch delete.
    If you can enable SQL tracing, or take a before/after snapshot of v$sesstat or v$session_event for the session as it does the delete then you can get some idea of where the time is going - for all you know it might be spending most of its time waiting for a lock to do away.
    >
    "How many leaf blocks are currently allocated to the index(es) ?" how can i answer to this question ? may be if i check the all_objects table ?
    If you keep your statistics up to date then dba_indexes is a good place, cross-checked with dba_segments, and you can use the dbms_space package for more detail. I have a code sample on my blog which allows you to compare the current size of your indexes with the size they would be if rebuilt at some specific percentage: http://jonathanlewis.wordpress.com/index-sizing/ (It's such good code that Oracle Corp. has copied it into MOS note 989186.1)
    Regards
    Jonathan Lewis

  • How to manage the tables after deploying an SDA for Oracle

    How can I manage the tables after deploying an SDA  on Oracle.There is tool for MaxDB,but how can I connection to the Oracle Database?
    Thanks

    In J2ee administrator console

  • After rebuild a index need do more something?

    If i move the indexes of "TESTE" schema to other tablespace and that indexes have been access for user "TESTEC" i will need to grant and recriate sinonym again for the that user?
    O will use:
    select     'alter index "'||owner||'"."'||index_name||'" rebuild tablespace "'||tablespace_name||'" ;' cmd
    from     dba_indexes
    where     owner = 'TESTE'
    TKS,
    ELBER.

    I usually do the following
    1) set sort area big:
    -- Check the available memory on the OS with top.
    -- If you go overboard on the memory allocation, sar –g will show paging
    -- I usually set the sort_area_size some where between 200 and 900 meg to speed up index rebuilds
    alter session set workarea_size_policy='MANUAL';
    alter session set sort_area_size=900000000;
    alter session set sort_area_retained_size=900000000;
    2) use the following to rebuild each index so I can control the parallelism:
    -- can also use online compress parallel 8
    alter index "&1"."&2" rebuild parallel 8 nologging tablespace &3;
    alter index "&1"."&2" noparallel;
    execute dbms_stats.gather_index_stats('&1','&2',estimate_percent=>3)
    3) You can also control the parallelism by setting:
    parallel_min_percent=25
    parallel_min_servers=10
    parallel_max_servers=100

  • How to check the performance of the database instance in oracle apps 11i

    hii everybody,
    i want to know,how to check the performance of the database instance using oracle applications 11i.your help highly appreciated,thanks.

    Pl do not post duplicates - how to check the performance of the server in oracle applications 11i

  • How to find our custom indexes in oracle apps

    Hi Experts,
    Can you please suggest how to find out unused custom index ( non-seeded).
    Our DB Version is : 11.2.0.2
    EBS Version: 12.1.3
    Thanks

    Hi,
    You can query select * from dba_objects where object_name like 'ABC%' and object_type='INDEX' and OWNER='APPS';
    and select * from dba_objects where object_name like 'ABC%' and object_type='TABLE' and OWNER='APPS'; for tables.
    Cheers,
    Sachin Thapa

  • How to find dependency of a value set created in oracle apps in discoverer

    Hi all,
    I would like to know the names of discoverer reports which are all refers a particulat valueset created in oracle apps.
    Thanks
    Feroz

    Hi All,
    Just want to share my findings on the same.....
    After login into eTRM on the left hand side there is a link with the name "FND DATA DICTIONARY" just click on that ,it will list you all the products(Modules).select the specific module ,it will list the no. of table's ,views etc in that module.click on the tables, it will list all the table .select the table that is requreid .It will display what are all the foreign keys including the tables involved in that table.
    Please let me know if anyone need further help..
    hope this will help.
    Thanks
    Naveen.

  • CRM_ORDER_SAVE. how to identify the lock after commit work and save

    I am updating a status, using crm_order_save , then commit work and wait and crm_order_initialize before i update the status to next status for the same item.
    I am facing an error when i change the same item status to another status i get error some times cannot change the error.. if i keep commit work an save and wait up to 20 seconds it works ..
    Is there any way to look for the lock object for the header guid.. instead of putting wait up to 20 secs.
    what is the FM or lock object to check the order is not committed or still system is updating or its in middleware processing.

    hi,  I remeber the there is a function name like  CRMXXDocumentXXlock  which is be called in standard program to maintain order.
    I can't login a crm server, can't offer you the accurate name, you can do a search in system.

  • How to identify the Selected row number or Index in the growing Table

    Hi,
    How to find the selected Row number or Row Index of growing  Table using Javascript or Formcalc in Interactive Adobe forms
    Thanks & Regards
    Srikanth

    After using bellow script it works fine
    xfa.resolveNode("Formname.Table1.Row1["this.parent.index"].fieldname").rawValue;

  • How to find out the modified or customized objects in oracle apps

    Hi all,
    I have a proble, there is no documentation available from the client and I have to find out what all oracle seeded objects have been modified during customizations (in reports, forms, work flow, jsp, tables etc..)
    Are there any tools or any particular way where we can figure them out.
    Any suggestions will help me a lot.
    And this is very imp and urgent.
    Please help me if you have some thing..
    Thank you all,
    Nagender

    For JSP's
    Diff between JSP in $HTML_TOP and corresponding PROD_TOP/html (like $IBE_TOP/html for ISupport Files)
    Any file that you see differing between $HTML_TOP and $PROD_TOP/html are Customized.
    Database Objects:
    You can look at the CREATE TIME. All seeded objects would have the same CREATE TIME. Any modofication would overwrite the CREATE TIME.
    Note that one pitfall here is that of Objects created by a Patch applied after the intial Install.
    I have no clue how you would identify the Workflows and Reports.
    HTH

  • How can I monitoring the usage of an index in oracle 8i

    Dear Gurus,
    I known the Oracle 9i have this new feature "Identifying Unused Indexes" via ALTER INDEX MONITORING USAGE, but how can I monitoring the index usage in the Oracle 8i?
    Regars

    You can't in 8i. However you can look at the SQL Text in the SGA looking for anything that matches the table name that the index is for and then look at the explain plan for the selects and updates. Pain in the xxx to do but it should give you the information.

  • How to assign single filed update to a responsibility in Oracle Apps 11i

    Dear All
    I created a responsibility (userabc) and just assign supplier screen to userabc. what i want i just wanna give him/her permisson to update only one field of the supplier screen e.g. Hold or Unhold payment.
    How i can achieve this, please guide.
    Kind Regards
    S.Garewal.

    Dear Hussain
    I am trying to personalize form taking help from referred documents. I am facing following problem:
    Main form is == Supplier screen
    from Supplier Screen you have "Sites' button for sub-form of Sites
    and in Sub-form (sites) you have differents fields and Tabs.
    I want all these fields and tabs to be disable except the Tab which do have 'Hold /Unhold' payment field.
    the issue is that :
    The TAB PAGE within a form cannot be eliminated which is mentioned in DOC ID 420518.1.
    If a Tab within a form has no items directly rendered on it, that Tab will not appear in the list of objects that user can modify
    How I can achieve this goal?
    Kindly advise.
    Sayeed

  • How to open the layout of a D2K Form in oracle apps

    Hi All,
    Greetings.
    I am on a task to find out the formula column used to get the value of a column in the report. For this, I have the RDF with me and it is a D2K report and I have no other information with me.
    The column should actually show the Tax% to the particular total. But, the column is showing .... in place of the tax% amount. And also the issue is with a particular Invoice alone and all other invoices are fetching the exact output.
    What I think is that, I need a layout to know the formula column used so that we can make changes to it.
    Please help me resolve the issue as I am struck with it from the past one week.
    Thanks in advance,
    Bhaskar.

    Bhaskar,
    What is your application release?
    Is the issue with opening a form or with opening a report? From the title, you mentioned it's a form while in your post you are referring to an RDF file.
    How To Determine Table and Column Name from a Field in a Form in 11i (Doc ID 259722.1) -- Applicable to R12 as well.
    Thanks,
    Hussein

  • How to regiter java program as a concurrent program in oracle app 11i

    Hi all
    Can anyone in the group tell me how to regiter a java program that is developed as a concurrent program in oracle applications.
    Thanx and Regards
    Vidhya

    See this Metalink ID 250964.1 for Java Concurrent Program

Maybe you are looking for

  • [SOLVED] URxvt doesn't allow tabs to be opened as regular user

    I recently had my file system become corrupted as was forced to restore 2 week old backup, after configuring the backup and booting into the system I fired up urxvt opened journalctl -f. When I tried to open a new tab I got this error: Jan 05 01:49:0

  • HOW DO YOU MAKE A VIGNETTE AROUND A PHOTO IN PSE 7?

    HOW DO YOU MAKE A VIGNETTE AROUND A PHOTO IN PSE 7?  ALSO, HOW DO  YOU MAKE THE PHOTO KIND OF HAZY LOOKING?  JUST A SLIGHT BIT FOR EFFECT.  THANK YOU FOR YOUR HELP!  

  • Can't delete a blank email from iPhone

    I am having a problem deleting an email that does not contain any information on my iPhone. After I read all of my new messages, the counter still says I have 1 new email. When I scroll to the bottom of the list, it is just a blank line with a disclo

  • Previously OK report now fails to run with REP-1226

    I have been developing a report with a fairly complex layout over several days, saving several versions of the report along the way (after running and testing them). The latest version of the report now fails to run (both as an RDF in Reports Designe

  • Best book for beginner?

    Hello, Can anyone recommend the best book for a complete novice to Illustrator? Ive a background in GIS and am wanting to learn to improve my cartographic skills. Does anyone know if theres a book out there that caters towards cartography in illustra