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

Similar Messages

  • 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.

  • Differences between TOAD for Oracle and Oracle SQL Developer?

    Does someone know the advantages and disadvantages of using TOAD for Oracle and Oracle SQL Developer?
    I work making reports with TOAD, but in a few days I will have to use the SQL Developer (because it´s free) unless I justify the necessity of using TOAD.
    Could some that used both compare them?
    Thanks,
    Facundo.

    Hello Facundo,
    since we are rolling out new client PCs we switch from Toad to SQL Developer. Therefore I'm doing some training for the "normal" users and our developers.
    Most users simply want to have access to the data in tables and views. For those there are 2 main issues:
    - Filters get lost when exiting table while sorting is still applied. Since there is no way to apply filtering before entering the data tab this can become a great performance issue because sorting is applied to many many rows. For views it is sometimes impossible to open the data tab.
    - Exporting date values to Excel needs some know how if you want to sort by this column in Excel, because the date is formatted as "Standard" meaning that the sorting is done as for a text column: 01.01.2009 is less than 02.01.2008. Here you have to use a workaround column with a formula (=1*<datecolumn>)
    The greatest Pro is the easy sharing of connections and reports by XML files.
    Our developers like the easy debugging in SQL Developer. Though they miss the feature that the source is compiled for debug automatically as in Toad. For this we have distributed a script that compiles any PL/SQL object for debugging.
    There are only some Toads installed for DBAs and for users that need access to tables protected by policies that require authentification by OS user since this information is not passed under every circumstance.
    Regards
    Marcus

  • Establish new connection in SQL developer

    hi,
    i am trying to establish new connection in sql developer, i m just new in orcale and installed 10g , from where i can get all the required information for new connection like HOSTNAME, port , sid etc
    pls someone can help me on this

    Depends. All this was presented to you when installing. If you didn't wrote anything down...
    If you accepted all defaults, it still depends on your DB version (which?).
    K.

  • 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

  • How create new user in sql developer?

    so i tried creating a new user in SQL developer, under the worksheet section,  for a 12c database
    create user Hares1
    identified by book;
    but I get this error
    SQL Error: ORA-65096: invalid common user or role name
    Sorry I know this is a generalized question. I only learned how to actually connect today - any help of a next step would be appreciated.

    so i tried creating a new user in SQL developer, under the worksheet section,  for a 12c database
    create user Hares1
    identified by book;
    but I get this error
    SQL Error: ORA-65096: invalid common user or role name
    The 'next step' is RTFM. Sorry but for 12c multitenant you simply MUST read the documentation about the new multitenant architecture.
    Your 'problem' is not creating a user with sql developer - it is how to create users in 12c.
    See my extended comments and reply in this thread (and several other threads I reference there) which addresses your exact problem
    12c: ORA-65049: creation of local user or role is not allowed in CDB$ROOT
    http://www.oracle.com/pls/db121/homepage
    I suggest you first read chapters 17 and 18 of the Concepts doc about the new multitenant architecture of 12c.
    http://docs.oracle.com/cd/E16655_01/server.121/e17633/part_consol.htm#CHDGDBHJ
    The 'Common Users in a CDB section answers your question
    >
    The name of every user-created common user must begin with the characters c## or C##. (Oracle-supplied common user names do not have this restriction.)
    >
    There are two types of users in 12c: common and local. You need to understand the difference between them.
    Until you read those doc chapters you won't understand these terms: common user, local user, CDB, PDB, root container, and many others.
    As I said in that other thread:
    You will NOT be successful working with 12c unless you have read and understand the new multitenant architecture that it uses. There are very simple things (connecting, startup/shutdown, creation of users, grants to users, etc) that just don't work the same old way anymore.
    If you try to just 'plow through it' without reading about it you will likely get an exception that you won't understand and it will likely use a term (CDB$ROOT) that you won't understand. Then you will hunt all over (or worse, ask in the forums) to find out about that term.
    Yes - I know how adverse some people are to RTFM replies. But for 12c multitenant it is mandatory to read the docs no matter how expert you may be in previous Oracle versions.

  • 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 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

  • What do you think about the new and improved SiriusDecisions Waterfall?

    SiriusDecisions launched their new and improved Demand Waterfall this week at their Summit in Scottsdale, Arizona. For those of you who haven't seen it yet, I have attached the PDF for your viewing pleasure. What do you think? What's strong? What's weak? Do you agree with Tony Jaros that teleprospecting is a required step in the Marketing Qualification process?

    It makes a lot of sense from our perspective.  Our sales organization has always generated the bulk of our leads, so it makes sense to account for them and to build programs to support them.  It was a great conference - my first SiriusDecisions Summit.  I came away both energized and overwhelmed.
    Our Inside Sales team qualifies almost all inquiries via telephone, so it makes sense to me that "teleprospecting" is a required step.  The only exceptions are sales-generated leads, so the waterfall reflects that perfectly.
    What I like most about the new waterfall is that it creates a clear structure for us to focus more on developing lead nurturing and pipeline acceleration programs specifically for teleprospecting- and sales-generated leads.  I'll admit that we've neglected this (simply including those contacts in our marketing-generated lead nurtures).  Furthermore, it reinforces the need to tailor nurtures to the buyer's stage in the buying process.  We tend to move all of our contacts through the same campaign and nurture activities as if they're progressing together, which obviously isn't the case.
    I'd be interested in learning how other Eloqua users are getting data back from their CRM on a contact who has turned into a qualified lead.  How do you find this information out?  Do you then put them through an individual nurture that is focused on accelerating the deal?

  • HT4205 Can I update my iPod touch 2nd generation with iOS 4.2.1 to restore the iOS  to a new and improved iOS? Can I go from iOS 4.2.1 too iOS 5.0.

    Can I update my iPod touch 2nd generation with iOS 4.2.1 to restore the iOS  to a new and improved iOS? Can I go from iOS 4.2.1 too iOS 5.0.

    All you can do is get a newer model iPod. The 2G can only go as high as 4.2.1. Its hardare does not support a higher iOS version

  • [svn] 3662: + add throttle configs for new and improved policy and other throttle features

    Revision: 3662
    Author: [email protected]
    Date: 2008-10-15 13:01:21 -0700 (Wed, 15 Oct 2008)
    Log Message:
    + add throttle configs for new and improved policy and other throttle features
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/messaging-config.mods.xml

    How about the random pausing when streaming a movie from itunes that was converted from a DVD? I know myself, and, a few others from what i can see are experiencing this same issue. Anyone else?

  • Since 8.0 update on my ipad, I can't find autocomplete settings, which used to work for all apps. So much for new and improved.

    Since 8.0 update on my ipad, I can't find autocomplete settings, which used to work for all apps. So much for new and improved.

    Settings > General > Keyboard

  • Can I replace my dv7 motherboar​d with a new and improved one?

    My model is a dv7-1245dx. The processor speed is 2.10GHz. Video Graphics is a ATI HD 3200 Graphics RS780M. It has a 17.0" Diagonal WXGA+high def. HP BrightView Wide screen. Memory 4096MB with a max of 8192MB. Video Mem. up to 1918MB dimensions 15.59(W)x11.2(D)x1.31(min H)1.66(Max H). I have Altec Lansing speakers but no sub-woofer which I would prefer to have. What other information should I have to determine what MB and CPU I could install in my current case?

    well it has many factors including wether the new and improved motherboard will your be fit into your current laptop , ,i think there is possibility ,but remember replacing your motherboard means replacing your gpu as well .....including ram if the new motherboards supports 
    ddr5 ,so this aint so easy ....ask your nearest hp service centre they will help you out

  • New features for SQL Developer.

    SQL Developer should include assistance to set up backups with RMAN, expdp, impdp and create, delete and modify tablespaces.
    Roberto.

    You can raise enhancement requests in the SQLDeveloper exchange.

  • Hi, i am new to oracle, SQL DEVELOPER:- ERROR:- ORA-01918

    Hi,
    I am new to oracle, and i have installed Oracle database 12c enterprise edition, and oracle jdeveloper 12c for adf web application development,
    I created a database and a new connection in it using sql developer, however while trying to create new user with the name db1 by right clicking on other users. by following the instructions in oracle documentation site. i get the error that new user db1 doesnt exist, and gives error:- ORA-01981. i even tried by changing the username as i thought may be it doesnt support alphanumeric name, but still i get the same error.
    So please tell me how to create a new user. is there any way to get out of this ora:-01918, as i googled and it says this is a bug.
    My os is win 7 x64(amd processor ).
    Thank you
    Baldwin

    A new user (called a schema in Oracle) is created using the CREATE USER SQL command. You need to be signed in as the SYS schema/user or as a schema that has been granted the rights to create schemas.
    12c database comes in two basic flavours. Container database (containing pluggable databases). Standard database. If connected to a container database, you cannot create standard user schemas - you need to be connected to a pluggable database.
    Also, your question has no relevance to either the SQL or PL/SQL languages - the subject matter of this forum. Please repost your question to a more appropriate forum dealing with SQL-Developer issues.

