Description of v$sqltext view.

I want to know what is the code for select,insert,update,delete commands shown by command_type in the gv$sqltext view. I did research and finding the below.
Column COMMAND_TYPE
Datatype NUMBER
Description Code for the type of SQL statement (SELECT, INSERT, and so on)
Any help will be greatly appreciated.

Could be the same types as documented for v$session.

Similar Messages

  • Is there a way to sort by description in the list view of bridge?

    I am trying to sort a mass amount of PDF files using the description meta tag. Is there away to add that tab in the list view under the content panel, or a way to use another panel to view the details of multiple files at once with description included and be able to sort them that way?

    These are the tabs that are displayed and the ones it gives me options for.
    There are many improvements needed for Bridge and the default metadata workspace is certainly one of them. In fact, in its current state it is next to useless and no help at all. But you are right, it should provide you with at least the description field but it does not. Oddly enough, the only way to achieve this is using the bottom right icons in the Bridge window. You see three of them, thumbs, large thumb with list and small thumbs with list. Currently you have selected the default small thumbs with list, if you use the middle one (large thumbs with list) and fiddle around with the slider for the size of the thumbs the description field magically appears in view but you are not able to put it in a separate column.
    So the find option is still your best option I'm afraid...
    You can also try to create your own workspace. Start dragging the borders to change the size of the panels to your comfort so you have a good overview of the panels you want to have in view.
    You can also change the order and place of panels in multiple rows but you are limited to max three columns. Place the cursor on a panel tab and start dragging it to a new location. A single blue line means either between a row or a column, a surrounded blue line means add as a tab in same location. You also can drag the tabs for your custom order.
    Now with the content panel in reasonable size use the icon bottom right for large thumbs and list view and use the slider for correct position of the description field. Save it as a new workspace (important to retrieve it when messed up). You can also have multiple windows in Bridge (at least on a Mac, you seem to be on Windows) and use one for list view and another for find results. etc. etc.

  • Search help description translation for portal view

    Hi Experts,
    I have created a Z search help which is being called in the portal. The description of the search help text has also been maintained in user local logon language via se63 but still when viewing from portal the description is shown incorrect/different. Is there anywhere else where i need to maintain the search help text description?
    thanks.

    Hi Maya
    Follow these steps:
    1.Delete the context node/attribute which is bound to search help from the View.
    2.Now Save metadata.
    3.Perform Context mapping again .In the Edit Context Mapping window drag the node/attribute FROM RIGHT PANE TO LEFT PANE and select the entry.
    4.Delete the Input Field from the view.
    5.Save again
    6.Close NWDS and reopen it.
    7.Create input field again and bind it to the context element.
    Hope this solves the problem.
    Regards
    Ananda

  • In EBAY, my auction descriptions can't be viewed by me. I see only a red frame. I don't have this problem in Internet Explorer and this is a new issue for me that only seems to have started in the last day or so.

    I think that is enough details to start with.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

  • CAN NOT FIND DESCRIPTION DATA for ACLs in ACL VIEWS

    Hi,
    anyone knows where acl description data stored? (fixed_table, view, sys table)
    (I know XDB.XDB$ACL and xdb.xs$securityclass objects, but I do not want to parse those xmls)
    BEGIN
    DBMS_NETWORK_ACL_ADMIN.CREATE_ACL(acl => '/sys/acls/my.xml',
    description => 'ACL_DESC',

    See XDS_ACL view, it does the parsing for you :
    SQL> SELECT description FROM sys.xds_acl;
    DESCRIPTION
    Read-only privileges to anonymous
    Protected:Readable by PUBLIC and all privileges to OWNER
    Protected:Readable by PUBLIC and all privileges to OWNER
    Public:All privileges to PUBLIC
    Private:All privileges to OWNER only and not accessible to others
    Read-Only:Readable by all and writeable by none
    6 rows selected
    And it was not that hard to do it "manually" BTW :
    SQL> SELECT x.description
      2  FROM XDB.XDB$ACL
      3     , XMLTable(
      4         XMLNamespaces(default 'http://xmlns.oracle.com/xdb/acl.xsd')
      5       , '/acl'
      6         passing object_value
      7         columns description varchar2(4000) path '@description'
      8       ) x
      9  ;
    DESCRIPTION
    Read-only privileges to anonymous
    Protected:Readable by PUBLIC and all privileges to OWNER
    Protected:Readable by PUBLIC and all privileges to OWNER
    Public:All privileges to PUBLIC
    Private:All privileges to OWNER only and not accessible to others
    Read-Only:Readable by all and writeable by none
    6 rows selected

  • Displaying Description for SAP Table Field in the View

    Hi
    We are working on a HANA implementation Project Where we have a requirement to build View on HR tables.
    Issue: When i join HR infotypes (tables ) in the view it is getting only Technical names and not descriptions. i have used Semantics option which is available and still it doesn't bring description in to the View.
    Please let me know if any one has solution or work around for this.
    We have more than 100 fields in the View so maintaining Descriptions manully will take lot of time.
    Regards
    Venkat

    Hi Chandra
    Yes, We have Description available in the sourece tables.
    We are connected to HANA Suite and tables in ECC having Descriptions.
    Regards
    Venkat

  • Descriptions added when editing not reflected in general view

    Has anyone else experienced this problem? When I enter "Edit" mode of iPhoto using iPhotos editor and I add a description and then exit the editor, the description does not show up in the default view portion of the program.
    The reverse is also true. When I add a description in the default view portion of the program and then I enter "Edit" mode of iPhoto using iPhotos editor, the description does not show up in the information window.
    They appear to be two different databases, why?
    Thanks
    Mark

    Delete the iPhoto preference file, launch iPhoto and try again.

  • How do I figure where is the data in a materialized view coming from

    Hi: when I run select NAME, OWNER from dba_mview_refresh_times, I see a number of materialized views. How do I find more details about this view i.e where is the data coming from and which fields. The source table that is in another database changed. But the view on my database where the materialized view exist has not changed. I want to confirm from where is data coming in this view
    TIA
    Ravi

    SQL>  select * from dict where table_name like 'ALL%MVIEW%'
    TABLE_NAME                     COMMENTS                                                             
    ALL_BASE_TABLE_MVIEWS          All materialized views with log(s) in the database that the user can s
                                   ee                                                                   
    ALL_MVIEWS                     All materialized views in the database                               
    ALL_MVIEW_AGGREGATES           Description of the materialized view aggregates accessible to the user
    ALL_MVIEW_ANALYSIS             Description of the materialized views accessible to the user         
    ALL_MVIEW_COMMENTS             Comments on materialized views accessible to the user                
    ALL_MVIEW_DETAIL_PARTITION     Freshness information of all PCT materialized views in the database  
    ALL_MVIEW_DETAIL_RELATIONS     Description of the materialized view detail tables accessible to the u
                                   ser                                                                  
    ALL_MVIEW_DETAIL_SUBPARTITION  Freshness information of all PCT materialized views in the database  
    ALL_MVIEW_JOINS                Description of a join between two columns in the                     
                                   WHERE clause of a materialized view accessible to the user           
    ALL_MVIEW_KEYS                 Description of the columns that appear in the GROUP BY               
                                   list of a materialized view accessible to the user                   
    ALL_MVIEW_LOGS                 All materialized view logs in the database that the user can see     
    ALL_MVIEW_REFRESH_TIMES        Materialized views and their last refresh times  for each master table
                                    that the user can look at                                           
    ALL_REGISTERED_MVIEWS          Remote materialized views of local tables that the user can see      
    13 rows selected.

  • -How to restrict Description into single row in the report

    Hello Colleagues
    I have a report which shows Material number versus Revenue. In the row, material is displayed with Technical name and description.
    Here, the view of the report shows the description in single line. While, in the report, description of the report runs 3 to 4 lines though description contains 5 to 6 words (which can fit easily into single line).
    Let me know how to restrict each row descrption into single line.
    Regards,
    Ningaraju

    Hello Colleagues
    Please find the format it is currently appearing in the web reports.
    Material Num        Material Description    Revenues (In Eur)
    1000001               "SAP
                                ERP
                                Professsional
                                 User"                             111
    Wanted to change above format into as below in which it has to show material description in single row.
    Material Num          Material Description                              Revenues (In Eur)
    1000001                 "SAP ERP Professsional User"                         111
    Regards,
    Ningaraju

  • Discoverer Views not Working in Accounts Receivable Business Area

    Discoverer Instance: OracleBI Discoverer Version 10.1.2.54.25
    Database: Oracle 10G
    Apps Version: R12
    Problem: Related to our EUL for Apps
    Description: A lot of views in the AR Business Area depend on views that are created with synonyms that have VPD data restrictions.
    Example of this problem
    The “ARFG_AR_TRANSACTIONS “view depends on the “APPS.RA_CUSTOMER_TRX” synonym. This synonym and “APPS.RA_CUSTOMER_TRX_ALL” are both private synonyms owned by APPS that have the following creation script:
    CREATE OR REPLACE SYNONYM "APPS"."SYNONYM_NAME" FOR "AR"."RA_CUSTOMER_TRX_ALL";
    The first synonym returns a null set when queried and the second synonym returns an identical set to its source table.
    Source of the problem: It appears to be VPD data restrictions.
    How to check to see if there are VPD data restrictions:
    select
    a.object_owner,
    a.object_name,
    a.function,
    a.policy_group,
    a.policy_type,
    a.policy_name
    from
    DBA_POLICIES a
    where
    a.object_owner='APPS'
    AND a.object_name='RA_CUSTOMER_TRX';
    Solution: Our Discoverer administrator entered a service request on this and we were advised to apply patch # 6819715.
    Can anyone speak of any issues associated with this patch?
    Thanks,
    Patrick

    Yispro,
    This is the Home Consumer Products forum.
    You will want to post your question in the HP Enterprise Business Community.
    Here is the section for ALM.
    Quality Center Support / ALM - HP Enterprise Business Community
    Hope it helps.
    If my comment was useful, please click the thumbs up button at the bottom. Thanks

  • Rating / Label "Buttons" active, although not shown in Grid View

    While I was investigating the reason for JPEG images being written back with no obvious changes applied to them (see also How to filter on Metadata Status "Has been changed"?) I noticed something I think is a bug:
    Becaus it sometimes happened to me that I unintentially changed the rating for a picture because I wanted to click into the frame of an image to select it as the only image, I have set my Library View Options as follows for Compact Cell Extras (for a better description also see Grid View: Flags, Rating, Color Label read only? / Mark Images Read only?):
    Index Number checked
    Top Label checked with File Name
    Rotation unchecked
    Bottom Label unchecked with Rating and Label
    Now, if I click into the area, where rating or color label would show (if shown), the rating of the images changes. So I am clicking on an option I don't even see ...
    This was one of the reasons, why metadata in pictures sometimes  would get updated without me knowing why. Anybody else who has experienced this behaviour?
    Beat Gossweiler
    Switzerland
    P.S: My workaround now is to have Common Photo Settings shown in the bottom label.

    Yes it's a bug. I see it on Mac platform.

  • SSRS 2008 R2 is extremely slow. The query runs in less than a second in the dataset designer but if you try to view the report it takes over 10 minutes. I have read this is a bug in SSRS 2008 R2. We installed the most recent patches and service packs.

    SSRS 2008 R2 is extremely slow.  The query runs in less than a second in the dataset designer but if you try to view the report it takes over 10 minutes.  I have read this is a bug in SSRS 2008 R2.  We installed the most recent patches and
    service packs.  Nothing we've done so far has fixed it and I see that I'm not the only person with this problem.  However I don't see any answers either.

    Hi Kim Sharp,
    According to your description that when you view the report it is extremely slow in SSRS 2008 R2 but it is very fast when execute the query in dataset designer, right?
    I have tested on my local environment and can‘t reproduce the issue. Obviously, it is the performance issue, rendering performance can be affected by a combination of factors that include hardware, number of concurrent users accessing reports, the amount
    of data in a report, design of the report, and output format. If you have parameters in your report which contains many values in the list, the bad performance as you mentioned is an known issue on 2008 R2 and already have the hotfix:
    http://support.microsoft.com/kb/2276203
    Any issue after applying the update, I recommend you that submit a feedback at https://connect.microsoft.com/SQLServer/ 
    If you don’t have, you can do some action to improve the performance when designing the report. Because how you create and update reports affects how fast the report renders.
    Actually, the Report Server ExecutionLog2  view contains reports performance data. You could make use of below query to see where the report processing time is being spent:
    After you determine whether the delay time is in data retrieval, report processing, or report rendering:
    use ReportServer
    SELECT TOP 10 ReportPath,parameters,
    TimeDataRetrieval + TimeProcessing + TimeRendering as [total time],
    TimeDataRetrieval, TimeProcessing, TimeRendering,
    ByteCount, [RowCount],Source, AdditionalInfo
    FROM ExecutionLog2
    ORDER BY Timestart DESC
    Use below methods to help troubleshoot issues according to the above query result :
    Troubleshooting Reports: Report Performance
    Besides this, you could also follow these articles for more information about this issue:
    Report Server Catalog Best Practices
    Performance, Snapshots, Caching (Reporting Services)
    Similar thread for your reference:
    SSRS slow
    Any problem, please feel free to ask
    Regards
    Vicky Liu

  • Problem with af:table and view links

    I want to display a table with data from a database table called PERSON, so I'm using af:table tag.
    The PERSON table has the next fields:
    PERSON_CODE
    PERSON_NAME
    PERSON_COD_STATE
    The field PERSON_STATE is a foreign key to other table called PERSON_STATE:
    PERSON_COD_STATE
    DESCRIPTION
    I've created a view to get data from PERSON table (personView). Because I want to show the person state description in the af:table , I've created another view to get data from PERSON_STATE table (personStateView). And I've also created a view link between personView and personStateView.
    In the column of the af:table that represents the person state I drop the field 'description' of the state view linked to the person view.
    When I run the JSP the state is not shown properly. All the persons are shown with the same state.
    When testing directly with the application module, the view link works properly.
    Does view links work inside a af:table?
    I'm working with ADF 10g.
    Thanks

    Thanks for your reply.
    The second alternative works, but I would be interested in the first one (using a view link).
    The foreign key is defined properly:
    PERSON.PERSON_CODE is a primary key.
    PERSON.PERSON_COD_STATE is a foreign key.
    PERSON_STATE.PERSON_COD_STATE is a primary key.
    I have created a view link based on that foreign key.
    When usign af:table to show the records of PERSON table, all the data of PersonView is properly shown. But the STATE of the person is not ok. It seems as the view link is not working.
    Why?
    Thanks

  • View remarks of an approver directly within the "Messages / Alerts" window.

    Hi,
    Here is a need from some customers.  It makes snes to ask for this functionality... It works from one side (requestor side) but not for the other (approver side)...  Could this enhancement be implemented in future patches / versions ?
    Thanks,
    Luce
    Version: 2005-SP1-PL36
    Description of requirements (Please provide a detailed description) :
    Be able to view the remarks of an approver directly within the u201CMessages / alertsu201D overview.  Identical behavior as it is for the approver when he receives a request for approval.
    Valid as of Date that this legal requirement is applicable) :
    Business needs (Please describe the impact on your business, if the functionality is not realized):
    With no view of the remarks coming from the approver, we can miss important information from the approver. ..  And to have to open a u201Cdecision report u201C in order to view the remarks that the approver has written, that makes no sense and in addition, Itu2019s time consuming ! 
    Examples (Please describe a typical example, how the functionality should work):
    Sophie wants to create a sales order, but she needs an approval to do it.  So, when pressing the u201CAddu201D button in the Sales order window, the system launches the approval process.  She writes in the REMARKS field u201CNeed your approval ASAP pleaseu201D.
    Bill will be the approver of the sales order, so he receives the request for document approval in his u201CMessages / Alerts overviewu201D window. 
    Bill clicks on the u201CRequest for document approvalu201D in the u201CMessages / Alerts Overviewu201D window.  By doing that, he sees in the middle part of the u201CMessages / Alerts Overviewu201D window that Sophie wrote a remark as this :`u201CNeed your approval ASAP pleaseu201D.   By knowing this, Bill will open the approval window and will take his decision immediately.
    He writes a remark to Sophie as this : u201CPlease, donu2019t create any sales order for this customer before next week because we donu2019t know if they will pay us soon enoughu201D, he selects u201CApproveu201D and sends his approval to Sophie.
    Sophie can see that Bill has approved her sales order in the u201CMessages / Alerts Overviewu201D window. 
    By clicking on the u201CDocument generation approvedu201D, Sophie can see very quickly, in the middle part of the u201CMessages / Alerts Overviewu201D window, that Bill gave her the instruction to avoid sales order creation for this customer in the upcoming week.  So she wonu2019t try to create any sales order anymore for this partner.
    Current Workaround (Please describe the workarounds you are using at the moment):
    Open the u201CApproval decision reportu201D and filter to find the appropriate document approval, in order to view the remarks of the approver.   This is a big time consumingu2026
    Proposed solution (Please suggest how the new functionality should work):
    Itu2019s simple !!  Why couldnu2019t you just simply standardize the way things work and do as it works for the approver side ?  The approver can see / read the remarks coming from the requestor in the u201CMessages / Alerts overviewu201D window !   It would be so easy to do the same thing on requestor side !  It would be nice to be able to see / read the remarks coming from the approver in the u201CMessages / Alerts overviewu201D window !

    I don't know if someone will take care of this... And I have to close a question since I want to post a new thread... So I have no choice, I must close one of my questions...

  • I get the long text description 0f transaction fb03

    Hi Gurus,
    How can I get the long text description in the information view (field <b>ZEILE</b>,
    data element EENO_ZEILE) on the G/L account documet overview(transaction Fb03)?
      My prob is, This field stored in a structure called
    Thanks in ad.
    Regds,
    Bala

    Hi,
    a) Find out for which <b>table</b> this long text is linked.
    b) Go to <b>TTXOB</b> table and in the field <b>TDOBJECT</b>, check whether this entry is present.
    c) If present, then use FM READ_TEXT, to get the long text value.
    Important parameters to be passed in READ_TEXT
    a) ID         
    b) Language (EN??)
    c) Name   ( I believe in this case it would be ZEILE)
    d) Object (TTXOB-TDOBJECT value)
    Regards,
    Subramanian V.

Maybe you are looking for