Bug in ODT 11720 - indexed columns list in Design Table is disabled

Start VS2008
Server Explorer
Expand any oracle db
Expand Tables
Design any existing table that has an existing index that indexes more than 3 columns
Click Indexes tab
Click the index name
Try to scroll the list of indexed columns, because youre curious which columns are indexed and what order
You cant, because the control is disabled

Checks should be made to see if other controls (such as the text box for CHECK code, or the list for PKs) are similarly affected

Similar Messages

  • Bug in details view: index columns not shown correctly, stops at 4th column

    I do have two indices on a table which are shown in the details view. In the column 'columns' only the first 4 columns are shown that belong to the index.
    If I choose an index in another detail view, all columns are shown correctly.
    Where to report this bug?

    I just realized this was an issue today.
    Once one knows that only 4 columns are shown in the summary and that you have to click on the index name for any index that shows 4 columns to see if there are more, well that extra click is pretty simple and not a big deal.
    The problem is BEFORE one knows of this. For weeks, when reviewing some indexes created by others, I was under the wrong impression about some indexes because I thought they only had the 4 columns shown. I didn't know at that time that I had to select the index and look at the detail section.
    It wasn't until I just happened to click on one of them and saw more columns listed that I realized there was a bug. And yes, as far as I'm concerned, this is a bug not a feature.
    At an absolute minimum, there should be something done so users know they have to look at the details. Perhaps the heading could be changed to "Columns (up to 4)" or the ellipsis or (more) could be added as someone else suggested. Even just an additional comma would help. I can't imagine why it was written to stop at 4 anyway - why does that make any sense?
    This is the first time I've come to this forum so I'm not sure how to request an enhancement. I'll read a few other threads and see if I can tell.

  • Bug in ODT 11720 - "view" design page has serious usability issues

    Open Vs2008
    Open Server Explorer
    Expand a database
    Right click Views
    Add new view
    In the query edit text box type:
    select
    from
    DUEL(the exercise is to make the query longer than the box
    Position the cursor before the E in DUEL
    Press DELETE to remove teh E
    Note that the text box has zoomed its scroll to the top (though the caret is offscreen, still where it was)
    Now point to the text box.
    A HUGE tooltip appears.
    Hold down any key, to start letters typing into the box.
    Note how the tooltip updates - very nice, except it obscures the textbox being updated
    While still holding down the key, move the mouse around.. It drags that huge tooltip with it in a very stylish fashion
    *Tooltips are for one-line help texts. They are not for rendering a 500 line query in!
    The textbox does not scroll horizontally
    The textbox does not syntax highlight
    The textbox does not have a fixed width font
    The textbox is not resizable
    I'd advocate tossing this screen in the trash and make view creation work more like the New Stored Procedure or New Trigger ways; where it asks you a bunch of things to start and then dumps you into a proper, syntax highlighted, scrollable editor window with nice things like Copy/Paste, Find/replace, Multi line tab indenting..

    I think the arrow keys could be used for navigating the grid, and Alt-Down Arrow and Alt-Up Arrow could be used for viewing the drop-down list.
    How about instead of allowing someone to type in the value, have them select from a list? The index columns can only be columns on the table, and if a column is already chosen for the index, remove it from the list.
    I think the behavior of Microsoft's Table Designer is similiar.
    What do you think?

  • Bitmap index column goes for full table scan

    Hi all,
    Database : 10g R2
    OS : Windows xp
    my select query is :
    SELECT tran_id, city_id, valid_records
    FROM transaction_details
    WHERE type_id=101;
    And the Explain Plan is :
    Plan
    SELECT STATEMENT ALL_ROWSCost: 29 Bytes: 8,876 Cardinality: 634
    1 TABLE ACCESS FULL TABLE TRANSACTION_DETAILS** Cost: 29 Bytes: 8,876 Cardinality: 634
    total number of rows in the table = 1800 ;
    distinct value of type_ids are 101,102,103
    so i created a bit map index on it.
    CREATE BITMAP INDEX btmp_typeid ON transaction_details
    (type_id)
    LOGGING
    NOPARALLEL;
    after creating the index, the explain plan shows the same. why it goes for full table scan?.
    Kindly share ur idea on this.
    Edited by: 887268 on Apr 3, 2013 11:01 PM
    Edited by: 887268 on Apr 3, 2013 11:02 PM

    >
    I am sorry for being ignorant, can you please cite any scenario of locking due to bitmap indices? A link can be useful as well.
    >
    See my full reply in this thread
    Bitmap index for FKs on Fact tables
    >
    ETL is affected because DML operations (INSERT/UPDATE/DELETE) on tables with bitmapped indexes can have serious performance issues due to the serialization involved. Updating a single bit-mapped column value (e.g. from 'M' to 'F' for gender) requires both bitmapped index blocks to be locked until the update is complete. A bitmap index stored ROWID ranges (min rowid - max rowid) than can span many, many records. The entire 'range' of rowids is locked in order to change just one value.
    To change from 'M' the 'M' rowid range for that one row is locked and the ROWID must be removed from the range byt clearing the bit. To change to 'F' the 'F' rowid id range needs to be found, locked and the bit set that corresponds to that rowid. No other rows with rowids in the range can be changed since this is a serial operation. If the range includes 1000 rows and they all need changed it takes 1000 serial operations.

  • Is it possible to havedrop down lists in cells of a Multi Column List box(not Table)?

    I was using a muticolumn listbox(not table,for table i have example code,and problem is that i was not getting active cell position for Multi column listbox) with 5 columns.In third column,i want to generate a ring control,generate in the sense,whenever user clicks on any cell of third column of multicolumn listbox(not table),the ring control should pop up.The thing is that i need to use only one ring control and whenever user clicks on any cell of a third column,this ring control should pop up.How can i achieve this,anyone please help me,
    Regards,
    Naresh.N

    Hi, Naresh,
    For starting point you can read this: Table with Drop Down Items
    Andrey.

  • How to use alias to get the columns list?!?

    Is there a way to make raptor show the columns list of a table when typing like
    "select * from table a where a....(waiting for columns list)" ?
    Tks,
    Claudio.

    you cant do it with aliases and we have a bug logged on that. however, you can use the full tablename followed by a . and then the insight list will be populated. ctrl-Space will do completion too

  • 1.5PROD/EA3/EA2 - Issues removing indexed column through Edit Table dialog

    The Edit Table dialog does not cope well with removing a column which is used in indexes.
    If you simply remove the column and hit OK, you get a Validation Failed error saying that "Column <column> is not a column of table <table>". Given that you are trying to remove the column, this is confusing.
    Most times, you can navigate to the indexes but the column no longer shows in the index which contained (and all other columns in the index appear to be removed as well). At least you can remove the index and then accept the change. However, some times (couldn't reproduce consistently), the index didn't display properly (no name displayed) and I couldn't leave the record without entering a dummy name before removing it.
    Shouldn't the behaviour be equivalent to the "corresponding" alter table drop column command which automatically drops the indexes referring to the dropped column? I know that it isn't always nice to "silently" remove an index or indexes, but couldn't we display a dialog that indicates which indexes we are going to drop to warn the user?
    theFurryOne

    No response to this, but it is still a problem in EA3.
    I assume it is not intended that you cannot drop an indexed column through the Edit Table dialog, without having to first drop the index - it is certainly not required in direct SQL and the Drop Column via the Table context menu works as well (as that simply generates the SQL).
    theFurryOne

  • How to get the index of Mult column list box

    Hello all,
    I need small help. Please help me.
    Is there is any property to change the "Multi column list box" row index position dynamically?
    I want to change the index position at runtime like below.
    Munna
    Solved!
    Go to Solution.

    It's called Top Left Visible Cell. There aren't that many properties there.
    Try to take over the world!

  • Interactive Report - Column list of values

    The column header list of values feature is great but I think it would benefit from some usability enhancements. Specifically,
    1. Say I have a column which has 100s of distinct values. Clearly, I wouldn't want to enable the drop-down list of values (LOV) when I click on the column header. So I choose None for Column Filter List of Values. Yet, when I click on the column header, I get a [text field|http://screencast.com/t/M1SPYdAT] for filtering the (non-existent) values, which is a little misleading.
    May I suggest that choosing None should make this text field not appear? As a workaround, I use a user-defined LOV value like select 'Use <img src="/i/ws/action_dropdown.gif"/> to filter' from dual to nudge the user to use the main report menu.
    2. When I use the text field in the column heading LOV to narrow down list, Apex performs a "search as you type" query with a "contains" operator.
    May I suggest that
    a) this should be configurable (i.e. perform a "starts with" query or "contains" query)
    b) the search term matched so far should be highlighted in the results
    c) when I click on the column header, the text field should automatically get cursor focus so I can start typing without first having to click in the text field
    3. When I do use the main report menu to filter a column, is there a way to disable certain operators from the [Operator dropdown list|http://screencast.com/t/3kUwiNEH] ?
    For example, I have an indexed column so certain "index-friendly" operators (equality, starting with, less than, greater than, etc) are fine but I would want to disable operators which would not use the index (contains, not like, etc).
    4. I have a User Defined List of Values query for a column and the query returns 80 rows. When I click on the column header, only 11 values are displayed in the dropdown. But when I use Filter from the main IR menu and select that column and click on the LOV, all 80 values are shown. The same query is used in both places so I am puzzled as to why they would return different results.
    Is there a limitation on the column header LOV, some varchar2(4000) thing maybe?
    Thanks

    Vikas,
    Thank you for the feedback. For issue #1, we are aware of the bug. We should not display the text field if no LOV defined. Hopefully we have the fix by next APEX release. Issue #3 is a great suggestion. We will take a look to enhance that. I am unable to reproduce #4, could you please provide the test case in apex.oracle.com?
    Thank you,
    Christina

  • How to extract information in cells of a mult-column list box?

    I have multi column list box. At run time this listbox allow me to select entire row (this is fine), how to extract the data from each cell along the selected row? It seems to me that the Multi column Listbox (MCL) is merely a 1D array (I guess index of this 1D array corresponds to row index of the MCL and value of the element corresponds to column index of MCL.)

    To extract cell values of the selected row, you can create a property node for the MCL. From this property node, choose "Item Names". This is a 2D array containing all cell values. Index this array with the MCL terminal. Note that you must choose the scalar data type for the MCL. To choose the scalar data type, right click on the MCL and go to "Selection Mode"->"Data Type"->"Scalar".
    See attachment written with LabVIEW 6.
    I hope it will help you.
    Attachments:
    MCL.vi ‏15 KB

  • How can I list all the column names of a table by programming?

    Hi,
    Now I want to write an function which has the following features:
    Firstly, The function was given a parameter as table name.
    Then, it will lists all the columns names of the table.
    e.g
    table: person
    ---firstName------lastName----+
           Michale               Jackson
    We can get the columns 'firstname' and 'lastName' by calling the function with table name 'person'.
    And I also wonder that where I can get reference book or any other materials?
    Thanks.
    Edited by: wenjing wang on Feb 15, 2008 6:42 AM
    Edited by: wenjing wang on Feb 15, 2008 6:57 AM

    hi,
    hope the below code helps u. Just take the headee which contains the field name and split it like below and compare it with the field name u want here 'last name'.
    here,
    'First name' will be in wt_filedata1 and remaining field names in wt_filedata2, so 'do' continues.
    c_tab must be the separator, either , or + or tab etc..
    CODE:
    read table person into wl_header index 1.
    do.
        split wl_header at c_tab into: wt_filedata1 wt_filedata2.
        if wt_filedata1 <> 'lastname'.
          cnt1 = cnt1 + 1.
          wl_header = wt_filedata2.
        else.
          exit.
        endif.
      enddo.
    Please reward if it is useful.
    regards,
    sri

  • Default Filter Criteria - "Current (Indexed)" Column?

    Hello Technet,
    When you create a "Standard View" in SharePoint online, if you look under the Filter section, a default filter is automatically added on the "Current (Indexed)" column, causing the list to show only list items that have Current = Yes.
    My question is in two parts;
    What does this Current (Indexed) column mean/do?
    Why, as my list approached 2500 items, are many of the newly created list items not showing in views that have this criteria?
    I am unable to find that column when I modify the list so I assume it has something to do with SharePoint's automatic version control.  I'm not getting why all of a sudden this would not be working?  One thought, I do know that SharePoint lists
    are limited to a 5,000 item limit, is it possible the "versions" list, if that exists on the back-end, has gotten too large and is no longer saving items?

    As there is no default view with a filter already enabled OOTB I would suggest you to create a service ticket at O365 support or via MS Premier Support.
    Michiel Hamers www.SharePointman.nl Don't hesitate to contact me for a SharePoint/O365 question.

  • What value for DBMS_STATS method_opt= 'for all indexed columns ???'

    What value, one should use for method_opt , while collecting stats for database/schema/table.
    It is obseverd AUTO never give good result, in some case "for all indexed columns 1" work fine and some case "for all indexed columns 254".
    Please advise , what is right way to collect stats.
    OS : Linux AS 4
    DB : 9.2.0.8 , 10.2.0.3
    Thanks

    Gather AUTO. Gathers all necessary statistics automatically. Oracle implicitly determines which objects need new statistics, and determines how to gather those statistics. When GATHER AUTO is specified, the only additional valid parameters are stattab, statid, objlist and statown; all other parameter settings are ignored. Returns a list of processed objects.
    If you specify the for all indexed columns, or specify the column, it will gather histograms. Those are useful if you have an uneven data distribution, and are specially useful for DSS databases, where Oracle will determine if a column is suitable, on a given data rage, to perform full table scan or index scan. If uncertain about it I suggest you not to gather column statistics, as they are costly.
    ~ Madrid.

  • Opty-Prod Reports: Indexed columns of Opty-Prod

    Hi,
    I am hoping to understand the reasons why the indexed columns of the Opty-Product object are not available for Opty-Product Report. I need to explain this to our users and I have no clue. Our users are reasonably aware of reports/analytics and the absence of indexed columns in reports is confusing.
    Any thoughts?

    PR, the missing indexed fields in the Opty-Prod real-time reports is something I reported to Oracle a few months ago, their response was "thankyou for you request we'll consider this at a future date". I don't use the Indexed fields for Opty-Product I create new ones, you can't use them in lists and reporting can be pretty quick anyway so I don't see a benfit to using them. # periods and the date field is missing too ;-D
    cheers
    Alex

  • Mail landscape view in ipad, cannot suppress the column listing

    I want to use landscape view To read email...but I cannot suppress the column listing my messages. In portrait that column is missing so I can see whole message.
    What do I do?

    There is nothing that you can do. That is a feature of landscape viewing of mail.
    Glor

Maybe you are looking for

  • Encrypt-Decrypt in XI

    Hi ,    Can any one explain me how do u perform encryption decryption in XI    with an example.    I Just knw that it is possible through Java  mapping.   but i dont knw how to do it. can any one send a sample code on   [email protected]    Is it pos

  • Issues after installing Classic on OS 10.4

    Background and System I have a Power Mac G3 350Mhz Rev 2 Blue and White, 512MB, 40GB, DVD ROM running 10.4.9 installed from Retail DVD. Firmware up to date. 2x 20 GB partitions formatted as Extended Prior to this issue OS X has been running well. Iss

  • Video on imported AVCHD files is too fast

    I recently got a Panasonic Lumix that shoots AVCHD video. I upgraded to iMovie '09, since it is supposed to be AVCHD-compatible. However, the AVCHD files I imported in iMovie have the video playing super fast, while the audio is normal. I've tried sw

  • Older HP Laptop....Need help identifying FCC ID

    Hey Guys. I am hoping somebody can help me. I'm from the UK but in possesion of an american laptop (actually the fiance's) She sent me it asking if I could fix it for her. It's a HPze5200. I tried to send it back to her just before christmas but cust

  • Raise up near to ear the sensor didn't work

    I have recently upgraded my iPhone 4S to ISO 7.1.1, then after the screen will not lock while calling and raise up near to ear is not working. Please let me know if there are any fix for the same. Thanks, Paddy