Export Column List not being Obeyed

Running on win7 64-bit.
SQL Developer Version 3.1.07
In the table list in the connections window, if I right click on a table, specify to only export data (i.e. no DDL), alter the columns to be exported, all works fine. Only those columns I specified are in the export (using the insert statements option - actually, i just quickly tested with csv and the same pattern occurs).
On the other hand, if I am in the Tables data view, if I right click in the grid, select Export, alter the columns to be exported, all columns are exported (even those I had un-selected).
Albeit, I am running java 1.7.0_04, which I understand isn't supported with sql developer, but still seems odd the column specification works with one export function and not the other.

Hi Trent,
Thanks for reporting this. As a workaround, do this:
1. In the Object Viewer Data tab, right-click on any column heading.
2. Select Columns... from the context menu
3. Use the Manage Columns feature to hide the columns you wish to exclude from export.
4. Do the export. Step 2 of the Export Wizard still shows all columns as being selected, but will ignore the ones you have hidden from the Data tab.
I logged a bug for this:
Bug 14182924 - FORUM: COLUMN EXCLUSION IN WIZARD NOT WORKING FROM DATA TAB
Regards,
Gary
SQL Developer Team

Similar Messages

  • Columns are not being recognized when I print a scanned item

    I am scanning to an editable document.  The document I am scanning has columns but when I print the columns are gone and everything is put in a list.  How do I correct this?
    This question was solved.
    View Solution.

    Hi pattyc2738. Scanning items to 'editable text' (also called OCR) can be difficult. Depending on what software you are using, most programs to get the image from the scanning glass only recognize the words, and not the formatting. Columns would be a special formatting feature that most entry level OCR software will not work well with.
    The “Scanning Text” section half way down this document may answer some basic questions you have:
    http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=bps02997&cc=us&dlc=en&lc=en&jumpid=reg_r1002_use​...
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Data with XMLTYPE column are not being shown after importing.

    I have installed Oracle 10.2 release on Win2000 machine. I have imported oracle 9.2.0.4.0 dump on this oracle 10.2 release. This was done fine. but the tables which have XMLTYPE as any columns,the data of those tables are not shown in the corrosponding user.
    Can anyone guide me what should i do?
    Thanks
    Mitesh

    Hi CAMILO URIBE,
    As far as I understood, the import does not take the calendar from MSproject, rather take a fixed one. The background is that, the MSproject using numric for calendar and the cProject uses characters. During the export, an automatic numric calendar ID is created for MsProject, but the mapping between Msproject and cProject calendar does not exit, so that the later importing action will ignore the Msproject calendar ID.
    Search SAP notes in this topic should give more details.
    Kind regards,
    Zhenbo

  • Table with dynamic columns is not being correctly refreshed

    I am building a table view with maps of data according to the last section of this tutorial:
    http://docs.oracle.com/javafx/2/ui_controls/table-view.htm
    In my problem I need to add and delete rows and columns at runtime. Everything is working fine with the exception of the visualization of the table when all its rows and columns have been deleted programatically. I expect to see the default "Empty Table" message, and in fact I see it, but the last columns (before the columns were deleted) are still there.
    Is there a way to force the table to repaint itself when all its columns have been removed ?
    Just in case I tried with both:
    tableView.layout();
    tableView.requestLayout();But it did not help.
    Edited by: se**** on May 23, 2013 3:04 PM

    Ok, at least I know that it is not my fault :) thanks !
    I tried with JavaFX8 a couple of days ago for another issue and the layout of application was broken. The size of many fonts were arbitrarily changed (no idea wy), a button I added to the right of a tab header (for creating new tabs at runtime) was mislocated, and the layout components were reduced to a fraction of their size when I move the application to my retine display monitor (someone else told me it was a bug that it is going to be solved soon). In summary, I will try again with JavaFX 8 in a couple of months when hopefully it is going to be more stable.

  • HTML Ordered Lists not being rendered

    Does anyone know why HTML ordered lists (i.e. <OL>) are not rendered in HTML DB?

    Hi All,
    I have exactly same problem.
    I am using Apex ver 2 and Theme 10. I created a HTML region and as source I entered:
    <o l>
    <l i>one</l i>
    <l i>two</l i>
    <l i>three</l i>
    </o l >
    But all I get is small dots like in unordered list....
    Example:
    http://htmldb.oracle.com/pls/otn/f?p=44995:6:588366842276644476:::::

  • Column value not being saved to the database

    I have an app I am developing in HTML DB. I added a column to my database table so I then went and added an item to my form and made the source the database and gave it the column name. However, when I populate this item it will not save the value to the database. It is saving all the other items. We have hit this issue in the past, and if we delete the item and add it again it will work but that is not the case for me this time.
    I have compared this 6 way to Sunday to ensure I have it setup like all others. I have no typo in the column name cause I cut and paste from a describe after a few failed attempts at getting this to work.
    I am able to get the report screen of this app to display the column.
    Anyone come across this and have a workaround? Note, there are no errors, it just won't save the value for some reason.

    anonymous - What is the column datatype? I suggest you install the application into your workspace on htmldb.oracle.com (and create the table in your application schema). Let us know the workspace name and application ID so we can take a look. Also, always give the version of the product you are using.
    And we'd like to see your first name.
    Scott

  • Online radio, stations no, Online radio, stations list not being showed sometimes

    Sometimes, and when I say sometimes i mean frequently, when I select some radio categories, like for example adult contemporary or Hard Rock, or any other listed radio category, the screen turns black and there is only the category name in the upper right corner, nor radio stations neither any logo is showed.
    Does anyone has a clue on what the problem might be? My first guess was connectivity, but everything else seems to work fine (for example, I can watch YouTube videos right after the problem happens).
    Thanks,

    Look at the following tread, you're not alone. Quite a few people are having this problem. NO solution from Apple yet.
    https://discussions.apple.com/message/17690038#17690038

  • How to track a column is not updated in a update statement issued.

    Hello All,
    Is there a way to write a trigger when a particular column is not specified in update statement.
    For example, consider i have a table with 20 columns(Say Column1...column20). Trigger has to get fired only when column15(say) is not specified.
    I know
    CREATE OR REPLACE TRIGGER test_trigger
    BEFORE UPDATE
    OF COLUMN1, COLUMN2......COLUMN20--Except COLUMN15
    ON TESTTABLE
    FOR EACH ROW
    BEGIN
    END of_clause; /
    above trigger will solve my problem. But i don't want to mention all columns in this trigger. It will cause maintainance problem afterwards.
    Is there any way to mention something like NOT OF COLUMN in the trigger ?
    Regards,
    Abhijit.

    That trigger would get fired for every column except column 15.
    What do you mean by "when a particular column is not specified in update statement"? Do you mean that the column is not mentioned at all in the update statement, or that the value of that column is not being changed even if it is mentioned in the statement?
    If you mean the former, then I don't think there is any way to do that. however, if you want to do something only if the value in column15 is unchanged, then something along the lines of:
    CREATE TRIGGER test_trigger
       BEFORE UPDATE OF testtable
       FOR EACH ROW
    BEGIN
    BEGIN
       IF (:new.column15 IS NULL and :old.column15 IS NULL) OR
          (:new.column15 IS NOT NULL and :old.column15 IS NOT NULL and
           :new.column15 = :old.column15) THEN
          < do whatever for no changes >
       ELSE
          < do nothing or something else for changes >
       END IF;
    END;John

  • Column Highlighting Not Working in Chrome or Firefox but works in IE

    Version  4.1.1.00.23
    Hello,
    I have a classic report that I'm trying to apply dynamic column highlighting on.
    I'm following the discussion from Jari https://forums.oracle.com/thread/2209261
    The columns to be highlighted are being determined from a table that gets set every month and the value are being selected in the report query.
    The javascript that is in the Region Footer is:
    [code]
    <script type="text/javascript">
        $(function()
            $('##REGION_ID# input[name="f01"]').each(function(i)
                if ($x('f01').value == 1)
                    var forcast = "JANFORECAST";
                    var actual  = "JANACTUALS";
                    var mth_var = "JANVAR";
                    var mth_var_pnct = "JANVARPER";
                if ($x('f01').value == 2)
                    var forcast = "FEBFORECAST";
                    var actual  = "FEBACTUALS";
                    var mth_var = "FEBVAR";
                    var mth_var_pnct = "FEBVARPER";
                if ($x('f01').value == 3)
                    var forcast = "MARFORECAST";
                    var actual  = "MARACTUALS";
                    var mth_var = "MARVAR";
                    var mth_var_pnct = "MARVARPER";
                if ($x('f01').value == 4)
                    var forcast = "APRFORECAST";
                    var actual  = "APRACTUALS";
                    var mth_var = "APRVAR";
                    var mth_var_pnct = "APRVARPER";
                if ($x('f01').value == 5)
                    var forcast = "MAYFORECAST";
                    var actual  = "MAYACTUALS";
                    var mth_var = "MAYVAR";
                    var mth_var_pnct = "MAYVARPER";
                if ($x('f01').value == 6)
                    var forcast = "JUNFORECAST";
                    var actual  = "JUNACTUALS";
                    var mth_var = "JUNVAR";
                    var mth_var_pnct = "JUNVARPER";
                if ($x('f01').value == 7)
                    var forcast = "JULFORECAST";
                    var actual  = "JULACTUALS";
                    var mth_var = "JULVAR";
                    var mth_var_pnct = "JULVARPER";
                if ($x('f01').value == 8)
                    var forcast = "AUGFORECAST";
                    var actual  = "AUGACTUALS";
                    var mth_var = "AUGVAR";
                    var mth_var_pnct = "AUGVARPER";
                if ($x('f01').value == 9)
                    var forcast = "SEPFORECAST";
                    var actual  = "SEPACTUALS";
                    var mth_var = "SEPVAR";
                    var mth_var_pnct = "SEPVARPER";
                if ($x('f01').value == 10)
                    var forcast = "OCTFORECAST";
                    var actual  = "OCTACTUALS";
                    var mth_var = "OCTVAR";
                    var mth_var_pnct = "OCTVARPER";
                if ($x('f01').value == 11)
                    var forcast = "NOVFORECAST";
                    var actual  = "NOVACTUALS";
                    var mth_var = "NOVVAR";
                    var mth_var_pnct = "NOVVARPER";
                if ($x('f01').value == 12)
                    var forcast = "DECFORECAST";
                    var actual  = "DECACTUALS";
                    var mth_var = "DECVAR";
                    var mth_var_pnct = "DECVARPER";
                $(this).parents("tr:first").find('[headers="' + forcast + '"]').css({"background-color":"silver"});
                $(this).parents("tr:first").find('[headers="' + actual + '"]').css({"background-color":"silver"});
                $(this).parents("tr:first").find('[headers="' + mth_var + '"]').css({"background-color":"silver"});
                $(this).parents("tr:first").find('[headers="' + mth_var_pnct + '"]').css({"background-color":"silver"});
    </script>
    [/code]
    The highlighting works in Internet Explorer, but the same columns are not being highlighted in Chrome or Firefox and there are no errors being reported in either browser.
    Can someone help me with this?
    Is there additional information I can provide that I haven't.
    Thanks,
    Joe

    Hi Fac,
    This is a classic report. After debugging all 3 browsers I finally found the issue.  First, my javascript isn't very good.
    When I looked at the source of the page, I saw that 'F01' contained the value to determine which month's columns to highlight.
    I then thought that if I evaluated the contents of 'F01', using $x('f01').value, that I could set my variables in my if statements.
    During my debugging of the javascript in each of the browsers I came upon the 'this' object being displayed in the watch window. When I expanded the node to view the contents I saw that it also contained the value of the month to highlight as well.
    I have since changed my 'if' statement to if ($x(this).value == <month number> and the hightlighting is working in all 3 browsers correctly.
    Is this still not the right approach as Jari discusses in his post I referenced above?
    Thanks,
    Joe

  • BUG: Jdev 11.1.1.0.0 -- DB table data export column order is not preserved

    Hello,
    I've ran into a problem with Jdeveloper 11g, public release, Build JDEVADF_MAIN.BOXER_GENERIC_081002.2127.5156. Oracle IDE version is 11.1.1.0.31.51.56
    When I connect to Oracle database, get the table list, right click on the table and select 'Export Data'->csv. The dialog box opens with three tabs: Format, Columns, Where. The column order displayed in both tabs Columns and Where is alphabetic. Because alphabetic ordering re-arranges columns from their initial ordering in the table, this screws up the export because columns are not in their intended order. This same problem occurs when I try to export data from views to generate a CSV file with a particular column order for our vendor. Since Jdev scrambles the column order I have to rely on SQLdeveloper to generate CSV exports, since SQLdeveloper has the same functionality but it preserves the column order.
    It would be nice if Jdeveloper preserved the column order on export.
    Thanks!

    Update:
    This bug is now also present in the SQL Developer 1.5.3.
    I've posted a bug report on the appropriate forum: BUG: SQL Developer 1.5.3 CSV export column order broken

  • Some keywords not being exported

    What's going on with keywords not being exported. The "will export" list of keywords seems to have a mind of its own.  What's going on and how can one add to the "will export" data?

    I have been having similar issues. Specifically with keywords randomly disappearing and applied keywords in Lightroom not following through to Bridge. I have no advice but just wanted to let you know you're not alone with keyword issues.

  • Check boxes are not being displayed in any list applets

    Issue: The check boxes are not being displayed in any list applets in the system. A check box can be marked in the system, but as soon as the user clicks anywhere outside of the box the check box 'visibly' disappears. If you hover the mouse over the check box it displays a 'Y'. However, check boxes are working fine for the form applet, the issue is only with the list applet.
    I verified the checkboxes work fine in the thick client and in production. However, it is the testing environment, which belongs to client, that is showing the above behavior. I think there is some setting that is missing for them. But I am unable to figure it. I would really appreciate if someone could help !!
    Thanks in advance

    One way that you could make it work (just tried it out again) is to use the windings font
    and use the checkboxes from there. However, you need to register the font with xml publisher. In the template builder for Word, you can put a configuration file under:
    C:\Program Files\Oracle\XML Publisher Desktop\Template Builder for Word\config
    (depnding on your installation). The file should have the name xdo.cfg or xdoconfig.xml.
    There is an example file: xdo example.cfg that you rename and change accoringly.
    The font is there setup for windows 2000 as an example. Select the correct font
    path - for my XP it is:
    <font family="Wingdings" style="normal" weight="normal">
    <truetype path="C:\WINDOWS\fonts\wingding.ttf" />
    </font>
    Then you can put the symbols into your RTF template and it will be rendered.
    At least it worked for me - with 5.6.2. (Availbable on Wednesday or Thursday), but
    I am pretty sure I tried it before with 5.5.
    Didn't have the 5.5 manual with me - so I have to check what that says again..
    Hope it helps,
    Klaus

  • SharePoint List Form using InfoPath 2010 "Cannot insert the value NULL into column 'tp_DocId', table 'Content_SP_00003.dbo.AllUserData'; column does not allow nulls"

    I am experiencing issue with my SharePoint site , when I am trying to add new Item in List . Error given below :--> 02/03/2015 08:23:36.13 w3wp.exe (0x2E04) 0x07E8 SharePoint Server Logging Correlation Data 9gc5 Verbose Thread change; resetting trace
    level override to 0; resetting correlation to e2e9cddc-cf35-4bf8-b4f3-021dc91642da c66c2c17-faaf-4ff9-a414-303aa4b4726b e2e9cddc-cf35-4bf8-b4f3-021dc91642da 02/03/2015 08:23:36.13 w3wp.exe (0x2E04) 0x07E8 Document Management Server Document Management 52od
    Medium MetadataNavigationContext Page_InitComplete: No XsltListViewWebPart was found on this page[/sites/00003/Lists/PM%20Project%20Status/NewForm.aspx?RootFolder=&IsDlg=1]. Hiding key filters and downgrading tree functionality to legacy ListViewWebPart(v3)
    level for this list. e2e9cddc-cf35-4bf8-b4f3-021dc91642da 02/03/2015 08:23:36.17 w3wp.exe (0x1B94) 0x1A0C SharePoint Server Logging Correlation Data 77a3 Verbose Starting correlation. b4d14aec-5bd4-4fb1-b1e3-589ba337b111 02/03/2015 08:23:36.17 w3wp.exe (0x1B94)
    0x1A0C SharePoint Server Logging Correlation Data 77a3 Verbose Ending correlation. b4d14aec-5bd4-4fb1-b1e3-589ba337b111 02/03/2015 08:23:36.31 w3wp.exe (0x2E04) 0x07E8 SharePoint Foundation Database 880i High System.Data.SqlClient.SqlException: Cannot insert
    the value NULL into column 'tp_DocId', table 'Content_SP_00003.dbo.AllUserData'; column does not allow nulls. INSERT fails. The statement has been terminated. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at
    System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject
    stateObj) at System.Data.SqlClient.SqlDataReader.ConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavi... e2e9cddc-cf35-4bf8-b4f3-021dc91642da 02/03/2015
    08:23:36.31* w3wp.exe (0x2E04) 0x07E8 SharePoint Foundation Database 880i High ...or runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream,
    Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior,
    RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand
    command, CommandBehavior behavior,

    Are you trying to setup P2P? Could you explain the process you followed completely? By anychance you create the backup and then created the publication?
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • SSDT - Using a SharePoint list data feed as source - "column does not exist in the rowset" error

    Hey guys!
    So, I want to use a SharePoint list data to create a cube/tabular model, in order to make a complex analysis in PPS using MDX.
    To create the tabular model, I'm using the SS Data Tools, and importing a feed from the respective SharePoint list (using the _vti_bin/listdata.svcextension and then selecting the list(s) I wanna to import).
    Everything looks fine and smooth, I can select and preview the data in the table import wizard, but in the end, when importing, I always get this error IF the table has one or more row of data (if the table is empty, it's ok...) - the <...>
    column doesn't exist in the rowset.
    (Curiously, when I have the same procedure in PowerPivot for Excel, I have no problems, everything works fine. The problem is that then I get again errors if I try to create a tabular model on SSDT importing a PowerPivot file).
    Here's the error:
    Had you already tried this in SSDT? Are you experiencing the same trouble?
    Best regards, and thanks in advance!
    Jorge Mateus
    Jorge Mateus

    I noticed something else too.
    I can't process Tabular Models on both SSDT and SSMS (2012), but I can process Tabular Models created on PowerPivot.
    I tried to create a Data Feed connection on PowerPivot, and it was successfully created. However, if restoring the PowerPivot Tabular DB on my SSAS Tabular instance and processing (full) the model through SSMS, it won't work.
    Is there anything different on PowerPivot and SSDT related with Partitioning or connections to the data sources?
    Regards,
    Jorge
    Jorge Mateus
    Update:
    When trying to Restore a PowerPivot file on my SSAS Tabular Server and full process the model:
    The operation failed because the source does not contain the requested column. You can fix this problem by updating the column mappings.
    More Details:
    The 'X' column does not exist in the rowset.
    An error occurred while processing the partition 'X_81dabac5-c250-4a8c-8832-ad7fcedd35cb' in table 'X_81dabac5-c250-4a8c-8832-ad7fcedd35cb'.
    The current operation was cancelled because another operation in the transaction failed.
    X is the first column of the source table, no matter if I chose others on the PowerPivot table.
    When trying to import data from a data feed using SSDT:
    The 'X' column does not exist in the rowset.
    An error occurred while processing the partition 'X_ee6be81f-2235-4113-b404-cfcb20647a38' in table 'X_ee6be81f-2235-4113-b404-cfcb20647a38'.
    The current operation was cancelled because another operation in the transaction failed.
    X is the first chosen column to import.

  • I have two albums (RCA Sweeny Todd 2 discs set and RCA Into the Woods 1 disc) where the songs are listed as being on the same album on the list view, but do not group together on the iPod, so the songs can't play consecutively, or in the proper order.

    I have two albums (RCA Sweeny Todd 2 discs set and RCA Into the Woods 1 disc) where the songs are listed as being on the same album on the list view, but do not group together on the iPod, so the songs can't play consecutively, or in the proper order. The "Apply Sort Field" and "Same album does not work, but ti is only these two RCA albums that do this. All other albums remain intact. Need help with this minor problem. Thanks.

    UPDATE: This behavior (to an extent) still happens when "Repeat Album" is off. Instead of an infinite loop, it goes through all the tracks on the album (unsuccessfully) and kicks me out to the Album overview screen. Going back to list of Albums and tapping the Album again brings up "No Content: You can download music from the iTunes Store" but that screen immediately kicks me back to list of Albums.
    So I am just even more confused now.

Maybe you are looking for

  • Mac projector file looking for movie

    Hi I am using Director 11.5 and am having a problem with the Mac projector file. I am creating the files on a PC. I then copy the file across to the Mac. When I load the file and click on the first linked file it can't find it and keeps asking for th

  • Email account on Windows 8 Laptop to iPhone & iPad help needed

    Hello all, I have a Windows 8 laptop with an Eastlink (pop) email account using Outlook 2010 as my email software.  I have an iPhone 4s and an iPad mini.  In the past on a older laptop with Outlook 2003, and prior to ios7, when I checked my email on

  • How to request missing Visio stencils?

    There are several Visio stencils that are missing from the library that I need. They're important to me (and I imagine others want them too) as I need to do rack elevation diagrams. I hate to open a TAC case on them but not sure what else to do. Any

  • Compsition Environment: interface controller in web dynpro

    Hi All, (I know this is not right place to raise this question but if anyone know) I've installed NW CE 7.1 and am trying to trigger an event created in the Interface controller. I observed that the methods and the events declared in the interface co

  • Configure Lotus Traveller

    How to configure Lotus Traveller in Nokia E71