Column headers and data are mismatched in Data tab of views after move col.

Hi,
Currently, I am using Windows XP, SQL Developer Version 1.2.1 Build Main 32.13.
Java platform 1.5.0_06
Oracle IDE 1.2.1.3213
I'm having trouble with display of data from views in the "Data" tab of SQL Developer. If I move a column left or right of its original place, the data no longer line up with the proper column heading. The data are in the correct order, but the column headers are out of whack. Also, in the Single Record View, the data and column headers are mismatched.
Refreshing the view, closing the view, closing and reopening SQL Developer do not "reset" the view so that the data and proper column headers are lined up. Even dropping and recreating the view does not force SQL Developer to use the proper data-column header match.
Just to be clear, the data within the view is fine. It is the display of the data-column headers in the "Data" tab of SQL Developer (and the single record view) that is wrong. The mismatch seems to occur after a column is moved in the view.
Is this a bug? I like the ability to move columns around within the display of the view. However, much more important that the column headers and data line up correctly.
Thanks,
Morgan

Thanks much. I found the correct file, deleted it, and the column headers and data match up again.
I found the correct file by searching the directory for one of the column names that occurs in the view (though I had to find both instances of "COLUMN_NAME" and "COLUMN NAME" (without the underscore)). Not sure why there were files with both versions.
Do you know if there is any way to prevent those XXXXXXXXXTableSettings.xml files from writing all together (oracle.javatools.controls.nicetable.NiceTablePersistentSettings)? I looked through the SQL Developer preferences but nothing jumped out as being the setting to switch off.
Should I be doing anything in particular to bring more attention to this potential bug so it might get fixed in a future release?
Thanks again,
Morgan

