Newbie Finding Tables

Ok, forgive me for being a newbie first off.
What I am needing is to create a report using crystal reports that pulls the following data from a Oracle App Suite 10g database at a sister site in my division and matched to data in my Dynamics GP using the item number to add where we shelf the product. Basically, they send a container. We get the invoices a few weeks before the container arrives. We take the invoices and build a spreadsheet so the warehouse can quickly know where to take the product and note what was recieved as expected and what was different. It is a manual process they choose to follow. The problem is that building the spreadsheet manually takes 4 hours. We established this on the old database but they have been upgraded to Oracle with the corporate initiative. We are years down the road. In the mean time, I need to do the same thing over again but we do not have table level experience in house to do this. So I am seeking where are these tables in the Oracle Database so I can write the new report. I am looking at open active invoices as we will not have paid them at the time the report is generated. These are the fields I need so I am guessing I will be needing to hit both a header and line item table. If anyone knows the name of those tables and the schema they are under, that would be a great help.
Customer Number
Invoice Number          
Customer PO Number          
Line Item
Line Item Description          
Line Item Quantity Fulfilled

Do you mean from Ebusiness Suite ? (Oracle Financials ?) What version ?
Not sure from the information you give if you need data from Accounts Payable, or Order Entry ?
Check the documentation, but if it is from Accounts Payable, then the tables would be ap_invoices, ap_invoice_lines, ap_invoice_distributions, po_vendors
Documentation here :- http://www.oracle.com/technology/documentation/applications.html
Specifically you want to look at the Technical Reference Manuals (TRM)
You would get better answers in other forums - e.g OA Framework

