Docs of Trace Tables of DBMS_TRACE

Dear all,
where can find documentation about tables of DBMS_TRACE collected data? TRACETAB.SQL contains the script that creates the tables like sys.plsql_trace_runs and sys.plsql_trace_events, but some of the columns are cryptic. For example event_kind is numbers, which I cannot decode their meanings. Could anybody point me out to a reference of it?
Best regards,
Val

The DBMS_TRACE package spec describes the event types, e.g.
  plsql_trace_start        constant integer := 38; -- Start tracing
  plsql_trace_stop         constant integer := 39; -- Finish tracing
  plsql_trace_set_flags    constant integer := 40; -- Change trace options
  plsql_trace_pause        constant integer := 41; -- Tracing paused
  plsql_trace_resume       constant integer := 42; -- Tracing resumed
  plsql_trace_enter_vm     constant integer := 43; -- New PL/SQL VM entered                                           /* Entering the VM */
  plsql_trace_exit_vm      constant integer := 44; -- PL/SQL VM  exited*
  plsql_trace_begin_call   constant integer := 45; -- Calling normal routine
  plsql_trace_elab_spec    constant integer := 46; -- Calling package spec                                     /* Calling package spec*/
  plsql_trace_elab_body    constant integer := 47; -- Calling package body
  plsql_trace_icd          constant integer := 48; -- Call to internal PL/SQL routine
  plsql_trace_rpc          constant integer := 49; -- Remote procedure call
  plsql_trace_end_call     constant integer := 50; -- Returning from a call
  plsql_trace_new_line     constant integer := 51; -- Line number changed
  plsql_trace_excp_raised  constant integer := 52; -- Exception raised
  plsql_trace_excp_handled constant integer := 53; -- Exception handler
  plsql_trace_sql          constant integer := 54; -- SQL statement
  plsql_trace_bind         constant integer := 55; -- Bind parameters
  plsql_trace_user         constant integer := 56; -- User requested record
  plsql_trace_nodebug      constant integer := 57; -- Some events skipped
                                                   -- because module compiled
                                                   -- NODEBUG
  plsql_trace_excp_unhandled constant integer := 58; -- Exception unhandled at
                                                   -- top level

