How to find the largest tables in EBS

Hi gurus,
Oracle EBS R12.1.2
Linux x86-64
RDBMS 11g
How can I find the top 10 largest tables in EBS - in terms of size (KB/MB)? pls send me the Query and also direction from where (which Schema) should I run that query?
-- TIA

Hi;
I suggest check below threads:
How to know which is the largest table in my oracle database??
Find Largest Tables in 9i Database
Query to find biggest table in oracle ERP database?
Those links should give you answer of your questions.
Regard
Helios

Similar Messages

  • How to find the Source Table in one corresponding schema?

    Hi All,
    How to find the Source Table in one corresponding schema?
    regards,
    DB

    DB wrote:
    Hi All,
    How to find the Source Table in one corresponding schema?
    regards,
    DBHUH?
    I do not understand your question
    How do I ask a question on the forums?
    SQL and PL/SQL FAQ

  • How to find the database table behind the xtags  varibles?

    if in xtags we find that some varibles are not having the right data coming from xml -> database tables so how can we find out the names of database table behind it .
    <!-- <xtags:variable id="msds" context="<%=specs%>" select="//header/msds"/>
    <a href="/MSDS/<%=msds%> target="#">MSDS</a>
    -->
    now how to find the database table and the column name of database table from which the value of id msds is coming
    Here they have stored the name of pdf file . from this code pdf file is displayed

    Hi,
    Thanks for your response. It is PM related.  When I run a T Code - IK18,  the field Total Counter Reading field appears. I am looking for that particular fields actual table name and field name.  I think I have found it in IMGR table. Now I want to get IMRG-READG in my report, but there is no common fields in neither MKPF or MSEG table. So what can I do to connect IMRG table with either of them ?

  • How to find the new tables and columns in a schema

    hi..good morning to all...
    I have a schema ABC which owns some objects.
    Now some days before I have made another schema XYZ which was a replica of ABC schema.
    between these days some new tables, new columns in the existing tables(with or without default value), comments on the columns are being added in the new schema i.e XYZ schema.
    Now I have to find the extra things which are present in the new schema. I need to find the new tables, new columns in hte existing tables, their default values and descriptions of those.
    Can u plss help me how can I find it?
    I am guessing that I have to write a SQL query with a minus clause but I am not able to write it and also dont know where should I execute it.
    plss help. thanks in advance.

    And moreover, when I am executing the query to get the desired result, then it is throwing "illegal use of long datatype" error and pointing to the b.data_default area of my query..
    select a.table_name, a.column_name, b.data_default, a.comments from all_col_comments a, dba_tab_columns b
    where a.TABLE_NAME=b.TABLE_NAME
    and a.OWNER=b.OWNER
    and a.OWNER=XYZ
    minus
    select c.table_name, c.column_name, d.data_default, c.comments from all_col_comments c, dba_tab_columns d
    where c.TABLE_NAME=d.TABLE_NAME
    and c.OWNER=d.OWNER
    and c.OWNER='ABC'
    order by 1, 2;
    plss help...

  • How to find the data table sin CRM 4.0

    Dear Guru's
    I want to know where can i get all the data tables in crm 4.0 for example if i want to know the data table for the Reason in activity Management.with the help of data table only the ABAP people can work.....na
    Points willbe given
    With Best Regadrs
    Sreeram Raghu

    Hi Raghu,
    There are many techniques in which you could find the database tables, few of them are given below:
    - Place your cursor in the field for ex: reason in activity and press F1
    - In F1 screen(performance assistant), Click on Technical Information (fourth button from left), you can find here the database table name.
    Another Option:
    - Go to transaction SE11
    - In Database Table Field type few letters, for example to find all the activity table type * act * and then press F4, all the tables related to activity will be displayed
    Wish this was useful to you
    regards
    Srikantan

  • How to find the largest files?

    My question is how to find the big(lets say over 500Mb) files under the root and list them.
    This is my desktop and when I tried "du / | sort -k 1n " it didnt finish.
    Best regards,
    Tonguc

    Thank you for your interest Mr.Kartik.
    [root@tcellhost /]# find / -size +500M
    find: invalid -size type `M'
    [root@tcellhost /]# find / -size +500m
    find: invalid -size type `m'
    [root@tcellhost /]# find / -size +500000
    /u01/app/oracle/flash_recovery_area/TCELL/backupset/2007_04_12/o1_mf_nnndf_TAG20070412T091708_31vmq4z4_.bkp
    /u01/app/oracle/flash_recovery_area/TCELL/backupset/2007_04_12/o1_mf_nnndf_TAG20070412T091708_31vmq5xr_.bkp
    /u01/app/oracle/oradata/tcell/users01.dbf
    /u01/app/oracle/oradata/tcell/system01.dbf
    /u01/app/oracle/oradata/tcell/undotbs01.dbf
    /u01/app/oracle/oradata/tcell/sysaux01.dbf
    /proc/kcore
    find: /proc/31477/task/31477/fd/4: No such file or directory
    /oracle/10201_database_linux32.zip
    /oracle/GridControl_10.2.0.3_Linux.zip
    /oracle/10201_companion_linux32.zip
    How can I execute a list command for the resturning file set?
    [root@tcellhost /]# find / -size +500000 -exec ls -lt {};
    find: missing argument to `-exec'
    Best regards,
    Tonguc

  • How to find the dates table in T.CODE:CRMD_ORDER

    Hi ,
    Where to find the dates at sales order header level (General tab)as well item level in Transaction code: CRMD_ORDER.
    I did not see any internal table for this Dates in the FM CRM_ORDER_READ and i have tried with F1 help but is a ALV grid.
    Could any one help me to find the dates table.

    Hi,
    The dates are populated in the table IT_APPOINTMENT of FM CRM_ORDER_READ.
    if you want to populate the dates in any business order in crmd_order, then u can put a debugger in FM 'CRM_ORDER_MAINTAIN', open any business order, populate the date at header and item level and press enter.
    check the table IT_APPOINMENT table and the corresponding values that need to be populated.
    Hope this helps!!!
    Prerna

  • How to find the largest and the widest tables in Oracle 10g ?

    Hi Folks,
    Environment: 10g Rel 2
    Can somebody please suggest the data dictionary view(s) that I can query to get a list of the longest (rows) and the widest (columns) tables in any schema ?
    Thanks in advance
    rogers42

    rogers42 wrote:
    Hi,
    Thanks for the replies.
    By the "longest" table, I had meant a table with most number of rows. And few people had wisely pointed out the dba_tables view.
    By the "widest table", I had meant a table with the most number of columns. Is there a view that can give me this info ?
    Thanks
    rogers42if your statistics are updated :
    SELECT D.OWNER , D.TABLE_NAME
    FROM DBA_TABLES D
    WHERE D.OWNER NOT IN ('SYSTEM', 'SYS')
    ORDER BY D.NUM_ROWS DESC
    and try this code, for the second :)
    DECLARE
    CURSOR cur_tab
    IS
    SELECT D.OWNER AS OWNER , D.TABLE_NAME AS TABLE_NAME
    FROM DBA_TABLES D
    W_TABLE VARCHAR2(30);
    W_OWNER VARCHAR2(30);
    w_count_col NUMBER;
    w_col_max NUMBER;
    BEGIN
    w_count_col := 1;
    w_col_max := 1;
    W_TABLE := 'TEST';
    W_OWNER := 'TEST';
    FOR c IN cur_tab LOOP
      SELECT COUNT(*) INTO w_count_col
      FROM DBA_TAB_COLS t
      WHERE t.owner = c.OWNER
      AND t.TABLE_NAME = c.TABLE_NAME
      IF w_count_col >= w_col_max THEN
        w_col_max := w_count_col;
        W_TABLE := c.TABLE_NAME;
        W_OWNER := c.OWNER ;
      END IF;
    END LOOP;
    dbms_output.put_line(' w_col_max : '||w_col_max) ;
    dbms_output.put_line(' W_TABLE: '||W_TABLE) ;
    dbms_output.put_line('W_OWNER : '||W_OWNER) ;
    END;

  • How to find the database table for this screen field

    hi in XD02
    There is a scrren field customer
    name1 (firt line under name)
    and email id fields
    i wnat to know where the data stores goes w hen user eners in this screen i mean in which table and how to find it
    for kunnr name1 i suppose it goes to kna1 but how to find it?
    and f or email id whre it gots which table
    regards
    Arora

    Hi,
    when you press F1 it will give the necessary information
    but some times it may give the structure names also
    those structures are being used by the back end module pool
    programm
    so every time we can get the exact information about the
    data type or length
    but not sure that every time we get the exact database table name
    and field name
    according to me, if i dont know where some field are getting stored in
    database ( if the field name and table is structure )
    then i will ask my functional consultant ...
    thanks & regards,
    Venkatesh

  • How to find the largest odd number and smallest even number from an array

    Hello All
    I want to find out largest odd number and the smallest even number from an arry numbers? What is the best method to achieve this.
    Thanks
    Sravz

    You need to sit down and figure out an algo on how you would do it if you had to do the same thing from a blind container perspective:
    1 - collect all the items you want to look at
    2 - look at an item
    3 - is it odd?
    4 - if it is odd then check if it is larger than previously largest number
    5 - save it if it is larger
    6 - return back to 2 unless no more items
    7 - item is not odd so it must be even--is it smaller than previous
    8 - save it if it is smaller
    9 - return back to 2 unless no more items
    Now you just need to know how to check if something is even or odd: to do this you will need the modulous operator--integer division.
    Note: this all assumes that your needs are for integer type of numbers, otherwise there is not enough information to define an answer. For instance, if you are using floats at 0.5--it that even or odd? Do you consider an err factor when dealing with floats? etc...

  • HOW to know the related tables in EBS source

    Hi
    My user wants to get the same columns like EBS front end in the OBIEE. What is best way to know what table belongs to the column in EBS Front end .
    Thanks

    Hello,
    In Oracle EBS from the "Help"/"Record History" will give you the table/view name, when you can find here then use following menu functions (this will also give you additional information, like column details).
    1) Open Forms
    2) Click on Help/Diagnostics/Examine (*you might have to enter the APPS password at this point)
    3) Change "Block" to "System"
    4) Change "Field" to "Last_query"
    Help Menu> Diagnostics> Examine. The system will ask for the password which is usually “apps”
    And once you have you view or table info .. search in http://etrm.oracle.com/ for its base table information.
    Hope this helps. Pls mark if it does.
    Thanks,
    SVS

  • How to find the error table

    If an error occured in the program while running, in which table  this error  is stored and how to get the message no.

    Hi,
    Doubleclick the error message and you get the message id and message number, then use transaction SE91 (or look in table T100T).
    Regards,
    John.

  • How to find the DB tables used by the workbook/worksheet

    Hi,
    I wonder if there is a way that we can query the EUL tables (e.g. eul5_documents, etc) to find out the database tables that are used by a specific workbook.
    Please advise and thank you very much,
    Yke

    There is no "direct" way to do this. If a report has been run at least once, though, you may be able to find out what you want (but it will require a bit of work).
    From the EUL5_QPP_STATS table, you can find the workbook (qs_doc_name) and worksheet (qs_doc_details). You can then use the qs_object_use_key value to find the objects, which will give the tables. You could try:
    select obj_ext_owner || '.' || sobj_ext_table
      from eul5_objs
    where instr ((select qs_object_use_key
                    from eul5_qpp_stats
                   where qs_doc_name = <workbook>
                     and qs_doc_details = <worksheet>
                     and qs_created_date =
                        (select max(qs_created_date)
                           from eul5_qpp_stats
                          where qs_doc_name = <workbook>
                            and qs_doc_details = <worksheet>)),
                 obj_id) > 0;This should give you the tables used for the last execution of the workbook.

  • How to find the Check table for a field ?

    Hello All,
            I have the filed name f1.
    Now I want to know the check table of this field programatically and if this field has a configuration table then I need that table also.
    eg: if werks is the field the Master         Table is : MARC
                                    and Configuration Table is : T001W.
    Is this possible first of all programatically ?
    If yes can anyone help me out ?
    Regards,
    Deepu.K

    Hi again,
    1. I don't know the master table for the field werks
    A field is never independent. It is always linked to a table,
    otherwise the information is only half.
    2. So incase if we do not know the tablename,
       its best to query the table DD03L with WERKS,
      and filer out CHECKTABLE with *,
      and take any one record.
    regards,
    amit m.

  • How to find the unused tables in a schema

    Hi All,
    I have a schema in my database in which some of my web portals runs. I have n number of tables in the schema but I beleive some of the tables which are not using for a long. How do I find those or list those tables which are not using for long?
    Please help,
    -Thanks & Cheers
    Antony

    Although your question is directed to Aman, I want to let you know that auditing "will" affect the performance of the database. And auditing will catch select statements too even using "successful and nonsuccessful" selects
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

Maybe you are looking for

  • TC and WD500 External drive - Locks up when copying large files

    I have a TC with a Western Digital 500GB my Book connected to the USB port on the TC that I use for network Storage. Everything works fine until I try to copy large files or directories from the Finder mounted share. After the copy freezes the extern

  • (Someone else with a) Problem submitting a Book order

    I have now tried 5 times to submit the same order. Each time I get the following e-mail back: "Unfortunately, we were unable to process your order because the files received contained data that was unreadable or otherwise unprintable. Your order has

  • InDesign CS6 Mac

    Does anyone know: 1. Will CS6 run under Snow Leopard 2. What will be the minimum Mac hardware requirements Thanks

  • JSF 1.2 + JSTL 1.2 + JSP 2.1

    am using netbeans 6.0 beta and glassfish. can i assume it has all JSF 1.2 + JSTL 1.2 + JSP 2.1 since it is the latest.

  • 3,0ghz to 3,81ghz and no diference

    I have oc't my 3ghz P4 to 3.8gghz and I notice no diference in gaming and 3dmark. The task manager also shows the same amount of cpu used when I'm doing diferent things. My temps are also the same as not oc't: idle:35-45 load:45-52