Similar Messages

  • How to find table name for the fields from Standard Extractor in CRM system

    How to find table name of fields from the standard extractor in CRM system ?
    e.g. We use LBWE TCode in R/3 system to find table name for the field from Extractor VCSCL(e.g.).
    Likewise is there any way to find table name for the fields from Standard extractor like 0CRM_LEAD_I.

    Hi ,
    Please find the link below for understanding BW CRM analysis.
    http://help.sap.com/bp_biv135/html/bw.htm
    activate the CRM DSs by scenario:
    1) Activate the application component hierarchy (tcode RSA9). Changes made to the application component hierarchy in the CRM system can be transferred to the BW using the "Edit Application Component Hierarchy" (SBIW - Postprocessing of DataSources).
    SAP Note 434886 must be implemented in CRM 3.0 before the application component hierarchy is activated.
    2) Activate the Business Content DataSources (tcode RSA5).
    Select/enter the application component and choose Execute (F8).
    To compare the shipped and active versions, choose the 'Select Delta' pushbutton. If there is no active version of the DataSource, it is selected automatically.
    To activate the shipped version, choose the 'Transfer DataSources' pushbutton.
    3) Management of the versions of the BW-Adapter metadata (tcode BWA5). All DataSources are displayed that are managed by the BW Adapter.
    As in transaction RSA5 (Service API Metadata Activation), the 'Select Delta' function can be used to select the inactive DataSources or compare shipped and active versions.
    You can also go directly to the screen for maintaining DataSources that are managed by the BW Adapter.
    The 'Compare Version' function makes a detailed comparison of the shipped and active versions.
    All BW-Adapter metadata is considered when versions are compared:
    Header information (Table SMOXHEAD)
    Mapping information (Table SMOXRELP)
    Global selection conditions (Table SMOXGSEL)
    Attribute key fields (Table SMOXAFLD)
    Hope this helps.
    Regards,
    csm reddy

  • How to find Tables behind a Custom Query in SAP

    Hi Gurus,
    Can anyone please help me find tables behind a custom query in SAP.
    Regards
    As

    Hi
    Check the name of the programm assigned to transaction, it should be like this:
    AQZZ<user group>=======<query name>======
    or
    AQIC<user group>=======<query name>======
    It depends of the query area is global or cross-client
    So run SQ01, select the quey area, select the quey group and so your query: now you can see the infoset and then you see it by SQ02 transaction
    Max

  • Finding table fragmentation in Oracle 8.1.6.3.0

    Hi All,
    I just want to find table fragmentation for one table named LOG. I used below query to find this....
    SQL> select table_name,round((blocks*8),2)||'kb' "size"
    from dba_tables
    where table_name = 'LOG' and owner='AMRWF1';  2    3
    TABLE_NAME                     size
    LOG                            6301408kb
    SQL> select table_name,round((num_rows*avg_row_len/1024),2)||'kb' "size"
    from dba_tables
    where table_name = 'LOG' and owner='AMRWF1';  2    3
    TABLE_NAME                     size
    LOG                            1468846.2kbAnd tablespace infromation is below.
    SQL> select bytes/1024/1024,TABLESPACE_NAME,EXTENTS,MAX_EXTENTS from dba_segments where owner='AMRWF1' and segment_name='LOG';
    BYTES/1024/1024 TABLESPACE_NAME                   EXTENTS MAX_EXTENTS
         6154.16406 WFMKTLEAST                          12214  2147483645
    SQL> sho parameter block
    NAME                                 TYPE    VALUE
    db_block_buffers                     integer 100000
    db_block_checking                    boolean FALSE
    db_block_checksum                    boolean FALSE
    db_block_lru_latches                 integer 3
    db_block_max_dirty_target            integer 100000
    db_block_size                        integer 8192
    db_file_multiblock_read_count        integer 8
    hash_multiblock_io_count             integer 0
    sort_multiblock_read_count           integer 2Please mention whether i am fallowing proper method to find table fragmentation and this table is severly fragmented or not???
    -Yasser
    Edited by: YasserRACDBA on May 12, 2009 7:17 PM

    Sir Please refer below statspack report
    STATSPACK report for
                                                                Snap Length
    Start Id    End Id       Start Time             End Time         (Minutes)
         201       213  13-May-09 01:32:02    13-May-09 01:51:30          19.47
    Cache Sizes
    ~~~~~~~~~~~
               db_block_buffers:      100000
                  db_block_size:        8192
                     log_buffer:     2097152
               shared_pool_size:   132003840
    Load Profile
    ~~~~~~~~~~~~
                                           Per Second      Per Transaction
                      Redo size:           186,962.61             2,244.02
                  Logical reads:            18,690.20               224.33
                  Block changes:               835.84                10.03
                 Physical reads:             1,422.98                17.08
                Physical writes:                59.20                 0.71
                     User calls:               693.17                 8.32
                         Parses:               219.19                 2.63
                    Hard parses:                95.50                 1.15
                          Sorts:               122.47                 1.47
                   Transactions:                83.32
                  Rows per Sort:       13.87
      Pct Blocks changed / Read:        4.47
             Recursive Call Pct:       57.35
    Rollback / transaction Pct:        0.01
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            Buffer Nowait Ratio:       99.82
            Buffer  Hit   Ratio:       92.39
            Library Hit   Ratio:       85.79
            Redo   NoWait Ratio:       99.99
           In-memory Sort Ratio:      100.00
               Soft Parse Ratio:       56.43
                Latch Hit Ratio:       99.55
    Top 5 Wait Events
    ~~~~~~~~~~~~~~~~~                                             Wait     % Total
    Event                                               Waits  Time (cs)   Wt Time
    log file sync                                      98,328      308,489   52.94
    db file sequential read                         1,462,138      135,491   23.25
    buffer busy waits                                  40,122       41,574    7.13
    log file parallel write                            67,541       29,561    5.07
    latch free                                         14,153       29,250    5.02
    ^LWait Events for DB: PRDTDB  Instance: prdtdb  Snaps:     201 -    213
    ->cs - centisecond -  100th of a second
    ->ms - millisecond - 1000th of a second (unit often used for disk IO timings)
                                                                       Avg
                                                         Total Wait   wait  Waits
    Event                               Waits   Timeouts  Time (cs)   (ms)   /txn
    log file sync                      98,328          4     308,489    31    1.0
    db file sequential read         1,462,138          0     135,491     1   15.0
    buffer busy waits                  40,122          1      41,574    10    0.4
    log file parallel write            67,541          8      29,561     4    0.7
    latch free                         14,153     10,702      29,250    21    0.1
    db file parallel write              5,099          0      18,117    36    0.1
    db file scattered read             18,561          0       9,258     5    0.2
    db file parallel read               3,227          0       5,658    18    0.0
    SQL*Net more data to client        44,457          0       1,188     0    0.5
    log file sequential read            8,020          0       1,070     1    0.1
    direct path write                     410          0         669    16    0.0
    direct path read                      688          0         556     8    0.0
    control file parallel write           444          0         533    12    0.0
    library cache pin                     517          0         461     9    0.0
    LGWR wait for redo copy               798        143         414     5    0.0
    log file switch completion             30          0         349   116    0.0
    single-task message                     4          0          27    68    0.0
    file open                             959          0          23     0    0.0
    log file single write                  20          0           7     4    0.0
    control file sequential read          458          0           4     0    0.0
    refresh controlfile command            36          0           3     1    0.0
    enqueue                                 9          0           2     2    0.0
    file identify                          40          0           1     0    0.0
    SQL*Net break/reset to clien            4          0           0     0    0.0
    buffer deadlock                         2          2           0     0    0.0
    SQL*Net message from client       809,303          0  19,936,895   246    8.3
    virtual circuit status                 38         38     116,785 #####    0.0
    SQL*Net message to client         809,327          0         310     0    8.3
    SQL*Net more data from clien          477          0          43     1    0.0
    ^LSQL ordered by Gets for DB: PRDTDB  Instance: prdtdb  Snaps:     201 -    213
                                    Gets       % of
       Buffer Gets     Executes   per Exec    Total   Hash Value
    SQL statement
           262,083      159,120          1.6    1.2    382965845
    SELECT GEOPAR,NAME   FROM GEO  WHERE GEOCOD = RTRIM(:b1)
           146,040            1    146,040.0     .7   1754824507
    SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM LOG WHERE ID = '09120A
           141,075            1    141,075.0     .6   1542925332
    SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM LOG WHERE ID = '09120A
           128,943       12,612         10.2     .6   4085293067
    UPDATE OBJECT SET OWNER = NULL, LOCKTIME = 0, QUEUE_TIMESTAMP = NULL WHERE "ID
            91,085            1     91,085.0     .4    323282248
    SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM LOG WHERE ID = '09126A
            90,887            1     90,887.0     .4   2613220927
    SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM LOG WHERE ID = '09126A
            66,045        9,174          7.2     .3   3352553713
    SELECT DOC_NUM,TITLE,AUTHOR,C.TYPE,DATE_RPT,S.COLLECTION,S.AUTOMATION,LANG,SOU
            61,337        9,498          6.5     .3   2345958421
    SELECT PAGENO PAGENO   FROM NONBILL  WHERE REPORTID = :b1
            59,669        9,500          6.3     .3   4181220996
    SELECT RTRIM(SUBCOLLECT) SUBCOLLECT_CODE   FROM MARK_SUBCOLLECT  WHERE SRCCOD
            54,543            1     54,543.0     .2   2236963897
    SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM LOG WHERE ID = '09128A
            54,517            1     54,517.0     .2   2215353317
    SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM LOG WHERE ID = '09128A
            54,493            1     54,493.0     .2   1430216754
    SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM LOG WHERE ID = '09128A
            54,450            1     54,450.0     .2   3671439846
    SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM LOG WHERE ID = '09128A
            54,443            1     54,443.0     .2   4024618165
    SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM LOG WHERE ID = '09128A
            54,404            1     54,404.0     .2   4144413353
    SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM LOG WHERE ID = '09128A
            54,185            1     54,185.0     .2   3853441439
    SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM LOG WHERE ID = '09128A
            54,122            1     54,122.0     .2   4066390851
    SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM LOG WHERE ID = '09128A
    ^LSQL ordered by Reads for DB: PRDTDB  Instance: prdtdb  Snaps:     201 -    213
          Physical                 Reads       % of
             Reads     Executes   per Exec    Total   Hash Value
    SQL statement
            52,578            1     52,578.0    3.2   1754824507
    SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM LOG WHERE ID = '09120A
            31,998            1     31,998.0    1.9   2613220927
    SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM LOG WHERE ID = '09126A
            16,013            1     16,013.0    1.0    323282248
    SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM LOG WHERE ID = '09126A
            10,819            1     10,819.0     .7   1542925332
    SELECT ERROR,TIME_STAMP,O_RESOURCE,QUEUE,NEW_QUEUE FROM LOG WHERE ID = '09120A
             5,940        9,500          0.6     .4   1788460650
    SELECT RTRIM(SUBJCT) TICKER,RTRIM(NAME) NAME,RTRIM(STATE) STATE,RTRIM(COUNTRY)
             5,011            5      1,002.2     .3   1283665788
    INSERT INTO STATS$SQL_SUMMARY ( SNAP_ID,DBID,INSTANCE_NUMBER,SQL_TEXT,SHARABLE
             3,532          104         34.0     .2   2416764375
    INSERT INTO DOC_SUBJCT ( DOC_NUM,TYPE,SUBJCT )  VALUES ( TO_NUMBER(:b1),:b2,:b
             3,178            3      1,059.3     .2   2869630514
    BEGIN statspack.snap(i_snap_level => 10, i_modify_parameter => 'true'); END;
             1,576        9,174          0.2     .1   3352553713
    SELECT DOC_NUM,TITLE,AUTHOR,C.TYPE,DATE_RPT,S.COLLECTION,S.AUTOMATION,LANG,SOU
               816        1,753          0.5     .0   2074917603
    INSERT INTO LOG (ID,TIME_STAMP,TYPE,ERROR,INSTANCE,RULE_NUM,RULE_TYPE,PRIORITY
               754          324          2.3     .0   4111801531
    begin packager.get_citation(:param1 , :out); end;
               567           83          6.8     .0    924335069
    INSERT INTO CORDOC ( DOC_NUM,PARENT_DOC,SOURCE,AUTHOR,TITLE,DATE_RPT,DATE_RCVD
               441        9,500          0.0     .0   2184883084
    SELECT TPCCOD,TPCNAM   FROM TOPICS T,DOC_SUBJCT D  WHERE D.DOC_NUM = :b1  AND
               430          104          4.1     .0   2993182807
    INSERT INTO DOC_SUBJCT_UPD_LOG ( DOC_NUM,TYPE,SUBJCT,TYPE_OF_CHANGE,CREATED_LO
               406        9,498          0.0     .0   2345958421
    SELECT PAGENO PAGENO   FROM NONBILL  WHERE REPORTID = :b1
               304          414          0.7     .0    199702406
    select i.obj#,i.ts#,i.file#,i.block#,i.intcols,i.type#,i.flags, i.property,i.p
               300        7,733          0.0     .0   3207681720
    SELECT NVL(IMAGES,0) IMAGES,NVL(NONBILLABLE,0) NONBILLABLE   FROM IMAGED_DOCUM
    ^LSQL ordered by Rows for DB: PRDTDB  Instance: prdtdb  Snaps:     201 -    213
             Rows                   Rows
         Processed     Executes   per Exec     Hash Value
    SQL statement
            87,357      159,120          0.5    382965845
    SELECT GEOPAR,NAME   FROM GEO  WHERE GEOCOD = RTRIM(:b1)
            32,818        9,498          3.5   2345958421
    SELECT PAGENO PAGENO   FROM NONBILL  WHERE REPORTID = :b1
            12,612       12,612          1.0   4085293067
    UPDATE OBJECT SET OWNER = NULL, LOCKTIME = 0, QUEUE_TIMESTAMP = NULL WHERE "ID
             9,544        9,544          1.0   1230017382
    SELECT LOG_SEQUENCE.NEXTVAL   FROM DUAL
             9,498        9,498          1.0   2684256693
    SELECT RTRIM(NAME) NAME   FROM LANG  WHERE LANG.CODE = :b1
             9,174        9,174          1.0   3352553713
    SELECT DOC_NUM,TITLE,AUTHOR,C.TYPE,DATE_RPT,S.COLLECTION,S.AUTOMATION,LANG,SOU
             7,575        7,733          1.0   3207681720
    SELECT NVL(IMAGES,0) IMAGES,NVL(NONBILLABLE,0) NONBILLABLE   FROM IMAGED_DOCUM
             7,526        9,500          0.8   1788460650
    SELECT RTRIM(SUBJCT) TICKER,RTRIM(NAME) NAME,RTRIM(STATE) STATE,RTRIM(COUNTRY)
             6,485          514         12.6    395844583
    select name,intcol#,segcol#,type#,length,nvl(precision#,0),decode(type#,2,nvl(
             3,308        9,499          0.3   3612837332
    SELECT RTRIM(D.SUBJCT) INDCOD,RTRIM(INDNAM) INDNAM,NIC_COD_BEST   FROM DOC_SUB
             2,642        9,500          0.3   4181220996
    SELECT RTRIM(SUBCOLLECT) SUBCOLLECT_CODE   FROM MARK_SUBCOLLECT  WHERE SRCCOD
             1,753        1,753          1.0   2074917603
    INSERT INTO LOG (ID,TIME_STAMP,TYPE,ERROR,INSTANCE,RULE_NUM,RULE_TYPE,PRIORITY
             1,380        1,855          0.7   1867085649
    INSERT INTO LOG (ID,TIME_STAMP,TYPE,ERROR,INSTANCE,RULE_NUM,RULE_TYPE,PRIORITY
             1,347          359          3.8   1536916657
    select con#,type#,condlength,intcols,robj#,rcon#,match#,refact,nvl(enabled,0),
               870          104          8.4   2416764375
    INSERT INTO DOC_SUBJCT ( DOC_NUM,TYPE,SUBJCT )  VALUES ( TO_NUMBER(:b1),:b2,:b
               828          433          1.9   1943674664
    SELECT CLASS, PRIVILEGE FROM PRIVILEGE WHERE GROUP_NAME = 'SYSADMIN'
               723          433          1.7   2958422142
    SELECT CLASS, PRIVILEGE FROM PRIVILEGE WHERE GROUP_NAME = 'DEFAULT'
    ^LLatch Activity for DB: PRDTDB  Instance: prdtdb  Snaps:     201 -    213
    ->"Pct Misses" should be very close to 0.0
                                                    Pct    Avg                Pct
                                        Get         Get Sleeps      Nowait Nowait
    Latch Name                        Requests     Miss  /Miss    Requests   Miss
    Active checkpoint queue latch         82,223    0.0                  0
    Checkpoint queue latch               828,701    0.0    0.0           0
    Token Manager                            739    0.0              5,586    0.0
    archive control                           10    0.0                  0
    archive process latch                     10    0.0                  0
    cache buffer handles                   8,728    0.0                  0
    cache buffers chains              45,374,520    0.0    0.1   1,915,719    0.2
    cache buffers lru chain              293,252    0.5    0.1   1,667,702    0.6
    channel handle pool latch                293    0.0                294    0.0
    channel operations parent latch          586    0.0                294    0.0
    dml lock allocation                  197,311    0.0    0.0           0
    enqueue hash chains                  438,592    0.1    0.1           0
    enqueues                             697,793    0.1    0.0           0
    event group latch                        293    0.0                  0
    job_queue_processes parameter l           65    0.0                  0
    ktm global data                            4    0.0                  0
    latch wait list                        6,541    2.5    0.0       6,559    0.2
    library cache                      6,095,682    0.9    0.2     186,918    0.8
    library cache load lock                4,494    0.0                  0
    list of block allocation             201,252    0.0    0.1           0
    loader state object freelist              46    0.0                  0
    longop free list                       1,508    0.0                  0
    messages                             925,509    0.2    0.0           0
    multiblock read objects               45,236    0.0    4.6           3    0.0
    ncodef allocation latch                   65    0.0                  0
    process allocation                       293    0.0                293    0.0
    process group creation                   587    0.0                  0
    redo allocation                      624,066    0.1    0.0           0
    redo writing                         511,337    0.8    0.0           0
    row cache objects                  9,553,633    1.0    0.0      13,023    3.7
    sequence cache                        31,263    0.0    0.0           0
    session allocation                   454,171    0.3    0.0           0
    session idle bit                   1,841,211    0.0    0.1           0
    session switching                         65    0.0                  0
    session timer                            416    0.0                  0
    shared pool                        4,602,509    3.3    0.0           0
    sort extent pool                          78    0.0                  0
    transaction allocation               295,180    0.0    0.0           0
    transaction branch allocation             65    0.0                  0
    undo global data                     346,591    0.1    0.2           0
    user lock                              2,114    0.0                  0
    virtual circuit queues                    56    0.0                  0
    ^LLatch Sleep breakdown for DB: PRDTDB  Instance: prdtdb  Snaps:     201 -    21
                                     Get                              Spin &
    Latch Name                     Requests        Misses      Sleeps Sleeps 1-4
    shared pool                     4,602,509     152,786       3,804 150445/1393/
                                                                      698/250/0
    row cache objects               9,553,633      98,968         364 98730/210/3/
                                                                      25/0
    library cache                   6,095,682      53,621       8,107 49775/1473/1
                                                                      726/647/0
    cache buffers chains           45,374,520      10,906       1,415 10308/336/71
                                                                      /191/0
    redo writing                      511,337       3,927          39 3892/31/4/0/
                                                                      0
    messages                          925,509       1,443          61 1382/61/0/0/
                                                                      0
    cache buffers lru chain           293,252       1,388         130 1260/127/0/1
                                                                      /0
    session allocation                454,171       1,334          15 1319/15/0/0/
                                                                      0
    enqueues                          697,793       1,000          11 989/11/0/0/0
    redo allocation                   624,066         623           5 618/5/0/0/0
    session idle bit                1,841,211         447          50 400/46/0/1/0
    Checkpoint queue latch            828,701         378           8 374/3/0/1/0
    undo global data                  346,591         330          62 315/4/1/10/0
    enqueue hash chains               438,592         273          32 259/7/2/5/0
    transaction allocation            295,180         138           5 133/5/0/0/0
    dml lock allocation               197,311          46           2 44/2/0/0/0
    list of block allocation          201,252          40           4 36/4/0/0/0
    multiblock read objects            45,236           7          32 2/1/1/3/0
    ^LLatch Miss Sources for DB: PRDTDB  Instance: prdtdb  Snaps:     201 -    213
                                                              No Wait
    Latch Name                     Where                       Misses      Sleeps
    Checkpoint queue latch         kcbswcu: Switch buffers          0           5
    Checkpoint queue latch         kcbk0rrd: update recovery        0           2
    Checkpoint queue latch         kcbbcthc: check thread que       0           1
    cache buffers chains           kcbrls: kslbegin                 0         724
    cache buffers chains           kcbgtcr: kslbegin                0         533
    cache buffers chains           kcbgcur: kslbegin                0          62
    cache buffers chains           kcbchg: kslbegin: call CR        0          29
    cache buffers chains           kcbzgb: scan from tail. no       0          25
    cache buffers chains           kcbzib: multi-block read:        0          14
    cache buffers chains           kcbzib: finish free bufs         0           9
    cache buffers chains           kcbzwb                           0           8
    cache buffers chains           kcbchg: kslbegin: bufs not       0           6
    cache buffers chains           kcbget: pin buffer               0           3
    cache buffers chains           kcbget: exchange rls             0           1
    cache buffers lru chain        kcbbiop: lru scan                0         105
    cache buffers lru chain        kcbzgb: multiple sets nowa       0          21
    cache buffers lru chain        kcbzgb: posted for free bu       0           3
    cache buffers lru chain        kcbbwlru                         0           1
    dml lock allocation            ktaiam                           0           2
    enqueue hash chains            ksqgtl3                          0          16
    enqueue hash chains            ksqrcl                           0          16
    enqueues                       ksqgtl2                          0           5
    enqueues                       ksqies                           0           4
    enqueues                       ksqrcl                           0           2
    library cache                  kgllkdl: child: cleanup          0         895
    library cache                  kglpnal: child: alloc spac       0         711
    library cache                  kglic                            0         344
    library cache                  kglupc: child                    0         261
    library cache                  kglhdgn: child:                  0         227
    library cache                  kglpnal: child: before pro       0         116
    library cache                  kglhdgc: child:                  0          82
    library cache                  kglobpn: child:                  0          74
    library cache                  kgldnp: child                    0          57
    library cache                  kglsca: parent                   0          57
    library cache                  kgllkdl: child: free pin         0          29
    library cache                  kglati                           0          27
    library cache                  kglpnc: child                    0          15
    library cache                  kgldte: child 0                  0           8
    library cache                  kglget: child: KGLDSBYD          0           3
    library cache                  kglobld: child:                  0           2
    library cache                  kglpin                           0           2
    library cache                  kgldti: not under latch          0           1
    library cache                  kglpnp: child                    0           1
    list of block allocation       ktlbbl                           0           4
    messages                       ksaamb: after wakeup             0          40
    messages                       ksarcv: after wait               0          13
    messages                       ksarcv                           0           8
    multiblock read objects        kcbzib: MBRGET                   0          32
    redo allocation                kcrfwr: redo allocation          0           4
    redo allocation                kcrfwi: before write             0           1
    redo writing                   kcrfss                           0          17
    redo writing                   kcrfsr                           0          16
    redo writing                   kcrfwi: after write              0           5
    redo writing                   kcrfwcr                          0           1
    row cache objects              kqrpre: find obj                 0         190
    ^LLatch Miss Sources for DB: PRDTDB  Instance: prdtdb  Snaps:     201 -    213
                                                              No Wait
    Latch Name                     Where                       Misses      Sleeps
    row cache objects              kqreqd: rel enqueue              0          93
    row cache objects              kqreqd                           0          64
    row cache objects              kqrso                            0           1
    session allocation             ksuxds: not user session         0          12
    session allocation             ksucri                           0           2
    session allocation             ksuxds: KSUSFCLC not set         0           1
    session idle bit               ksuxds                           0          22
    session idle bit               ksupuc: clear busy               0          17
    session idle bit               ksupuc: set busy                 0          11
    shared pool                    kghfrunp: parent clatch: w       0       5,059
    shared pool                    kghfrunp: alloc: wait            0       1,296
    shared pool                    kghfrunp: alloc: clatch no       0       1,152
    shared pool                    kghalo                           0         852
    shared pool                    kghfnd: min scan                 0         180
    shared pool                    kghfrunp: clatch: wait           0         112
    shared pool                    kghupr1                          0         104
    shared pool                    kghfnd: get next extent          0          72
    shared pool                    kghfnd: req scan                 0          55
    shared pool                    kghfre                           0          40
    shared pool                    kghalp                           0          31
    shared pool                    kghfrunp: clatch: nowait         0          30
    shared pool                    kghfen: not perm alloc cla       0          15
    shared pool                    kghfrunp: no latch               0           2
    shared pool                    kghfrunp: reget min scan         0           1
    transaction allocation         ktcdso                           0           3
    transaction allocation         ktcxba                           0           2
    undo global data               ktudba: KSLBEGIN                 0          61
    undo global data               ktudnx: KSLBEGIN                 0           1
    End of ReportPlease find partial output of v$sql;
    EXECUTIONS DISK_READS BUFFER_GETS ROWS_PROCESSED
         11170          0           0              0
         11726       6206       36460          11286
         11727       3079      193977          11727
         12007        278       69951          39346
         12700          0       31165          43631
         13371        564       26871           7113
         15568          0        1045              0
         16122         28       25925           8603
         16583        292       10230           2016
         16943         31        1092            209
         17933        896       35957          17933
    EXECUTIONS DISK_READS BUFFER_GETS ROWS_PROCESSED
         17958          0        3675              0
         22750       6968      132458          32748
         22840        518       31455          43631
         22840          1       37398              0
         22976        109       46286          22966
         23002         53       23280          22975
         23002         16       23216          23002
         23003         61       23362          23003
         23005        764       78363          23003
         25580       1303       81762         373057
         27092          0           0              0
    EXECUTIONS DISK_READS BUFFER_GETS ROWS_PROCESSED
         29218       1069       88739          29218
         32750          3        1020            355
         35790        453      279237          27807
         38630        488      116142           1331
         42128         13        2679            180
         45899          0      229499          45896
         45984         87      230393          45984
         50588          3        1931            145
         51215         81      256945          51215
         52212          9        2248            674
         62501          2        2087            506
    EXECUTIONS DISK_READS BUFFER_GETS ROWS_PROCESSED
         75230       1393      950678          71295
         95712      29410     1451214          87782
        102950       5250     1694896         102950
        165722        254      870666         165722
        527966        790     2773361         527965
        674310        190     5482921         674307
        709403       1198     3727110         709403
       1093841       2338    11416812        1093840Btree index type has been created.
    Please guide me in finding CPU problem.
    -Yasser

  • SAP DBTech JDBC: [259] (at 26): invalid table name:  Could not find table/view RS_POOL_CLUSTER_TABLES in schema SYSTEM: line 1 col 27 (at pos 26)

    Hi Gurus,
    I am trying to load a HANA column table using the import function and get the following error even though the mappings from the file to the table are 1:1.
    I get the following errors:
    Error 1: SAP DBTech JDBC: Result set is positioned before first row.
    Error 2: SAP DBTech JDBC: [259] (at 26): invalid table name:  Could not find table/view RS_POOL_CLUSTER_TABLES in schema SYSTEM: line 1 col 27 (at pos 26)
    With the following stack trace:
    com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: [259] (at 26): invalid table name:  Could not find table/view RS_POOL_CLUSTER_TABLES in schema SYSTEM: line 1 col 27 (at pos 26)
      at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:334)
      at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:165)
      at com.sap.db.jdbc.packet.ReplyPacket.buildExceptionChain(ReplyPacket.java:100)
      at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:1141)
      at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:888)
      at com.sap.db.jdbc.StatementSapDB.sendCommand(StatementSapDB.java:929)
      at com.sap.db.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:978)
      at com.sap.db.jdbc.StatementSapDB.execute(StatementSapDB.java:256)
      at com.sap.db.jdbc.StatementSapDB.executeQuery(StatementSapDB.java:401)
      at com.sap.db.jdbc.trace.Statement.executeQuery(Statement.java:131)
      at com.sap.ndb.studio.bi.dataprovisioning.util.DBUtil.getPoolTables(DBUtil.java:200)
      at com.sap.ndb.studio.bi.dataprovisioning.util.DBUtil.getTablesToHide(DBUtil.java:188)
      at com.sap.ndb.studio.bi.filedataupload.ui.wizards.pages.SelectTableDialog.createDialogArea(SelectTableDialog.java:108)
      at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:775)
      at org.eclipse.jface.window.Window.create(Window.java:432)
      at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1104)
      at com.sap.ndb.studio.bi.filedataupload.ui.wizards.pages.SelectTableDialog.create(SelectTableDialog.java:186)
      at com.sap.ndb.studio.bi.filedataupload.ui.wizards.pages.ImportFileSelectionWizardPage$14.widgetSelected(ImportFileSelectionWizardPage.java:779)
      at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
      at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
      at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
      at org.eclipse.jface.window.Window.open(Window.java:802)
      at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:152)
      at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:279)
      at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
      at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
      at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
      at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:243)
      at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:224)
      at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
      at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:167)
      at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
      at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
      at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
      at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:420)
      at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
      at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
      at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
      at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
      at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
      at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
      at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
      at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
      at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
      at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
      at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
      at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
      at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
    I'm sure many of you have come across this before. Any help will be much appreciated.
    Thanks in advance

    Hello Akhtar,
    Have you tryed to delete the heador row from your file?
    I received the same error when loading a csv file, but when I delete the heador row it worked.
    Best Regards,
    Juliana Genova

  • FIND table for PM order operations

    Hello,
    I am looking for the table in which the notification number of pm order operations is stored.
    I find table AFVC and AFVV but in this table I don't see notification number.
    Thanks for your help.
    Best regards,
                                  Seb

    For PM Order, you can see :
    - Notification number in header tabstrip
    - Notification number in operations tabstrip (for each operation)
    It is not the same number !
    I have the following informations : AUFK, AFKO, AFVC.
    For example, With IW32, I see operations tabstrip :
    Operation Item                   Notifications Number
    10                                      110000007
    20                                      110000007
    30                                      110000008
    In AFVC, I see :
    AUFPL                           VORNR
    1000582892                   10
    1000582892                   20
    1000582892                   30
    AUFPL number is the same for all items operations in AFVC !
    Thanks for your help.

  • Find table for a structure field

    Hi,
    I need to find table for field Q0743-OFFR1. I tried using tcode SE15, but was not able to find any table where the field is used.
    Is there any other method of finding a table for a structure field.
    Any pointers in this regard would be helpful.
    Thanks,
    Saher

    Hi,
    when u open the structure , u will find the tab " Component " in that you
    will find "Data Element" column which hold the data element of the structure
    component , now double click on the respective "Data Element " and that will
    open up the Data Element Page in which u will find a "Where Used List" icon
    , click on that, this will now display you the list, select the TABLE LIST
    Check box and execute, which will subsequently display you all the the table
    names which has "specified" data element's component as field
    Hope this will Help you.
    Regards,
    Kiran

  • How to find table used in java based forms

    In R12 how can i find table name used in Java Based forms.

    Record history for OAF / Selfservice pages is only available in R12.1.1 - pl see MOS Doc 565870.1 (Oracle Application Framework (OAF) Release Notes, Release 12.1.1) - it is not available in 11i and 12.0.x releases.
    HTH
    Srini

  • How to find table & fields of standard InfoObject?

    Hi
    How to find table & fields of standard InfoObject for creating generic DataSource?
    e.g. I want to know the table & field of 0MAINTPOS infoObject.

    You can get the list of tables involved in a particular DS by using the below method ( this another approach)
    --> RSA3 -- enter your DS ( execute later)
    --> Goto Tcode ST05 --> switch on the SQL Trace
    --> now execute the extract checker in RSA3.once done switch off(deactivate) the SQL trace.
    --> in st05 screen you can find the button "Display Trace" -- execute (here make sure SQL trace button is enabled.
    --> from the menu bar -->Trace list-->  select "combined table accesses".
    --> it will display the tables involved in it -- check for TABLE names section.... select that row Table names -- click on filter button --press F4 -- here we go it will display the list of entire tables involved in the extraction activity... here you need to sort the tables which are related to your DS.

  • Find tables

    If there is a way to find tables by using the Find/Change dialog, I haven't been able to discover it. If there is no way to do it using Find/Change, does anyone know of a script that would find tables in an InDesign CS4 document?

    Jongware,
    Peter
    Thank you for answering that miracle :-)
    In the meantime I did a little research at Marc Autrets superb web site in the "geek" department.
    http://http://marcautret.free.fr/geek/indd/unicode/part1.php
    My french is lousy but nevertheless I came across the following two lines of code:
    var selText = app.activeDocument.selection[0];
    alert(selText.contents);
    In case of an meta character the number of the enummerator will show up! At least something.
    Even better:
    http://http://marcautret.free.fr/geek/indd/unicode/InDiCode.zip
    Marc states that InDiCode 1.0c is working with InDesign CS to CS3. To my joy that is true as well with InDesign CS4 (6.0.3) :-)
    Except I minor glitch at:
    But you can look up the unicode value at the info palette.
    Uwe

  • Mailbox migration failed: MapiExceptionJetErrorPageNotInitialized: Unable to find table row

    Hi Everyone,
    I'm trying to migrate mailboxes from 2010 -> 2013 and I've com across an odd error.
    I've put my skip limit to 5(for bad files), however this error seems to appear regardless. I'm not a Jets DB expert, but not being able to find a row seems quite serious. Any ideas?
    Data migrated: 1004 MB (1,052,931,906 bytes) 
    Migration rate: 0 B (0 bytes) 
    Error: MigrationPermanentException: Error: MapiExceptionJetErrorPageNotInitialized: Unable to find table row. (hr=0x80004005, ec=-1019) Diagnostic context: ...... Lid: 52176 ClientVersion: 15.0.516.30 Lid: 50032 ServerVersion: 14.3.123.2 Lid: 23226 --- ROP
    Parse Start --- Lid: 27962 ROP: ropGetContentsTable [5] Lid: 27962 ROP: ropSetColumns [18] Lid: 17082 ROP Error: 0xFFFFFC05 Lid: 27489 Lid: 21921 StoreEc: 0xFFFFFC05 Lid: 27962 ROP: ropExtendedError [250] Lid: 1494 ---- Remote Context Beg ---- Lid: 1238 Remote
    Context Overflow Lid: 8756 StoreEc: 0xFFFFFC05 Lid: 58765 StoreEc: 0xFFFFFC05 Lid: 48425 StoreEc: 0xFFFFFC05 Lid: 6995 StoreEc: 0xFFFFFC05 PropTag: 0x67B50102 Lid: 4819 StoreEc: 0xFFFFFC05 Lid: 17692 Lid: 5587 StoreEc: 0xFFFFFC05 PropTag: 0xC1A84B0 Lid: 13300
    StoreEc: 0xFFFFFC05 Lid: 21097 Lid: 39027 dwParam: 0x6BD Lid: 8756 StoreEc: 0xFFFFFC05 Lid: 58765 StoreEc: 0xFFFFFC05 Lid: 48425 StoreEc: 0xFFFFFC05 Lid: 5459 StoreEc: 0xFFFFFC05 PropTag: 0xC1A84B0 Lid: 6483 StoreEc: 0xFFFFFC05 PropTag: 0xC1A84B0 Lid: 59073
    StoreEc: 0xFFFFFC05 Lid: 28220 Lid: 52321 StoreEc: 0xFFFFFC05 Lid: 46177 dwParam: 0xBFE629 Lid: 35937 StoreEc: 0xFFFFFC05 Lid: 44129 dwParam: 0x1183C6F Lid: 60513 StoreEc: 0xFFFFFC05 Lid: 48225 Lid: 9253 StoreEc: 0xFFFFFC05 Lid: 28104 Lid: 13861 StoreEc: 0xFFFFFC05
    Lid: 27265 StoreEc: 0xFFFFFC05 Lid: 1750 ---- Remote Context End ---- Lid: 27962 ROP: ropFindRow [79] Lid: 17082 ROP Error: 0xFFFFFC05 Lid: 23649 Lid: 21921 StoreEc: 0xFFFFFC05 Lid: 27962 ROP: ropExtendedError [250] Lid: 1494 ---- Remote Context Beg ---- Lid:
    26426 ROP: ropFindRow [79] Lid: 40685 StoreEc: 0xFFFFFC05 Lid: 28720 Lid: 11621 StoreEc: 0xFFFFFC05 Lid: 56781 StoreEc: 0xFFFFFC05 Lid: 21484 Lid: 23788 StoreEc: 0xFFFFFC05 Lid: 1750 ---- Remote Context End ---- Lid: 26849 Lid: 21817 ROP Failure: 0xFFFFFC05
    Lid: 29726 Lid: 18462 StoreEc: 0xFFFFFC05 

    Hi,
    From your description, if you specify a larger value for the bad items limit, this error will disappear. Then the issue should be related to the corrupt mailbox, such as the subfolder property and so on, you can use MFCMAPI to check them and then remove
    problematic folders.
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • How  to find tables in Lo that  were extracted from R/3 to BW?

    Hi Experts,
    pls tell me How  to find tables in Lo that  were extracted from R/3 to BW?
    Thanks in advance.
    Regards,
    Hari Reddy

    Hi
    Check the following thread,if the earlier link doesnt work..
    How to locate which R/3 table-field is mapped to BW
    cheers

  • Curve Sync to Outlook - Cannot find table in system file

    I have just upgraded from a Pearl to a Curve, loaded the desktop software and tried to sync to my MS Outlook, but it gives an error message "Cannot find table in system file".
    I found a thread which pointed to a solution (ID KB15278), but this did not work.  The final step in that solution is to uninstall and reinstall the desktop software, and when I try to do that via Control Panel, it won't remove the software.  I seem to have both Version 4.2 and 4.7 of the software on my PC.
    Anyone got any suggestions?
    Solved!
    Go to Solution.

    the following article from the public knowledge base will certainly be helpful.
    http://www.blackberry.com/btsc/KB02206
    Perform a clean uninstall of BlackBerry Desktop Software
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Find - tables with largest number of records?

    Hi,
    I need to find tables with largest number of records. Any transaction show this details?
    aRs

    Go to transaction DB02,  then click on the button that reads,  "Space Statistics", the dialog box, click ok, leave the "*" for all tables,   In the next screen put your cursor in the appropriate column labeled as Rows and click the sort button.  Now you will see your biggest tables at the top of the list.
    Regards,
    Rich Heilman

  • Find table information in iStore application

    Hi,
    I need to modify existing iStore application, so i require db table information they used.
    In existing application some buttons are there like 'Save to cart' , 'Update cart' . If i select these buttons i need to find out what are tables to be updated. I have gone through iStore application code, i found out javascript function 'submitForm('Save.x','formName')' . I didnt understand well. Can anyone tell me how data transaction handled by the iStore application and how to find table names which are updated?
    Its very urgent.. Please help me out...
    Regards,
    Sadanand & Babu

    Babu,
    As replied on a previous thread, only option is to enable debug and go through the collected log. Try to generate as much of log info as possible. Debug log methods may differ based on OAF or JTF pages.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • How do I remove an old apple ID from my Mac?

    I changed servers and email etc.  Now my Mac continually asks for the PW for the old ID and blocks access since that ID does not exist and cannot be communicated with.

  • Trace of db_directories after system copy

    Hello All, We did a system copy last week (PRD to TST). In TST, in one of st04 functions we receive the following errors: ORA-29913: error in executing ODCIEXTTABLEOPEN callout ORA-29400: data cartridge error KUP-04040: file alert_PRD.log in EXT_DIR_

  • Connection issue with 32 bit Linux OBIEE 10.1.3.4.1 with Postgres/Mysql

    I am having trouble running reports on 32 bit Linux OBIEE version 10.1.3.4.0 and 10.1.3.4.1 with Postgres or Mysql as data source . I can connect to same data source (postgres and Mysql) from presentation services on windows box and also run queries

  • Changing library files to MP3´s

    Hey everybody. I just bought a new MP3 dj controller for my computer but it is only compatible with MP3 and wma files. Is it possible to change my library to mp3 instead of the format they are allready in now??? I´ve changed my import format so that

  • Background for groups of apps

    With iOS6 the boxes that had several apps in it had a black background... now it's grey. Is there a way to put it back to black? The black was easier on my eyes. I set my wallpaper to a picture, and the lock screen's set. Is there a way to set the ba