Maybe you are looking for

  • Out of the box Mac mini will not startup

    Hello all, just set up a new mac mini(meaning I plugged everything in and turned it on) I get the startup chime then nothing. My screen shows a system folder with flashing ? I tried everything in the manual, and then some(except calling Apple) Checke

  • Hai i am new to the abap,help me in this problem,i am not getting the o/p.

    tables:mara. data:begin of itab occurs 0,        matnr like mara-matnr,        mbrsh like mara-mbrsh,       mtart like mara-mtart,       meins like mara-meins,      end of itab. select-options:s_matnr for mara-matnr no extension. select matnr        

  • Process Flow Exit Parameters, Possible?

    I want to send through variables from One process to Another within a Process Flow Package, is this possible. I'm not able to add EXIT parameters to the END Object through which I can hand over values to the next process, how is this done?

  • Stable Build with Data Visualization?

    Hi, I just downloaded and installed the latest Stable Build (4.0.0.13875). Now my project has lost the data visualization components -- lots of compile errors about not resolving component implementations for the data visualization components that I'

  • Why doesn't Photoshop CS6 Appear in the CC Desktop App manager?

    Missing CS6 Apps in application manager. Adobe, the app manager has been nothing but problems. Apps never used to dissapear from DVDs or CDs. My MacBook Pro is capable of running all CC and CS6 apps. So I downloaded photoshop cs6 from creative.adobe.