Similar Messages

  • How many types of tables exists and what are they in data dictionary?

    hi,
    How many types of tables exists and what are they in data dictionary?
    regards.

    Hello Liu,
    Please search in forum before posting any question .
    anyhow check the below link :
    http://web.mit.edu/sapr3/dev/sap_table_types.htm
    Thanks
    Seshu

  • I can't print using airprint from my iPhone 4.  Everything with the phone and the printer and router are up to date.  I can print from my iPad 2 with no problems.  What's wrong with the iPhone 4?

    I can't print using airprint from my iPhone 4.  Everything with the phone and the printer and router are up to date.  I can print from my iPad 2 with no problems.  What's wrong with the iPhone 4?

    I just wanted to leave a note that it's working now. I'm not sure if it was the latest iTunes update that got it working or that i decided to start a new library instead of using the one i had backed up on Windows 8 (it didn't occur to me to check using the old library when i re-installed iTunes). But if anyone is having this problem, it might be worth trying again with a new installation of iTunes to see if the latest update works for you, and if not, try using a fresh library instead of a backup (by fresh library i mean discard your old library completely and start a new library, not just restore as new iPhone, a whole new library).

  • When watching baseball highlights the video is slower than audio. I checked all my plug ins and they are up to date. suggestions?

    I have been having problems when watching video clips from news but mainly when I check the video highlights on mlb.com. The video is slower than the audio. It freezes up at times or drags.I have checked all my plug ins on firefox and they are up to date. I checked my PC for errors and cleaned it. But still having problems.

    You can check for problems with current Flash plugin versions and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in the Flash plugin (Flash 11.3+ on Windows Vista and later)
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Troubleshooting

  • How do I get the layout guides (A,B,C column headers and 1,2,3 Row Headers) to print with my spreadsheet?

    How do I get the Layout Guides (A,B,C column headers and 1,2,3 Row Headers) to print on my spreadsheet? They are invaluable for discussing the data with my clients over the phone.
    They appear while I am editing, but don't print with the spreadsheet. I know how to do it in Excel, but I am transitioning to Numbers. I can't imagine I have to type them into their own columns and rows. It must be a difference in vernacular that I can't find the solution in the User Guide. Can anyone help?

    Hi ktjobauer,
    Numbers is not Excel and Excel is not Numbers. Numbers is WYSIWYG (at least in File > Print and the actual printout).
    I can't imagine I have to type them into their own columns and rows.
    No, you don't. You can use the charm of Numbers to create cell references for your Excel clients.
    In this Numbers Table, I have added some extra Columns that you can hide later.
    Column B =COLUMN(A2)
    Column C =HLOOKUP(B2,'Table 1-1' :: $1:$2,2,FALSE)      [explanation later]
    Column D =ROW(B2)
    Column E =C2&D2
    Add those formulas to the first Body Row (below the Header Row) and Fill Down.
    Column C refers to another Table which you need only create once, to convert a Column number to a letter:
    and so on from 1-26, A-Z.
    You can move the second Table to another Sheet to hide it. Formulas will automatically adjust to keep the links between Sheets.
    Now in the first Table, select and Hide Columns B,C,D. Formulas will continue to work with hidden cells:
    Regards,
    Ian.

  • Column headers in forms are garbled

    Hi,
    I have one issue regarding folders in forms. User has set some custom folder on a form with following properties.
    Autoquery = Never,
    Check boxes checked : Open as Default, Public.
    User has set this folder as default folder. When user goes to particular window, he sees some column headers are garbled and not shown correctly.
    I checked user's .fmb file and compared with file on arcs log and did not find any differences between them.
    Can anybody suggest what might be the cause for this? What kind of set up may cause this?
    Thanks,
    Akshay

    Thanks much. I found the correct file, deleted it, and the column headers and data match up again.
    I found the correct file by searching the directory for one of the column names that occurs in the view (though I had to find both instances of "COLUMN_NAME" and "COLUMN NAME" (without the underscore)). Not sure why there were files with both versions.
    Do you know if there is any way to prevent those XXXXXXXXXTableSettings.xml files from writing all together (oracle.javatools.controls.nicetable.NiceTablePersistentSettings)? I looked through the SQL Developer preferences but nothing jumped out as being the setting to switch off.
    Should I be doing anything in particular to bring more attention to this potential bug so it might get fixed in a future release?
    Thanks again,
    Morgan

  • Process the result so that the dates are ordered by date

    I am retrieving a query result from a sql database of which
    one column contains a string of this format:
    09/08/2008
    How can I process this result so that the dates are ordered
    by date?
    Thanks for anu help :)

    what's your db and version?
    pretty much all dbs have built-in string and date functions,
    a
    combinations of which will let you update your field to be
    date/datetime.
    you will probably want to create a new field in the table to
    store the
    converted dates, then check that they all have been converted
    correctly,
    then delete the current date field and rename the new field
    to the old
    date field's name.
    using your db's string functions you will need to extract
    day, month and
    year parts of your date text, and pass them to your db's date
    creation
    function.
    if your db is MySQL, it has a very handy STR_TO_DATE(str,
    format)
    function... check details in mysql ref manual.
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/

  • Columns PRIMARY_UNIT_OF_MEASURE and ENGINEERING_ITEM_FLAG are not updateabl

    Hi All,
    I'm getting this error while updating an item in a 11.5.10 instance using the PL/SQL API call EGO_ITEM_PUB.PROCESS_ITEM:
    The columns PRIMARY_UNIT_OF_MEASURE and ENGINEERING_ITEM_FLAG are not updatable
    Does anybody know what this is about? I'm not passing any of those values (not even sure if there is an ENGINEERING_ITEM_FLAG at all). I found this note, but I'm not sure if it is related to my problem in any way:
    R12 Important Alert Regarding Dual-Control UOM Unit of Measure and Migration/Conversion Issues from 11i [ID 1198583.1]
    btw: Item creation works fine...
    If this is not the right forum for item/inventory questions, please let me know!
    Thanks,
    Konrad

    Sandeep Gandhi, Independent Consultant wrote:
    1) Check if you are using a template that is updating these fields.No, no template...
    2) General SCM Discussion might be a better forum.Thanks, I will post this question over there!
    Konrad

  • I have uploaded photos from the past and they are grouped by dates.  How do I seperate those photos into their own folder/album so that I can easily identify the contents.  Also, what is the difference between Album, Smart Album and folders?

    I have uploaded photos from the past and they are automatically arranged by date.  As a result, there are many events grouped into one library/event/folder/album (not sure of the proper terminology) I'd like to separate them into folders/albums/smart albums so that I can easily identify the contents.  How do I do that and do I delete the originals?

    It would be good to take the tutorials and learn iPhoto - these are for the previous version but the concepts are the same and much of the command is the same - and it would be a worthwhile investment of time to take the iphoto tutorials - http://www.apple.com/findouthow/photos/ - they are very helpful and will save you a lot of time and frustration. - also the tutorials in iPhoto Help will be helpful - while iPhoto is easy and intuitive it does have a learning curve and it will save you time and pain if you spend a few minutes learning the basics
    as to organization - events are generally time based and are the basic automatic organization - you can merge and split them to make them work better for you but they are not a good way to do detailed organization - best to leave them time based
    albums are logical things that contain photos and are just pointers to the photo in the event so they take no extra space and all changes to a photo anywhere are reflected everywhere
    Smart albums are the same except they are automatically filled based on the criteria you set when you create them
    Folders are containers that you create and a folder can contain albums, smart albums or other folders so they are a big help in organization - like a vacation folder that holds folders for France, USA, China with each of thos folders holding albums of photos from the country
    LN

  • Is it possible that my Extreme and Expresses are draining monthly data allowance?

    I hope someone can answer this, as I'm having a real issue with brand new installations of satellite internet.  We have a 10GB/mo allowance on the accounts, and on one of the accounts that feeds a main house, I have 1 new Extreme and 3 new Expresses to try and grab the signal in bedrooms.  The house is and has been empty since installation of the very first month, yet according to the provider, we have used almost all of the data allowance for the month.
    There is no computer equipment in the house that could be "updating" automatically or iClouding or anything like that.  It is a closed large house, that no one goes in but me periodically to check on until it will be occupied in Oct.  The satellite company is trying to look at what is happening but they are not well versed in Apple routers and wanted me to ask if its possible that the Extreme and Expresses are doing something in updating or communicating with each other that would drain the usage by "talking" or "downloading" or accesing the internet.
    Thanks!

    I'm certain.  This is a large farm estate and I installed 4 separate accounts in 4 separate locations.  The one that gets 24/7 usage in the office with 1 PC, an airbook and iPhone (and I never shut down the PC at night so its always online) used 7GB in a month.  This uses a Time Capsule but stands alone and doesn't communicate with any other router.  Another system is at the pool house area and also uses and Extreme but doesn't link to anything else (no Express)  This has also been an empty building as no people are in residence until Oct.  It used only .2GB in a month (bear in mind I speed tested and looked at YouTube to check the speed).
    This is why it was stunning that the main house with basically the same set up as the Pool House and no people used 8.5GB.  The only thing different is that it is communicating with 3 Expresses in that building.
    I'm fast realizing 10GB a month is meager compared to what most people are used to, but this is all that is available.  We have been used to having only landline DSL at a rate of 756k-1MB and no cell service, so people will be thrilled if we have enough speed to see a YouTube video.  Because of our situation no one has ever used the web for gaming or Netflix or anything like that - it was impossible.  People just want to be able to do what I do in the office - email, check the web for news.  My boss does like Skype, but he doesn't hang on it.  His Skype calls last about 1 minute (LOL!) and he may do that once a day to our Europe office when he is in residence, but the majority of the time the place is empty, so I'm hoping this will suffice.
    Thanks!  You have basically answered what we needed to know - the Extreme and Express aren't doing anything extraordinary that would cause a massive drain of GB.  Have a wonderful weekend!

  • Showing Grid without column headers and Grid lines

    Hi all
    does anyone knows how can set a grid object to display without grid lines and without column headers?
    appreciate the help
    Yoav

    Hi Yechiel,
    When you work with the grid you just have to drag it into your srf and bind it with some table by specifying the table name in its properties.
    When the form launches the columns of the grid  will be created automatically as per the number of columns in the table.The caption of the column in the grid will be the same as that of the name of the column in the table.The only condition for this is that the table should contain some records, if the table is empty no grid lines and the column header will be displayed .
    I hope this meet your requirements.
    Below I am sending you the code segments with the help of which you can control the grid progamatically...
    //Declaring the grid object
    Grid oGrid;
    //Initializing the grid object
    oGrid=(SAPbouiCOM.Grid)oForm.Items.Item("MBS_Grid").Specific;
    //Adding a new data table to the form
    oSboApplication.Forms.ActiveForm.DataSources.DataTables.Add("MBS_DataTable");
    //Assigning the data table to the grid
    oGrid.DataTable = oSboApplication.Forms.ActiveForm.DataSources.DataTables.Item( "MBS_DataTable" );
    // This statement will clear the grid
    oGrid.DataTable.Rows.Clear();
    // In this way you can set the column properties
    oGrid.Columns.Item(0).Editable=false;
    oGrid.Columns.Item(1).Editable=false;
    oGrid.Columns.Item(2).Editable=false;
    oGrid.Columns.Item(3).Editable=false;
    oGrid.Columns.Item(4).Editable=false;
    oGrid.Columns.Item(5).Editable=false;
    // In this way you can set the column width
    oGrid.Columns.Item( 0 ).Width = 50;
    oGrid.Columns.Item( 1 ).Width = 60;
    oGrid.Columns.Item( 2 ).Width = 130;
    //This is the way you can set a user defined caption on the column header.
    query="select U_CTX_MOVCODE as 'Movie Code',U_CTX_MOVNAME as 'Movie Name',U_CTX_SHELF as 'Shelf Number',U_CTX_SPACE as 'Space Number',U_CTX_CARDCODE as 'Customer Code',U_CTX_RENTED as 'Rent Status' from [@CTX_VSTORE] order by Code";
    Regards,
    Prashant

  • Data are not transfered to a table view using signal out

    Hi all,
    we have recently upgraded to SP16 and I'm now facing a problem on my model that worked fine when we were on SP15.
    I have a data service returning data to my model. The data are transfered to a signal out element and then displayed into a table view using a signal in element. Now the table view remains empty.
    I have checked that the dataservice returns data because if I directly connect my table view with the dataservice the data are displayed. But my requirement is to use signal in/out elements.
    This error was not appearing in SP15.
    Any ideas?
    Regards
    Panos

    After doing some tests I found out that if you have a model that has more than 2 signals in/out then the 3rd one will not work. This is definitely a bug.
    Hope that soon there will be a SP without any new bugs!

  • JTable -showing column headers and displaying multi-line strings

    Hi,
    This is two questions really.
    #1 - Does anyone know why my column headers aren't showing in my jtable using the model below?
    #2 - Does anyone know how I can display, mulitple line strings in a jtable? Currently my newline character ('\n') is just being displayed as a character.
    any help very much appreciated,
    Tom
    private class TaskHistoryTableModel extends AbstractTableModel {
    private List taskHistory = new ArrayList();
    public Object getValueAt(int row, int col) {
    if (col == 0) {
    return ((TaskHistoryItem) taskHistory.get(row)).getText();
    } else {
    return ((TaskHistoryItem) taskHistory.get(row)).getDate().getTime();
    public int getRowCount() {
    return taskHistory == null ? 0 : taskHistory.size();
    public int getColumnCount() {
    return 2;
    /** Getter for property taskHistory.
    * @return Value of property taskHistory.
    public List getTaskHistory() {
    return taskHistory;
    /** Setter for property taskHistory.
    * @param taskHistory New value of property taskHistory.
    public void setTaskHistory(List taskHistory) {
    this.taskHistory = taskHistory;
    public String getColumnName (int col) {
    return col == 0 ? "Text" : "Entered At";
    public boolean isCellEditable(int row, int col) {
    return false;
    }

    fixed my own problem - make your mulit-line string into html format e.g.
    this string will appear on two lines in a jtable
    "<html><p>A much more interesting entry</p> <p>on multiple lines</p></html>"

  • Audio and Video are not synced up ONLY when viewed in full screen....?

    Audio and Video are not synced up only when I view my project in full screen. I can watch it in the project viewer the audio and video play as they should. I have a presentation tomorrow and I can't figure this out. What am I doing wrong?

    Have you updated to version 9.0.2 - this Software Update was released a couple of days ago and fixes audio sync problems as well as improving stability in iMovie '11.
    John

  • How can I remove all or part of the information in headers and footers? For example, date and time of printing.

    I cannot find where I can suppress the printing of the date and time of printing or if I want a header and/or footer at all.

    If using the traditional menus, in the File menu select Page Setup
    If using the orange Firefox button, click on it, then select Print and then Page Setup
    Once you have the page Setup dialog displayed, go to the "Margins & Header/Footer" tab. You need to change all of the options for header and footer to "--blank--"

Maybe you are looking for