SQL Developer 1.1.0.21.97 Query Builder Table Name List Unsorted

The Query Builder list of table names is unsorted. Should it be alphabetical?

We have a number of outstanding issue for the Query Builder. These will not be updated for the next evaluation release. I agree, alphabetical would be a better approach.
Sue

Similar Messages

  • Exporting data problems in SQL Developer 1.1 (1.1.0.23 Build Main 23-64)

    All,
    I am using the new version of SQL Developer which is great but I am having a problem usig the Export Data functionality.
    I have tried exporting the data from a table to a file as INSERT statements and TEXT and also to the clipboard and all I get is either a blank file or a REM statement with the name of the table.
    The table I am trying to select data from is partitioned.
    The database I am trying to export from is Oracle 9i and I have select privs on the data and the tables as I can see them in SQL Developer.
    My O/S is Windows XP professional...I am not allowed to use Linux at work :-(
    Is anyone else having such problems.
    Chris
    Message was edited by:
    tiffer

    Sorry Chris, been tied up. looked at this
    1. created a PTN table. This is the DDL export of that table. Range partition on date.
    -- DBMS_METADATA was unable to use TABLE_EXPORT to generate sql. Now trying to use TABLE.
    CREATE TABLE "HR"."TABLE1"
    (     "ID" NUMBER,
         "HIREDATE" DATE
    ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
    STORAGE(
    BUFFER_POOL DEFAULT)
    TABLESPACE "USERS"
    PARTITION BY RANGE ("HIREDATE")
    SUBPARTITION BY LIST ("ID")
    (PARTITION "P1" VALUES LESS THAN (TO_DATE(' 2006-12-31 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
    PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
    STORAGE(
    BUFFER_POOL DEFAULT)
    TABLESPACE "USERS"
    ( SUBPARTITION "SYS_SUBP21" VALUES (DEFAULT)
    TABLESPACE "USERS") ,
    PARTITION "P2" VALUES LESS THAN (TO_DATE(' 2007-01-31 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
    PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
    STORAGE(
    BUFFER_POOL DEFAULT)
    TABLESPACE "USERS"
    ( SUBPARTITION "SYS_SUBP22" VALUES (DEFAULT)
    TABLESPACE "USERS") ) ;
    2. Export from Resultset tables in query. As insert statements
    REM INSERTING into TABLE1
    Insert into TABLE1 ("ID","HIREDATE") values (1,to_date('12-DEC-06','DD-MON-RR'));
    Insert into TABLE1 ("ID","HIREDATE") values (2,to_date('21-JAN-07','DD-MON-RR'));
    I'm also getting the others working well too. I 'm running the latest version that we are about to release a patch on so it should be good when it comes out.

  • Code Insight Issue - SQL Developer 1.1 (1.1.0.23 Build Main 23-64)

    Dear SQL Developer Team,
    I have a slight issue with the Code Insight.
    I have created a package with three procedures
    create or replace PACKAGE PACKAGE1 AS
    procedure test1 (inpar varchar2);
    procedure test2 (inpar varchar2);
    procedure test3 (inpr varchar2);
    END PACKAGE1;
    When I try and reference the procedures in the package code insight only shows two procedures (see this link for the screenshot http://i12.tinypic.com/3zqbuiv.gif)
    Any ideas ?
    Chris

    Sorry Chris, been tied up. looked at this
    1. created a PTN table. This is the DDL export of that table. Range partition on date.
    -- DBMS_METADATA was unable to use TABLE_EXPORT to generate sql. Now trying to use TABLE.
    CREATE TABLE "HR"."TABLE1"
    (     "ID" NUMBER,
         "HIREDATE" DATE
    ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
    STORAGE(
    BUFFER_POOL DEFAULT)
    TABLESPACE "USERS"
    PARTITION BY RANGE ("HIREDATE")
    SUBPARTITION BY LIST ("ID")
    (PARTITION "P1" VALUES LESS THAN (TO_DATE(' 2006-12-31 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
    PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
    STORAGE(
    BUFFER_POOL DEFAULT)
    TABLESPACE "USERS"
    ( SUBPARTITION "SYS_SUBP21" VALUES (DEFAULT)
    TABLESPACE "USERS") ,
    PARTITION "P2" VALUES LESS THAN (TO_DATE(' 2007-01-31 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
    PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
    STORAGE(
    BUFFER_POOL DEFAULT)
    TABLESPACE "USERS"
    ( SUBPARTITION "SYS_SUBP22" VALUES (DEFAULT)
    TABLESPACE "USERS") ) ;
    2. Export from Resultset tables in query. As insert statements
    REM INSERTING into TABLE1
    Insert into TABLE1 ("ID","HIREDATE") values (1,to_date('12-DEC-06','DD-MON-RR'));
    Insert into TABLE1 ("ID","HIREDATE") values (2,to_date('21-JAN-07','DD-MON-RR'));
    I'm also getting the others working well too. I 'm running the latest version that we are about to release a patch on so it should be good when it comes out.

  • SQL Developer Extension, GeoRaptor Release 2.1.1 (Build 3) now available

    Cross Post.
    See details at: GeoRaptor Release 2.1.1 (Build 3) Available for SQL Developer
    regards
    Simon Greener

    Hi,
    The original GeoRaptor had some documentation but it has not been updated.
    It is a task on the development list but it has a low priority next to the developments we have planned for the next release. (The main ones being the ability to map the whole, or part, of a SELECT statement executed in a SQL Worksheet - including export to shapefile; the addition of multiple SRID-aware Views to enhance the current single, SRID-unaware view; length/area tools; line and polygon selection tools.)
    The attribute and geometry tabs in the pane in the lower half of the spatial view will appear when an "identify" operation is executed and selected data exists.
    The split into attribute and geometry tabs was done to better control the visualisation experience of a user. The original Geometry tab displayed a single geometry in a non-standard way and allowed a user to drag select ordinates which could then be mapped. The button should have been removed in build 3 but it wasn't. It will probably do nothing. Perhaps in the next release we might replace the button with an ability to select and individual geometry, highlight it and show its points or even show elements in a multi-element geometry eg show me inner ring 2 in the first outer-ring of a multi-polygon. Don't know. If anyone wants this type of functionality register an enhancement request on the sourceforge GeoRaptor website.
    Remember, GeoRaptor is an open source, community driven tool. If you want to help by writing documentation eg a simple one page wiki page on how to validate geometry etc (it doesn't have to be a whole manual), or contribute code, let us know. Or if you simply like the tool or want an enhancement, let us know.
    It is hard writing a tool in the vacuum of one's own experience (no matter how considerable that might be) in a land far, far away (I live in Hobart, Tasmania, Australia), to let us know how we are going......
    regards
    Simon

  • SQL Developer 3.0.04 deleted contents of many tables mystically!!!

    I just upgraded SQL Developer 3.0.04 on Windows XP with dual core and SSD drive. Database is 10g. I was clicking on data content tab and looking at one table from database, but it suddenly reported an error like "no more data...".
    I thought my connection was dropped (I am using port forwarding tunnel to connect to database). I disconnect and reconnect to database, but suddenly I found more than 10 tables have been emptied. All data in those tables were DELETED!!! Some tables were left untouched.
    It must be a huge bug in SQL Developer. I have been using it for three years. It used to be just slow, but never did something like this.
    William

    Luckily, it's not happening to our prod database. It is still scary, so I investigated a little bit more. This is what I found from v$sql. At that time range, some weird delete statements were issued to our database as follows. We definitely don't have any tables or views with those names. Anyone has an idea what those sqls are about?
    SQL_TEXT first_load_time
    delete from dir$ where obj#=:1     2011-04-13/19:16:03
    delete from dir$ where obj#=:1     2011-04-13/19:16:03
    delete from opbinding$ where obj#=:1     2011-04-13/19:16:03
    delete from opbinding$ where obj#=:1     2011-04-13/19:16:03
    delete from oparg$ where obj# = :1     2011-04-13/19:16:03
    delete from oparg$ where obj# = :1     2011-04-13/19:16:03
    delete from triggercol$ where obj#=:1     2011-04-13/19:16:03
    delete from triggercol$ where obj#=:1     2011-04-13/19:16:03
    delete from triggercol$ where obj#=:1     2011-04-13/19:16:03
    delete from cdef$ where con#=:1     2011-04-13/19:16:03
    delete from cdef$ where con#=:1     2011-04-13/19:16:03
    delete from javaobj$ where obj#=:1     2011-04-13/19:16:03
    delete from javaobj$ where obj#=:1     2011-04-13/19:16:03
    delete from procedure$ where obj#=:1     2011-04-13/19:16:03
    delete from procedure$ where obj#=:1     2011-04-13/19:16:03
    delete from procedure$ where obj#=:1     2011-04-13/19:16:03
    delete from trigger$ where obj#=:1     2011-04-13/19:16:03
    delete from ccol$ where con#=:1     2011-04-13/19:16:03
    delete from ccol$ where con#=:1     2011-04-13/19:16:03
    delete from com$ where obj#=:1     2011-04-13/19:16:03
    delete from com$ where obj#=:1     2011-04-13/19:16:03
    delete from triggerjavas$ where obj#=:1     2011-04-13/19:16:03
    delete from triggerjavas$ where obj#=:1     2011-04-13/19:16:03
    delete from triggerjavam$ where obj#=:1     2011-04-13/19:16:03
    delete from triggerjavam$ where obj#=:1     2011-04-13/19:16:03
    delete from type_misc$ where obj#=:1     2011-04-13/19:16:03
    delete from type_misc$ where obj#=:1     2011-04-13/19:16:03
    delete from error$ where obj#=:1     2011-04-13/19:16:03
    delete from error$ where obj#=:1     2011-04-13/19:16:03
    delete from context$ where obj#=:1     2011-04-13/19:16:03
    delete from context$ where obj#=:1     2011-04-13/19:16:03
    delete from settings$ where obj# = :1     2011-04-13/19:16:03
    delete from settings$ where obj# = :1     2011-04-13/19:16:03
    select name,owner# from con$ where con#=:1     2011-04-13/19:16:03
    delete from triggerjavac$ where obj#=:1     2011-04-13/19:16:03
    delete from triggerjavac$ where obj#=:1     2011-04-13/19:16:03
    delete from opancillary$ where obj#=:1     2011-04-13/19:16:03
    delete from opancillary$ where obj#=:1     2011-04-13/19:16:03
    delete from library$ where obj#=:1     2011-04-13/19:16:03
    delete from library$ where obj#=:1     2011-04-13/19:16:03
    delete from triggerjavaf$ where obj#=:1     2011-04-13/19:16:03
    delete from triggerjavaf$ where obj#=:1     2011-04-13/19:16:03
    delete from viewcon$ where robj#=:1     2011-04-13/19:16:03
    delete from operator$ where obj#=:1     2011-04-13/19:16:03
    delete from operator$ where obj#=:1     2011-04-13/19:16:03
    Thanks,
    William

  • SQL Developer 3.1.07 does not show a Tables entry under the Navigator

    Installed SQL Developer 3.1.07. Under my Connections window, I log into the SYSTEM account. There is NO tables entry. SYSTEM has access to all tables in the database. It's the same behavior for other database users as well.
    I re-installed SQL Developer 3.0.04 and a Tables entry DOES appear for the same SYSTEM user connected to the same database.

    Hi J,
    I was under the impression that regardless of the Java version that my environment variables are setup to use,
    the installation of SQL Developer (when you install with a JDK), that the JDK version installed with SQL Developer
    is the one that is used.Exactly correct, unless you decide to override it in the conf file. I needed to be certain you did not.
    Anyway, trying to resolve the problem, let's go back to a possibility that something went wrong with the migration of your preference settings. Here is an old thread discussing a missing Tables node in the Connection view (sometimes called the navigator tree):
    Table node missing from navigator tree in 3.0.04
    The poster had to rename the system directory containing these settings, then ignore the offer to migrate settings upon starting up SQL Developer again. If you never migrated settings in the first place, then I'm not sure what more to say -- probably would require additional research here in the forum. But if you did migrate settings, then try the following:
    1. Export your connections (Connections node | right-click | Export Connections...)
    2. Exit SQL Developer
    3. Rename the directory to something else
    4. Restart SQL Developer
    5. Import your connections
    That directory on my Windows 7 machine for the current production release is something like:
    C:\Users\<username>\AppData\Roaming\SQL Developer\system3.1.07.42
    Hope this helps,
    Gary

  • SQL Developer 4 EA1 - External Tool Parameter Prompt With Generic Name

    I have an external tool (WinSCP - an FTP/SCP program) integrated into SQL Developer.
    The tool is set up as follows:
    Program Executable:
    C:\Program Files (x86)\WinSCP\WinSCP.exe
    Arguments:
    /console /command "open scp://root:${promptl:label=Password}@${promptl:label=Server}" "cd /gers/live/adhoc/${promptl:label=CRM_Directory}" "put ${file.path}"
    Run Directory:
    C:\Program Files (x86)\WinSCP
    In 3.2
    Dialog Title: "Invoke Tool"
    Prompt: "Password"
    In 4.0 EA1
    Dialog Title: "Invoke Tool"
    Prompt: "Tool Argument Value:"

    Aces!!! You nailed it Gary...
    Thank you.
    I applied fixed noted in Re: Reduce SQLDeveloper memory footprint with JDK 1.7
    For others, to summarize my changes.
    product\11.2.0\client_3\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf
    AddVMOption -XX:+UnlockExperimentalVMOptions
    AddVMOption -XX:+UseG1GC
    AddVMOption -XX:MaxGCPauseMillis=50
    AddVMOption -XX:GCPauseIntervalMillis=200
    AddVMOption -XX:MaxPermSize=128M
    AddVMOption -Xms50M
    AddVMOption -Xmx384M
    AddVMOption -XX:MinHeapFreeRatio=10
    AddVMOption -XX:MaxHeapFreeRatio=10
    product\11.2.0\client_3\sqldeveloper\ide\bin\ide.conf
    comment the following two lines as shown below
    #AddVMOption -Xmx640M
    #AddVMOption -Xms128M
    Now SQL Developer runs at roughly 500 meg.
    I guess the only thing I have left to ask others reviewing this would be if there is a way to get these memory values down without having much adverse impacts on SQL Developer based on newer JVM switches/functionalities.
    The posts that drove these changes are old from a technologoical perspective :) 2010.
    Tom

  • Error Messages in NW Log: Unable to run query / Enter table name

    Hi all,
    I am always wondering about the tons of error messages in the NW log.
    Today I opened the workbench and a query (SQL-Query, Mode Fixed Query) and viewed the Fixed Query Details. Then I looked into the NW Log (SAP Logs), and it contained the following errors from my query opening inside the workbench:
    com.sap.xmii.Illuminator.logging.LHException:
    com.sap.xmii.Illuminator.logging.LHException:
    com.sap.xmii.Illuminator.logging.LHException:
    Enter a table name
    Unable to run the query
    All in all 15 error entries have been generated. Unfortunately no more details are contained in the log.
    Has anyone an idea why this happens when only opening a query inside the workbench without starting it?
    Michael

    Do you get similar errors when running a ColumnList query without providing a Table name (with the Group parameter)?
    /XMII/Illuminator?Server=XXXXX&Mode=ColumnList
    /XMII/Illuminator?Server=XXXXX&Mode=ColumnList&Group=TABLENAME
    Just a guess, but perhaps the WB is trying to fill the lower left listbox of available columns without the benefit of a table name being selected from the upper left listbox of available tables.
    Regards,
    Jeremy

  • Tables not in Query Builder table list bug?

    In HTML DB version 1.6.0.00.87 we have tables defined in our schema in our workspace. When we create a view and click on the [Query Builder] link, no tables are in the drop down list for our schema. Why? The schema is there. I can go into the SQL Workshop and query the records our of the tables, but they are not listed in the [Query Builder].
    I tried this same function but with my workspace at htmldb.oracle.com. The tables in my schema are listed there.
    Is this a bug that was fixed in version 1.6.1.00.02?

    There is one schema assigned to the workspace. That schema is listed in the pop-up window. Here are the steps I am doing:
    1.) Click on SQL Workshop
    2.) Click on Create Object
    3.) Click on View
    4.) The correct schema is listed in the Schema field. There is only one schema in the drop-down list for the Schema field.
    5.) Click on [Query Builder]. A separate browser window appears with the correct schema. There is only one value in the drop-down list for the schema. "- Select Table -" is in the TABLE field.
    6.) I click on the TABLE field to get a list of tables for the schema. Only "- Select Table -" is listed. No other tables are listed.
    I can cancel the Create View and return to the main page of the SQL Workshop. I can click on Tables to see what table are available. I select the correct SCHEMA and see the list of tables.
    I tried this in the same version of HTML DB (v 1.6.0.00.87) in a different database ie. a different HTML DB repository and received the same results, missing tables in the pop-up page
    I do not know why the tables do not list in the [Query Builder] for the Create View.

  • Query builder how to list objects, description for universe

    need query to list objects, object type, object description, object hidden property for selected universe

    All information about Universes available using Query Builder can be queried like this:
    SELECT * FROM CI_APPOBJECTS WHERE SI_KIND = 'Universe'
    Information such as objects used, etc, needs to be retrieved through the SDK:
    A sample for this exists in the developer library:
    [Direct Link to Sample|http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/en/BO_SDK/unv_info_vb/data/dessdk_com_unvInfo_sample_115_en.zip]
    "This is a Visual Basic 6.0 application which traverses the Universe Designer SDK object model and outputs the universe details to a HTML file."
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/devsuite.htm

  • Query Builder Table Limit

    What is the limit on the number of tables that Query Builder can display? I am new to BI Publisher and when I connect to my datasource and select my schema I get the message "The list of tables is too long." There are about 80 tables in the selected schema.
    We will have some developers working on our project who are not familiar with this applications schemas and would like to know what the limit is so we can understand how big a problem it will be for us and whether we should use something other than Query Builder to write our queries.
    Thanks.

    Hi
    I get the same message.I connected to the Apps database and the connection was successful.
    I would retrieve tables from schema which has 60 tables in it.For others even when I enter the first few letters in the serach entry field they cannot be retrived.
    I installed the BI Publisher 10.1.3.3.2 for Windows x86 (703 MB) on my local machine and I'm using http://wal1cd231.cis.concentra.corp:9704/xmlpserver/
    to login into BI publisher enterprise using the administrator credentials provided when installed.
    Any solution???

  • Query Builder - Tables not Appearing

    Hi, I am encountering a problem when trying to use Query Builder.
    If I have a table that is joined to by more than one other object and wish to drag TWO instances of this table into Query Builder, it will not allow it to happen. It doesn't give any error message, just at the end of the drag operation, nothing appears.
    I've now tried it with a blank canvas and just tried to drag two instances of any table there. It will just not allow the second one to appear.
    I am using SQLDeveloper in the following environmeny
    OS Name Windows XP (version 5.1)
    java version 1.5.0_05
    java.vm.version 1.5.0_05-b05
    SQLDeveloper version 1.1.2.25
    and am connecting to a local version of Oracle Database XE.
    Am I doing something wrong or is this a known problem?
    Chloe

    Thanks. I've requested it as a missing feature, but it seems odd that this functionality is not already there. Using the ubiquitous EMPLOYEE table that all good examples seem to use, you would not even be able to join this table to itself to get the details of managers of employees.
    That's why I wondered if it was a bug on my laptop first.
    I have taken your advice and created views of the tables I need to have multiple joins to as a workround for now, but I may end up with multiple views of the same table which could get unwieldy.
    Thanks again though. :-)
    Chloe

  • Query builder: tables from Database Link

    Hi APEX people,
    Is there a way to use tables from a (remote) Database Link in the Query Builder?
    In the Query Builder I seem to have only access to locally (schema) stored tables.
    I already tried to define a Synonym for the remote tables I wanted to use, but that didn't work either.
    Thanks in advance.
    Maurice

    Hi,
    First of all, can you select from them ie
    SELECT  *
    FROM my_table@my_linkAlso you can't see them as tables in the schema because they're not tables in the schema.
    Try creating a view like...
    CREATE OR REPLACE FORCE VIEW m_table_vw AS
    SELECT *
    FROM my_table@my_link;You should be able to see the view in the schema in the query builder and use that.
    Cheers
    Ben

  • Jdoql sql error.. puzzled why it puts quotes in table name

    I keep getting a jdoql error when running my entity bean.. basically, something is wrong with the sql command the entity bean passes to the database.. when i set the log file to "fine" and looked at the log file, this is the sql statement it passes to the driver:
    SQL statement<select t0."id", t0."parent_category", t0."name", t0."available", t0."available_date" from "drs_category" t0 where t0."genotype" = ?> with input values:
    I noticed that it put quotes between the table name!!! this will always give me a syntax error if i run this quote straight into the informix database.. the problem is, where do i tell it to take out the quotes since it's programmed into the jdoql class... btw, i am using an informix database

    nevermind... i figured it out.. create file INFORMIX DYNAMIC SERVER.properties and put in appserv-cmp.jar ..add these lines to the file:
    # default properties for Informix SQL generation
    FOR_UPDATE=for update
    LEFT_JOIN=, outer
    RIGHT_JOIN=,
    RIGHT_JOIN_PRE=outer
    IS_NULL=\= NULL
    IS_NOT_NULL=!= NULL
    RTRIM=trim (trailing \" \" from
    RTRIM_POST=)
    QUOTE_CHAR_START=
    QUOTE_CHAR_END=

  • SQL Developer Data Modeler? Is possible to create table partitions using

    Hi,
    I have been surfing on table properties and I have been able to see where to define partitions on table. It's possible to do it?
    Thanks

    You need to open physical model and you can create partitions there.
    Philip

Maybe you are looking for

  • How can I sort my photos by title on the iPad

    Who kows, how I can sort my photos by title on my iPad. In my mac in iPhoto I can do so, and there are several options to sort. When I chose "sort by title on iPhoto, they are displayed in the wright way, but only on the mac not after sync. on my iPa

  • PowerPoint Templates don't work in Menuboards

    We are in the process of creating menu boards for posting to our Intranet website. Instead of using a pkgd Powerpoint template, we have designed our own template with a background, textboxes, and a small graphic. The template looks great in PowerPoin

  • Transform Box Numeric Entry Error - HELP!

    I am using InDesign CS3 on a G5 Power PC Mac with 2.5 gB of SD RAM. The problem that I am getting is with the numeric entry into the "Transform" box in InDesign. It will only happen on large or complex files that I am working on, I will have a partic

  • How to install SMD Agent on a MSCS?

    Hello helpers, we have installed a PI 7.1 (double stack) on a MSCS environment. The next step is to connect the PI 7.1 SAP system to our SolMan and to install the diagnostics agent. Unfortunately I wasn't able to find any documentation explaining an

  • Unlimited World issue

    Hi,  I have been using Unlimited World off and on for the last couple of years. I used it for the last 30 days (and the larger part of the last year), and the 30 days is now over. I am attempting to re-charge my account, but running into an annoying