SQL Developer Exchange Upgrade?

Can the APEX installation used to provide the SQL Developer Exchange be upgraded to APEX 3.1 and the various reports redeveloped as Interactive Reports? This would give Exchange users the ability to customise the screens to their requirements, particularly the Feature Requests which has become unwieldy. The ability to perform more complex custom filtering on this report would be very useful.

Agreed. Done.
http://apex.oracle.com/pls/otn/f?p=42626:46
-kris

Similar Messages

  • How 2 find the "Requests from the SQL Developer Exchange Included" in 2.1.1

    Hi,
    I would like to explore the new features from 2.1.1
    http://www.oracle.com/technology/products/database/sql_developer/files/BugsFixed_v211.html
    But can not find them in:
    http://apex.oracle.com/pls/otn/f?p=42626:46
    Where are they explained...?
    Thanks, Juergen

    Thanks K,
    good hint with the filtering of the status...!
    I was just wondering if you can find the ID's. When you scroll to the end on: http://www.oracle.com/technology/products/database/sql_developer/files/BugsFixed_v211.html
    there you find the section "Requests from the SQL Developer Exchange Included" with a lot of IDs...
    8411043 : Commit confirmation
    8755723 : Copy column name to clipboard (ctrl - shift- C)
    8487257 : Do not use ora_rowscn (Request implemented using a preference)
    but the filtering is good for me too...
    Juergen

  • SQL Developer Exchange Link

    The link to the "SQL Developer Exchange" (http://sqldeveloper.oracle.com/) on the SQL Developer OTN Home Page returns an error page, and has been for the last couple of days....
    Is Oracle having web site problems?

    FYI - this should be redirecting to http://htmldb.oracle.com/pls/otn/f?p=42626:16:751995922354625::NO:::
    Have fun,
    K.

  • Sql Developer Exchange - Website Unavailable

    I've just tried to access SQL Developer Exchange website and the message i get is
    The website you are trying to access is currently unavailable
    Can somebody look at this issue?
    I have also noticed low activity on this forum over the last few weeks which is a bit "strange". Is this due to a new version release? :D
    Cheers,
    Dani

    FYI - this should be redirecting to http://htmldb.oracle.com/pls/otn/f?p=42626:16:751995922354625::NO:::
    Have fun,
    K.

  • New and Improved SQL Developer Exchange

    From the exchange, we have implemented over 400 requests from users. The exchange is have a bit of a facelift and if anyone would like to test out the new Exchange go here https://apex.oracle.com/pls/apex/f?p=43135:1 . Let me know what you think. This is the same tables and data just much needed UI re-work.
    thanks
    -kris

    - the requests need Created and Updated columns
    These are there you just have to choose to show them. Under the Actions button, there is a "Select Columns" option.Nice work, it does work :)
    - grids would be nice (alternating colours optional)
    Done.Can you do the same in the "Rating/ Comments section" as it's not present.
    - in the voting section, user names are missing, together with the ability to edit your given score. Score 10 is missing.
    This is intentional. It's now using Oracle's SSO which would show everyone's email address.to my knowledge the forum is using the SSO where my name is displayed instead of email address. I don't like to have my email address displayed (spam reasons).
    In addition to this i saw that:
    1) if i have voted already, the application shows me the "Rate this feature" button which means i can still vote, but when i apply i get unique constraint violated.
    In the current version if i have already voted, i don't have the option to vote again.
    2) if i'm already logged on the forum and then go directly to the Exchange to vote, i'm redirected to the SSO to enter my login details.
    I was expected not to be asked again for my login details.
    Dani

  • SQL Developer Exchange filter update request

    Hi,
    Can someone from the team please update the Exchange to include new filters such as "Scheduled for 2.0".
    Additionally, with the default filter ("Not in ..."), these requests are filtered out right now.
    Thanks,
    K.

    Sure - I'll update it. I'll look at updating the feature list too in the next week or so.
    Sue

  • SQL Developer Exchange: Feature Requests

    I'm requesting a new feature for the Feature Requestor :-)
    Would it be possible to show a creation date and last rated date on the Feature Requests report to help in tracking what's been changed?
    (And note that the HTML Title on the Rating Page says "Rating Deatil" instead of "Detail".)

    Thanks for the feedback, I'll note those requests. I thought I'd got all the typos!
    Sue

  • SQL Developer 3.1 EA - Database Diff Issues

    Hi
    I am using SQL Developer 3.1 EA to generate database difference script to upgrade my db. This is really very useful and very good tool for compare two different databases and generate the difference script.
    There are few bugs (?) identified while using database diff tool.
    1. If there is a column mismatch in Source and Destination tables, directly drop the table and recreate new one. This is not a good solution for upgrading database with some other database (data loss is the major issue). Microsoft handled this situation in VS2010 to create temp table with new structure then move data to the temp table and finally drop the original table and rename temp table to original. I am expecting the same method in Database Diff also.
    Sample Code:
    --Changed TABLE
    --F_SYSTEM_2
    DROP TABLE "ED9461001ER09_D1"."F_SYSTEM_2";
    CREATE TABLE "ED9461001ER09_D1"."F_SYSTEM_2"
    (     "SYS2_SEQN" NUMBER(9,0) DEFAULT 0 NOT NULL ENABLE, ....
    2. Primary key constraint created with table creation for new tables. But late point of time, Create unique index statement also trying to create the same to lead runtime error.
    Sample Code:
    --New TABLE
    --F_SYSTEM_3
    CREATE TABLE "ED9461001ER09_D1"."F_SYSTEM_3"
    (     "SYS3_CORVU_DB_NAME" VARCHAR2(50),
         "SYS3_CORVU_DB_SCAP" VARCHAR2(8),
         "SYS3_CORVU_DB_VIEWURL" VARCHAR2(2048),
         "SYS3_CORVU_HP_NAME" VARCHAR2(50),
         CONSTRAINT "PK_F_SYSTEM_3" PRIMARY KEY ("SYS3_SEQU") ENABLE
    --New INDEX
    --PK_F_SYSTEM_3
    CREATE UNIQUE INDEX "ED9461001ER09_D1"."PK_F_SYSTEM_3" ON "ED9461001ER09_D1"."F_SYSTEM_3" ("SYS3_SEQU");
    3. If there is an difference in procedures, script generated with two Create Procedure statements (Source and Destination) which is irrelevant.
    --Changed PROCEDURE
    --GET_DI_COUNT
    CREATE OR REPLACE PROCEDURE "ED9461001ER09_D1"."GET_DI_COUNT"      (PP_SEQU int,
    --Changed PROCEDURE
    --GET_DI_COUNT
    CREATE OR REPLACE PROCEDURE EDISAPAC10_D1.GET_DI_COUNT      (PP_SEQU int,
    I am expecting your solution / clarification.
    Regards
    Nagarajan Santhan

    1. Makes sense. You can request this at the SQL Developer Exchange, so other users can vote and add weight for possible future implementation.
    2. Long standing bug. As it won't make your computer explode, apparently low priority to fix.
    3. I'm unable to use the comparison feature in EA3. I do get the progress dialog comparing the different procedures and functions, but when finished it just disappears, and no comparison sheet opens, like the whole operation just got cancelled. No exceptions in the console, just a lot of these in the logging page:
    update returning false for Grid1oracle.ide.Context[{Context.WORKSPACE=Databases.jws, Context.PROJECT=IdeConnections%23DES+-+Reddis.jpr, Context.SELECTION=[Loracle.ide.model.Element;@1353c19, Context.EVENT=null, Context.VIEW=LoggingMessagePane.Logging Page}]Can someone from the team suggest something to debug?
    Thanks,
    K.

  • SQL Developer Enhancements

    Is it possible to have :
    a) collapsible blocks and functions like Toad for Oracle?
    b) to format code and have flexibility in formatting, tabs, margins, keywords, indenting, parenthesis, parameters, declarations, capitals ... etc...
    b) the ability to save format code settings to a file so mor ethan one copy of SQL Developer (developers) can use the same formatting?
    c) To be able to navigate through a package - click on the name of a procedure and be able to go right to it?
    Please let me know if these are already available as I just upgraded.... Many thanks...

    user10912612 wrote:
    Is it possible to have :
    a) collapsible blocks and functions like Toad for Oracle?
    yes. In any of the PL/SQL editors there are controls for this in the left hand margin
    Not sure I understand - you mean the object browser tree on the left?
    I meant collapsible in the right side (while editing the code, being able to collapse a BEGIN block or a Sub program but in the editing window like inToad for Oracle)
    Is this possible?
    Yes. If you open some PL/SQL in an editor, you will see [-] in the margin against collapsible elements.
    b) to format code and have flexibility in formatting, tabs, margins, keywords, indenting, parenthesis, parameters, declarations, capitals ... etc...
    yes Tools | Preferences | Database | SQL Formatter
    This looks very basic just now - Can there be more added here?
    First a visual example of how a format selection will change the code dynamically would be outstanding.
    As for formatting:
    It would be great to not have spaces and substitute tabs at the left side of each line.
    Also, to be able to position INSERT and VALUE blocks as well as other Blocks
    position parenthesis around sub program declarations along with IS, AS
    format declarations like positioning IN and OUT and DEFUALT
    Capitalize choices like Datatype
    I don't think you have looked at this properly. There are a number of sub-pages with many options.
    b) the ability to save format code settings to a file so mor ethan one copy of SQL Developer (developers) can use the same formatting?
    No. This has been requested before. Goto the SQL Developer exchange and vote on it.
    I went to the web site and did not see a vote choice so created a request.
    How do I vote on it?
    You can't vote on your own creations.
    c) To be able to navigate through a package - click on the name of a procedure and be able to go right to it?
    Yes and no. There is a decomposition of the package in the object browser which makes it fairly easy to find things. There is also an "open declaration" context menu item but that will open the package spec code rather than jumping to the definition in the current package body
    The decomposition of the package merely lists the sub programs in the package.Actually it lists variables as well
    Jumping to the spec code can be helpful but being able to jump to the Body code is much more preferred.
    Can this be added?
    I will add to the create feature list -

  • How to show Primary_key in Column Tab - Oracle SQL Developer 2.1.1.64

    How to show Primary_key in Column Tab or It bug? i can not see. thank you for answer.

    This was removed for performance reasons, but a lot of us asked for it to go back in.
    Don't know if it is currently planned, so better request this at the SQL Developer Exchange, so other users can vote and add weight for possible sooner implementation.
    Regards,
    K.

  • How to see job section in "Oracle SQL Developer"

    Hi,
    I am using oracle SQL developer to connect to oracle instance unlike procedure,tables,views i am not able to see job section (we have can see in toad as job section) please help me to get locate the same.

    There's no support for jobs yet. Vote on the existing feature requests at the SQL Developer Exchange if you want to add weight for future implementation.
    If you have trouble handling them manually, you can always ask help on the SQL And PL/SQL forum...
    Thanks,
    K.
    Edited by: -K- on 20/05/2009 12:27:
    BTW, there are some job reports (Reports - All Reports - Data Dictionary Reports - Jobs), but those will list only DBMS_JOB stuff, not the DBMS_SCHEDULER ones.
    You can also create your own reports and/or User Defined Extensions to add a Jobs node inside the connection navigator, but that's for more advanced users...

  • How to get the script of a table or view in SQL Developer?

    Dear friends/expert,
    Could you tell me how to get the script for a view or a table easily in SQL Developer like pressing F4 in TOAD?
    I found that I can press SHIFT+F4 for a view in SQL Developer and get the script of the view in Details Tab. But how to move the script to SQL worksheet to edit? It is very easy to do in TOAD.
    And I didn't find a way to get the script for a table till now. Is there any way to do that?
    Thanks in advance.
    Best regards,
    Ning

    1. Although the team might put a lot of effort in keeping track on the forum, a lot of posts still go by without answer.
    2. If you have an enhancement request, log it at the announced SQL Developer Exchange, so others can vote to add weight on the issue. Be clear and detailed in the explanation.
    3. Given the structure of the application, I guess it won't be easy (maybe impossible) to add the functionality you are asking. Do you have a suggestion on how to access the info?
    4. If your request gets accepted, still another year or two may go by until the functionality gets added. For sure you'll be better off writing a user defined extension or report (querying DBMS_METADATA.GET_DDL).
    Hope that helps,
    K.
    Edited by: -K- on 12/01/2009 09:37

  • SQL Developer 2.0

    I know we don't have a date; however, it would be nice to know some of the features planned for SQL Developer 2.0.

    Hello willjamu,
    at the [SQL Developer Exchange|http://apex.oracle.com/pls/otn/f?p=42626:37] you can filter the feature requests for "Scheduled for 2.0" and you can visit the [Statement of Direction|http://www.oracle.com/technology/products/database/sql_developer/files/sqldeveloperstatementofdirection.htm] and read the "Plans for the next release"
    Regards
    Marcus

  • Querying uncommitted session data in SQL Developer debugger

    I'm trying to analyze a large PL/SQL program that performs table creation, data insertion, and conditional updates to temporary tables. Is there a way to query the uncommitted data in the session in which the PL/SQL is running while stopped at a breakpoint? I see that watches make variables available for inspection, but I'd like to query data in the temp tables using a select statement to see what is there while the debugger is stopped at a breakpoint.
    This is using SQL Developer 1.2 on MS Windows XP against an Oracle 10g database.

    Well, no. You'd have to change your code to include these calls and fill variables you can monitor with the debugger. A lot of work in development, impossible for production...
    This would make a great request for the SQL Developer Exchange though: like the VB/Access Immediate window, a worksheet linked to the debugger session. You'll have my vote if you add it.
    K.

  • Plsql_optimize_level = 3 and native compilation in SQL Developer?

    SQL Developer: Version 3.1.06 (Build MAIN-06.82)
    Oracle: 11gR2
    OS: Ubuntu 10.10
    Whenever I compile a PL/SQL unit in SQL Developer (using 'Compile' button) it is compiled with the following settings:
    PLSQL_OPTIMIZE_LEVEL = 2
    PLSQL_CODE_TYPE = 'INTERPRETED'
    However, if I issue the following commands in an SQL Worksheet:
    ALTER SESSION SET plsql_optimize_level = 3;
    ALTER PACKAGE PACKAGE_NAME COMPILE PLSQL_CODE_TYPE = NATIVE;
    the query SELECT PLSQL_OPTIMIZE_LEVEL, PLSQL_CODE_TYPE FROM ALL_PLSQL_OBJECT_SETTINGS WHERE NAME = 'PACKAGE_NAME'; resullts in
    PLSQL_OPTIMIZE_LEVEL     PLSQL_CODE_TYPE
    3     NATIVE
    3     NATIVE
    Is it possible to make SQL Developer to use these settings by default?
    P.S. It seems that Tools > Preferences > Database > PL/SQL Compiler menu section is missing the options I need (Optimization level drop-down menu have numbers 0-2, but not 3). Are there any plans to support these features in the future releases?
    Edited by: Ravshan Abbasov on Feb 6, 2012 6:28 AM

    Hi Ravshan,
    I thought a workaround would be to create a sql script like the following:
    alter session set plsql_code_type=native;
    alter session set plsql_optimize_level=3;  then point to it in the setting for Tools|Preferences|Database|Filename for connection startup script. That doesn't work however, as the other preference setting for plsql_optimize_level overrides the session value of 3 during compilation from the UI.
    According to Oracle documentation, level 3 was added for Oracle 11g. Prior to that, the same effect could be achieved by level 2 in conjunction with the INLINE pragma in the PL/SQL code.
    You might want to make a feature request for this on the SQL Developer Exchange so the community can vote and comment.
    Regards,
    Gary
    SQL Developer Team
    Edited by: Gary Graham on Feb 6, 2012 2:32 PM
    And, of course, Compile for Debug does not work with the 'native' setting.

Maybe you are looking for

  • I am getting a 42404 error message when opening itunes and itunes will not let me connect my iphone to it trying to get me to restore. I need help?

    I am getting a 42404 error message when opening itunes and itunes will not let me connect my iphone to it trying to get me to restore. I need help? I am not that technically inclined and really simple terms  are appreciated.

  • Problem in WEB-UI field (Not Bound)

    Hi Experts,    I am new to CRM Technical, I have added new standard field (Date Of Birth) thourgh component work bench 'BSP_WD_CMPWB'  in 'Z_IC_AGENT' business role. after execution this business roles i could able to see this DOB field but its showi

  • How to get color in the final row of table view( table control)

    Hi, iam having a table control displayed with 10 records as output,in that i need to provide a color for the final row since it is total inorder to show difference from other records. Kindly advise me on this. Thanks & Regards, Nehru.

  • Help on Start Routine

    Hello All, I cannot determine how to bring only records based on customer master data field =status in the data target , and the rest to delete it in the *start routine*.  Please help.  I am adding my code below. Any help is appreciated. DATA: L_fiel

  • Charging problem

    HI support team please help my I had problem  in my iphone 5 when my battery is empty and iPhone is shutting down I was connected chager but that don't working ,also I must open my phone and  charged  the battery in external charger and reconnect the