Similar Messages

  • Data visible via hypertrend missing in ODBC Traces Table

    I am trying to pull data from the Citadel database into Access using the ODBC driver from Lookout. I am running Lookout 5.0 on Windows 2000 Advanced Server. When I query the Traces table, not all of the tags that I am currently logging show up. In fact fewer than half are available. How can I retreive the data that I know is there if I can view it with Hypertrend Object?

    You might run into a timeout? You should contact National Instruments Support team to get more information about how to tweak the ODBC driver to extend the timeout.
    Hope they can help you further
    Roland
    PS: Mention KnowladgeBase: 2TFEH4Q2

  • About the purpost the trace table

    Hi experts,
    Know about the purpose of using the trace table?
    Thank yoou

    Hi,
    trace table is the one which keeps track of the records which are inserted on target by replicate process so that in bi-directional replication the same data is not transfered back to the source unless that data is changed in the target.
    But when i have tested this, i could not see any data in the trace table GGS_TRACE (name given by default, if one is not specified when adding the trace table).
    The data which has got inserted on the trarget did not however replicate back to the source which is what expected, but where this information is stored is something which i could not trace.
    Hope someone would have gone through the same thing.
    Any information shared on this would be helpful.
    Thanks and Regards,
    Kiran AVS

  • Material doc in AFRU table

    Hi Guys,
    Need a little help, Can any body tell me why sometimes there are enteries in AFRU table with material doc number (WABLNR) and some time material doc number field came as blank. Even though in MSEG i see material doc number (MBLNR) but its blank in AFRU-WABLNR?? Any help be appreciated.

    >
    samiaalis wrote:
    > Hi Guys,
    >
    > Need a little help, Can any body tell me why sometimes there are enteries in AFRU table with material doc number (WABLNR) and some time material doc number field came as blank. Even though in MSEG i see material doc number (MBLNR) but its blank in AFRU-WABLNR?? Any help be appreciated.
    AFRU table is for order confirmation
    Material document will create if the material is subjected to goods movement
    In case if you use auto GI and GR, then at the time of confirmation, system will post the goods movement
    at the time of operation confirmation, if the operation is linked to goods movement( if raw material is assigned to operation or final operation related to GR, that means auto GI or GR, then along with confirmation, material document will create.
    In case for particular operation , consider you have n't assign any raw material for the operation , at that time, for that confirmation, No material document is posted, for that confirmation, material document field in AFRU, will be blank

  • Word doc with excel table to pages conversion

    Help!
    Im a new Mac user and am trying to convert a word doc to pages.  The stumbling block is that the word doc has an excel spreadsheet in it and pages converts this to a text box rather than a table.

    .cwk (Claris Works) covers several types of documents, now openable by several applications so I do not think you can do that automatically, you must export them in Claris/AppleWorks, then import them in apps of the younger generation. Pages can open, I think, only cwk files created as word processing in AW 6.x.x

  • Saving the GOITEM-SGTEXT for MIGO doc. in MSEG Table

    Hi Gurus,
    I want to save the TEXT (GOITEM-SGTEXT) item for each line item in MIGO in the Table MSEG.
    But being Material NON-VALUATED, there is no Accounting Document generated for this MIGO document. So after inserting TEXT & posting the MIGO doc, the MSEG-SGTEXT is not updated.
    Is there any possibilty of saving the text without any accounting doc generation.
    Proper response will be rewarded.
    Regards,
    Pankaj

    Hi,
    you should make PO field mandatory for Mov type 541 screen layout settings in Txn OMJJ.
    Normally, it is suppressed.
    You can create 541 with reference to a PO but Referencing functionality is only a data entry aid and it does not save PO number in MSEG table.
    regards
    Siva

  • ! Materialized View log VS Trigger to trace table changes !

    Hi All
    I have to trace changes on couple tables and only those changes then send to other system.
    What do you think is better solution to create a Status table and update it via trigger.
    I saw that MV log can be used for such purpose, but I am not able to create a MV logging on more than one table.
    Or is there any other more effective way to trace changes on table?
    Thanks a lot
    Martin

    It sounds like you should be looking at something like Change Data Capture (CDC). You could also create materialized view logs on each table where you wanted to track changes, create appropriate materialized views on the remote database, and consume the data there. It really depends on what exactly you want to do with the changes you're tracking.
    Justin

  • Uploading word doc into Internal Table

    Hi,
    Could you please let me know how to upload <b>A WORD DOC</b> into an Internal Table.
    The function WS_Upload is to upload a text file with extension DAT and not to upload .DOC.
    Please let me know the possibilities.
    Thanks
    Arun

    Hi Y Arun
    You may have to go for OLE, please check the link below:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/technologies/an easy reference for ole automation.article
    Regards
    Ashish Jain

  • Problems in updating sales partner info of a billing doc to VBPA table

    Hi,
    We recently upgraded to ECC6.0. When we create billing document, system is updating wrong country code of customer to VBPA table. It was/is doing good in 4.7 system.
    But in ECC6.0, seems to be it is updating the country which is under telephone number. Not taking the country whihc you see on address screen.
    Any experts suggestions.
    Thx,
    Nagesh
    Edited by: Nageshwarrao Ravipati on Feb 18, 2009 8:06 PM

    Please also pass the Reference document number to REF_DOC_L of QUOTATION_HEADER_IN parameter. do not pass the item number pass Reference document number only.
        I_HEADER1-REF_DOC    = <Reference Doc No>.
        I_HEADER1-REF_DOC_L  = <Reference Doc No>.
        I_HEADER1-REFDOC_CAT = <Document Category>.
    If your problem solved award the points.

  • How to upload a word/excel doc for z table and view ltr

    Hi to all,
    I have a requirement to upload word/excel or ppt files from pc, so that i can store them in table with some other values. These files will be used by number of users to view or download.
    Please guide me how to upload the files and store the file deatils in z table so that users can view the file later.
    I can get a static folder to store all document in app server.
    Thanks in advance,
    Sanjeev

    hi
    use <b>gui_upload</b> to upload execl , txt ot dat files
    into itab & then append them into ztables which u hav to create.
    i'm not sure of ppt files
    *sample code to upload a text document to app.server
    open dataset v_header for output in text mode encoding default.
        if sy-subrc <> 0.
          message i000 with 'ERROR OPENING FILE'.
        endif.
        loop at gt_changed_pohd.
          transfer gt_changed_pohd to v_header.
        endloop.
      close dataset v_header.
    ****sample gui_upload to upload tab seperated text file
    ***to upload dat files use the seperator '|' instead ****of 'X' in the foll.
    call function 'GUI_UPLOAD'
          exporting
            filename                      = v_file
           filetype                      = p_type
           has_field_separator           = 'X'
      HEADER_LENGTH                 = 0
      READ_BY_LINE                  = 'X'
      DAT_MODE                      = ' '
      CODEPAGE                      = ' '
      IGNORE_CERR                   = ABAP_TRUE
      REPLACEMENT                   = '#'
      CHECK_BOM                     = ' '
    IMPORTING
      FILELENGTH                    =
      HEADER                        =
          tables
            data_tab                      = gt_data
         exceptions
           file_open_error               = 1
           file_read_error               = 2
           no_batch                      = 3
           gui_refuse_filetransfer       = 4
           invalid_type                  = 5
           no_authority                  = 6
           unknown_error                 = 7
           bad_data_format               = 8
           header_not_allowed            = 9
           separator_not_allowed         = 10
           header_too_long               = 11
           unknown_dp_error              = 12
           access_denied                 = 13
           dp_out_of_memory              = 14
           disk_full                     = 15
           dp_timeout                    = 16
           others                        = 17

  • How to save the pdf file or word doc into sap table

    Hi Expertu2019s
       I have a pfd file in my presentation server .Now I want to save the pdf file into sap table using module pool program. Whenever i need, I want to open that file from the table and show it in the Screen. Please any one tell me how I can save the file. What is the table name, guide me.
    Regards,
    S.Nehru.

    Hi,
    Try the following code
    FORM gui_upload.
      DATA: lv_filetype(10) TYPE c,
            lv_gui_sep TYPE c,
            lv_file_name TYPE string.
      lv_filetype = 'PDF'.
      lv_file_name = <name of ur file>.
    DATA: tb_file_data TYPE TABLE OF text4096.
    * FM call to upload file
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename                = lv_file_name
          filetype                = lv_filetype
          has_field_separator     = lv_gui_sep
        TABLES
          data_tab                = tb_file_data
        EXCEPTIONS
          file_open_error         = 1
          file_read_error         = 2
          no_batch                = 3
          gui_refuse_filetransfer = 4
          invalid_type            = 5
          no_authority            = 6
          unknown_error           = 7
          bad_data_format         = 8
          header_not_allowed      = 9
          separator_not_allowed   = 10
          header_too_long         = 11
          unknown_dp_error        = 12
          access_denied           = 13
          dp_out_of_memory        = 14
          disk_full               = 15
          dp_timeout              = 16
          OTHERS                  = 17.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    "gui_upload
    I dont think you can save the data into sap tables in PDF format.
    With the above code you can save data into an internal table.
    Regards,
    Manish

  • Data for Storage Location of Material Doc. stored in table QAMB

    Hi,
    I am developing a report in which i have to fetch data on the basis of inspection lot and i want to have the STORAGE LOCATION data for inspection present in the QAMB table(QM: Link Between Inspection Lot and Material Document).
    I am not able acess the data which stores info. about the storage location about it.I had tried to reterive the data for it through MSEG table but it is having large amount of data in it as i will not retirive through it and i am able to acess the desierd data through QAMB.
    Is there any way to reterive the data for the storage location..

    Hi Sanku,
    I had checked the table T001L  you had mentioned but it does not have any  link with the table QAMBor material present in the material document... The storage location present in QALS is when the material is for the Mvt Type 101 but when it is move to *unrestricted(321 Mvt.Type) *it goes to some other specified location.. that storage location i am looking for ...
    I hope you will guide me out for it...
    Edited by: nav009 on Nov 17, 2009 11:39 AM
    Edited by: nav009 on Nov 17, 2009 11:41 AM

  • Cash Journal internal doc. No. table

    Can anybody tell in which table Cash journal internal documents are saving. 
    And I want cash journal document print before posting the document.  I want print for saved document not posted document.  How it is possible.

    HI,
    Check table BKPF.
    Warm Regards

  • Working in a doc with inline tables uses 80% of my CPU

    Hi everyone,
    I'm using Pages 4.0.4, and typing (in table, around table, any where) slows to a crawl when I my document contains inline tables. Using Activity Monitor, I can see my CPU usage jump to 80% when I type in a Pages document with inline tables. It stays at 8% as I type with the very same tables positioned as floating.
    I'm working on a six-page document with four or five tables (one of which is a yearly calender with lots of small columns and rows). There are no other fonts besides Helvetica 12pt, and nothing but alphanumeric characters. I've experienced this slowdown before, but I've always put up with it. Now, it's just driving me crazy!
    I've tried...
    * Validating all my fonts - I found 40-ish minor errors (mostly duplicate font errors), but I didn't know how to fix them.
    * Thinning the tables - I read that thinning inline tables so they don't run margin-to-margin can help. It didn't.
    If I had to guess, I'd say Pages runs layout calculations with each keystroke so objects can flow with the text. Is there a setting or preference I'm missing to do this less often?
    I could float the tables, but every time I change the text above them I have to reposition all of them. I love Pages, and I hate to return to MS Office. However, this slowdown is a deal breaker for me. Any ideas?
    Thanks!
    Jack
    PS - If it helps, I experience the same type of slowdown with Numbers. If the table exceeds several rows by several columns, typing, copying & pasting, etc take forever! I've read that that's because Numbers recalculates the entire sheet with every event, but that seems pretty drastic.

    jstewmc wrote:
    Hi everyone,
    I'm using Pages 4.0.4, and typing (in table, around table, any where) slows to a crawl when I my document contains inline tables. Using Activity Monitor, I can see my CPU usage jump to 80% when I type in a Pages document with inline tables. It stays at 8% as I type with the very same tables positioned as floating.
    I'm working on a six-page document with four or five tables (one of which is a yearly calender with lots of small columns and rows). There are no other fonts besides Helvetica 12pt, and nothing but alphanumeric characters. I've experienced this slowdown before, but I've always put up with it. Now, it's just driving me crazy!
    I've tried...
    * Validating all my fonts - I found 40-ish minor errors (mostly duplicate font errors), but I didn't know how to fix them.
    * Thinning the tables - I read that thinning inline tables so they don't run margin-to-margin can help. It didn't.
    If I had to guess, I'd say Pages runs layout calculations with each keystroke so objects can flow with the text. Is there a setting or preference I'm missing to do this less often?
    I could float the tables, but every time I change the text above them I have to reposition all of them. I love Pages, and I hate to return to MS Office. However, this slowdown is a deal breaker for me. Any ideas?
    Thanks!
    Jack
    PS - If it helps, I experience the same type of slowdown with Numbers. If the table exceeds several rows by several columns, typing, copying & pasting, etc take forever! I've read that that's because Numbers recalculates the entire sheet with every event, but that seems pretty drastic.
    What you describe is perfectly consistent with what you read (I recognized what I wrote).
    If tables are floating, they don't move when the text layer is edited. So they have no impact upon recalculations.
    When they are inline, the app is so dumb that it behave as if it was recalculating from the very beginning which of course, with these embedded items, requires a lot of time.
    AppleWorks designers made a better work on this point but they were old-fashioned ones.
    They offered two interesting features :
    (a) recalculate only what was really needed
    (b) in the Spreadsheet, they gave a menu item allowing us to stop/activate recalculations
    Alas, I'm not sure that iWork designers ever open AppleWorks.
    Yvan KOENIG (VALLAURIS, France) mercredi 23 février 2011 11:04:38

  • Download word doc from internal table

    I know we can make a word document online using OLE.
    But is it possible to download a word document in background?
    Please advice. Thanks.

    The simplest, and the equivalent to the excel method, is to download as straight text.  Otherwise, you need something that can generate Word documents running on the application server. 
    I did encounter a problem during a project transferring a BPICS system to SAP.  The BPICS system had an OLE plug in, and a document repository that allowed it to generate word documents in background, and do a mail-merge type operation.  We could only duplicate this in SAP be using foreground processing.
    matt

Maybe you are looking for

  • Voice Memo troubleshoot

    I use voice memo to record my lectures in college, ever since I got my iphone 5s ive had trouble with it. I turn the phone to airplane mode so that the recording wont be interrupted but for some reason my phone still randomly shuts off during the lec

  • TS4006 How do I add more devices?

    How do I add multiple devices to the find my iphone app? I have 3 iPhones under one iCloud account and when I go into the app from one device it only shows that device I am using.

  • Problems converting my iPhotos from iPhone 3 to iPhone 4 thru iTunes

    My MacBookPro had 5GB of space before I started tranferring everything from iP3 to iP4. During the transfer, everything moved from the 3 to the 4 EXCEPT my photos. I have about 6000 of them. It kept saying something about "optimizing" them for the iP

  • Accessing discoverer via url.

    Accessing Discoverer via URL. Hi, I'm having a problem with the following.... I am trying to setup a scheduler for generating discoverer reports, without using the discoverer scheduler. I want to be able to easily print them off in a particular locat

  • Error(1,1): Line 1, Column 1 : XML-20108: (Fatal Error) Start of root elem

    Hi Plz tell me the solution of the following error . D:\JDeveloperOAF\jdevhome\jdev\myhtml\OA_HTML\WEB-INF\web.xml Error(1,1): <Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected. D:\JDeveloperOAF\jdevhome\jdev\myhtml\OA_HTML\