Query result window doesn't show contents of collection types

Hello,
I use SQL Developer version 3.1.07.
When inspecting the result of a query in the query window, for collection types containing object types, the contents of the object types are not shown. So you can see the collection having a number of object types, but the content of each object type is not displayed.
In version 3.1.05 this worked well, so for object type the content is displayed.
Could you import this functionality again in 3.1.07?
Best regards,
Joop

Hi Joop,
Have you tried double clicking on the grid cell? That should open an editor to show the individual member object details. If double clicking does not work in some random area of the grid cell, try (scrolling if necessary first) clicking on the extreme right edge of the cell.
There is some history behind this change. It started with a performance issue populating the grid for SDO_GEOMETRY objects:
Re: SQLD 3.1EA -  Fails to render resultset output containing SDO_GEOMETRY
The performance fix resulted in complaints in this forum against the SQL Developer 3.1 production release and logging another bug:
SQL Developer 3.0.04 - SDO_GEOM Issues
As far as I know, there has been no resolution on this issue, so the 3.1.07.42 behavior will probably remain unchanged in the next release. But as one of the posts indicates, you can have multiple SQL Developer versions installed on one machine -- you may want to keep that 3.1.05 early adopter version installed in order to view the object details within collections.
Regards,
Gary
SQL Developer Team

Similar Messages

  • Date format in Query Result Window

    In recent versions on OSD (trying with V3.2.20.09 Build MAIN-09.87) I've been unable to change the date format for results shown in the query results window via the NLS settings in Preferences, it's the same for other users on v3 in my area. Can anyone advice on whether anything can be done to resolve this issue or is there a bug in recent additions of OSD
    Frustrating having a result show as 01-DEC-12 and I don't know whether it's 01-DEC-2012 or our default date of 01-DEC-4712 without having to hard code a to_char in my sql which I don't want to be doing all the time to analyse my results
    I have an old version 1.5.4 Build MAIN-5940 and changing the NLS settings in preferences refrects correctly in the query results window
    Any advice appreciated, Thanks

    Thanks, looks like it's permission, tried on a different database supposed to be the same and it works when I update the preferences or run the alter session statement. Call to my admins to get on the case
    Ta
    for anyone else having simular issues, help are the statements I've tried to confirm it's permissions
    alter session set NLS_DATE_FORMAT = 'DD-MON-RR HH24:MI:SS'; -- Original
    alter session set NLS_DATE_FORMAT = 'DD-MON-RRRR HH24:MI:SS';
    commit;
    SELECT *
    FROM nls_session_parameters
    Edited by: lakeuk on 14-Nov-2012 06:37

  • Hiding SQL statement in Query Result Window

    Hi everyone,
    Is it possible to hide the SQL statement from a query result window? This can usually be done by click the orange triangle that is positioned to the left of the SQL string box (to expand and collapse it). The System Queries have this box collapsed per default, is it possible to have this setup as default for all queries, including the custom? If so, please let me know where this can be done.
    Cheers

    You should do this only with SDK programming - dont allow to show the syntax. The next, but problematic way, is the code you have do inside stored procedure and call only this sp inside the query generator window - if you have there some input parameters, you should use filling variables before executing sp and get it as input parameters to sp.

  • Date Format in Visual Studio Query Result Window

    Most vendor tools let you change the date format to show datetime in its query results window.
    But .NET does not have this.
    The ability to change this should be in located in Tools|Options but its not there.
    Can it be added in the next release?
    ALTER SESSION SET NLS_DATE_FORMAT = 'DD-MON-RR HH:MI:SS' does not work. btw.
    .NET and/or ODT over-rides it.

    Why would you expect Microsoft to write stuff for an Oracle plugin?! Why on earth would you want to see anything other than the actual raw data that YOU requested in the results of a query? Surely formating/displaying a datetime is a presentation layer thing not a database layer thing! If you're really that bothered re-write your SQL till you get what you want.

  • Skype window doesn't show up after logging in

     After I log in to Skype I see the icon show up in my task bar but the window doesn't show up and clicking on the icon doesn't do anything.
    And the times when the window DOES show up after signing in, it's not responding. 
    Is there a way to fix this? I have the latest version of Skype and am using Windows 8.1

    Please,  run the DirectX diagnostics tool (32-bit version).
    Go to Windows Start and in the Run box type dxdiag.exe and press the OK button. This will start the DirectX diagnostics program. Run this diagnostics and save the results to a file. Please, attach this file to your post.
    Be aware that you will have to zip this file before attaching it here.

  • The downloads window doesn't show files that I download them.Please, Note: Iv'e already installed IDM 6.04 Build 2 & IE 8 is still my default browser.

    The downloads window doesn't show files that I download them.Please, Note: I've already installed IDM 6.04 Build 2 & IE 8 is still my default browser.

    neuwerld wrote:
    Ohh thanks guys!
    It worked as a charm, and thanks Brisbin33 for the autostart.sh tip.
    So the thing that caused my whole system not to work as it should was that I forgot to put a "&" after conky?
    haha that´s kinda anoying I have been sitting and looking through like a milllion files looking for the answer
    But again, really thanks!
    /Neuwerld
    that little "&" sends the conky process to the background freeing up the current process (your autostart.sh script) to finish doing what it's doing so you can move on to running openbox itself.  with this in mind, it should be obvious why keeping conky in the foreground would cause problems.
    also, replacing it with (sleep 1 && conky) & means... wait a second, when that's done successfully (&&) run conky, and put all of that () to the background.  that way openbox comes up immediatly and only a second later you've got your panel and monitor.
    all this after .xinitrc and before openbox

  • Serial entry window doesn't show up

    Hi,
    I have an application in TS 3.5 In fact i copied this application from a previous one. When i run a test, the serial input window doesn't show up. What is more when the main seq reaches end, it goes to cleanup, then postuut and then runs main sequence again immediately. But i want the operator to enter a serial number and initiaize the test. I never faced this problem before.
    I hope there's s'one who can help me soon

    What process model are you using?  Has it been modified? 
    Does your sequence file include the PreUUT callback sequence in it?   If so then you will not see the default serial number input dialog if you are using the Sequential Model and the TestUUTs entry point. 
    The serial dialog box is part of the PreUUT callback.  If you open your process model and then open the PreUUT sequence in there you should see two steps (assuming no one has changed it).  One displays the dialog and the other sets the serial number. 
    If your sequence file (not the process model) contains a green sequence called PreUUT then the one in the process model doesn't get called. 
    A good litmus test for this is- Open a blank sequence file.  Run it using Test UUTs.  If you see the serial input dialog then your model is good to go and the issue is with your sequence file.  If you don't see that dialog then something has changed in your model.
    Hope this helps,
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • Login Window doesn't show all account

    Hi all folks,
    I migrate an old OS X Leopard with some Accounts to OS X Yosemite but the Login Window doesn't show all Accounts.
    And the Guest Account and the Other Account icon is outside the screen.
    Any idea how to order the Accounts in the Login Window, it seems to be the Login Window can't handle more than five Accounts.
    Thanks for any suggestion,
    Lutz

    Hi again,
    Thanks for your reply.
    I have done the unbind and performed the bind operation again, but its still happening. I have now put a second system in and its doing it on that one too.
    I was wonding if there is some way of making sure that Samba is fully started before the login window appears.
    Thanks,
    Andrew McCall

  • Why Mail doesn't show content of emails?

    Since some days Apple Mail doesn't show always the content of an e-mail message. In the window at the right hand of the columns with folders and incoming mail and in the fullscreen mode only the headers (To, From, Subject) are visible, not the content (text, images, attachments). If there is an attachment, I can see that by clicking 'show in Quicklook'.
    The problem started a couple of days ago. And sometimes Mail shows the content after receiving an e-mail, immediately after a first view no more.
    Rebuilding the mailbox doesn't change this.
    Thanks for your suggestions to solve this problem.

    Quit Mail. Force quit if necessary.
    Back up all data. That means you know you can restore the Mail database, no matter what happens.
    Triple-click the text on the line below to select it:
    ~/Library/Mail/V2/MailData/Envelope Index
    Copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder
    from the menu bar. Paste into the box that opens (command-V), then press return.
    A Finder window will open with a file selected. Move the selected file to the Desktop, leaving the window open. Other files in the folder may have names that begin with "Envelope Index". Move those files, if any, to the Trash.
    Log out and log back in. Relaunch Mail. It should prompt you to re-import your messages. You may get a warning that the index is corrupt and that Mail has to quit. Click OK.
    Test. If Mail now works as expected, you can delete the file you moved to the Desktop. Otherwise, post your results.

  • Gnome-Do result window doesn't appear

    Hi, I've just finished my first Arch installation and there's one last hiccup that's bugging me.
    Whenever I have Metacity composite turned on, the result window in Gnome Do doesn't show up when I press the down arrow, as it should. Even if I mark "Always show results window", the first time I open Do, the results window show up, but from the second on, no luck.
    If I disable composite everything works fine, but it's not because of the classic theme, as I've tried using it with composite on, but the same thing happens. Anyone got this behavior or knows how to fix it?
    Thanks.

    I had Compiz installed and tried it a little bit, but it wasn't working right (no window borders for some reason), and since I had no need for it besides making Gnome Do look better, seemed a bit like overkill so I uninstalled it. I never noticed this bug while I was trying it on... I'll try reinstalling it and making it work right and post back my results.
    Thanks
    [Edit]
    Using Compiz solved the problem, but the OS got a bit slower, even when I disabled pretty much everything I could... nothing unbearable, but noticeable. Besides, the Emerald themes aren't very nice...
    Last edited by Dhekke (2010-11-02 15:41:48)

  • Query result tab is not showing up

    I accidentally hit the x and its gone. How do I get it back so my tables show? I am pulling my hair out trying to figure this out.

    Welcome to the forum!
    Whenever you post provide your full sql developer version, 4 digit Oracle version (if using Oracle) and platform.
    >
    I accidentally hit the x and its gone. How do I get it back so my tables show? I am pulling my hair out trying to figure this out.
    >
    What 'x' are you talking about? If this was a query result tab you need to rerun the query.

  • Login window doesn't show up after installing

    So I downloaded all the updated released yesterday, including 10.5.2 combo update, Leopard Graphics Update 1.0 & iLifeSupport 8.2. Then I installed them all, restarted my Mac just fine. However, after I installed Application Enhancer & logged out, the login window couldn't show up ever since.
    Then I tried the following solutions:
    1 startup in single-user mode, fully mounted the boot volume, removed /Library/Application Enhancers & /Library/Preferences/Application Enhancer.prefPane ; then I tried to reboot, login window didn't show up.
    2 startup in single-user mode again, fully mounted the boot volume, used the following command:
    mv /Library/StartupItems StartupItemsOld
    mv /Library/Preferences/SystemConfiguration/preferences.plist preferenceOld
    mv /Library/Preferences/loginwindow.plist loginwindowOld
    mv /Library/Preferences/DirectoryService DirectoryServiceOld
    rebooted again, login window still doesn't show up.
    So if anyone could help me out, Thank you very very much!
    also, I found two strange files in the root directory: mach_kernel, mach_kernel.ctfsys. What are this two files for?

    Sounds like you need to run the repair disk routine on the installation disk's version of Disk Utility. Failing that, you could try going into single user mode on startup. Restart the Mac while holding both CMD & S. When you see the code screen and prompt >, type *fsck -fy* (note the space after the k) then hit return. Hopefully things get repaired. Once complete type reboot and hit return

  • Query results window limited to 100 rows then 150 then 200

    Great product - I love this tool and don't mind helping to find the bugs in the prereleases like this.
    When I
    SELECT * FROM MY_TABLE
    in a sql worksheet, the results window initially only displays the first 100 rows.
    I can try to scroll down, but it stops at 100 rows.
    If click on Script Output window, the fetch count goes up to 150 and if I click back into
    Results window, I can then scroll to row 150. Click back over to Script Output and come back, now I'm up to 200. As long I scroll to the bottom of the Results window and click back and forth, I can increase the size of the results window by 50 rows each time. If I want the result window to show 2000 rows this will get real tedious real quick...
    Maybe a bug in dynamically resizing the result set?

    Hi gary,
    You may have already seen one or more threads like the following on the issue of increased memory overhead for the Excel formats:
    Re: Sql Developer 3.1 - Exporting a result set in xls generates and empty file
    Basically SQL Developer uses a third-party API to read and write these Excel formats. There are distinct readers and formatters for each of the xls and xlsx forms.
    There is a newer version of the API that supports streaming of xlsx Workbooks. Basically it achieves a much lower footprint by keeping in memory only rows that are within a sliding window, while the older, non-streaming version gives access to all rows in the document. The programmer may define the size of this window. I believe the newer API version was either not available or not stable during our 3.1 development cycle. Possibly a future SQL Developer version might use it.
    Regards,
    Gary
    SQL Developer Team

  • Chinese Pinyin input candidate window doesn't Show up

    Hi,
    Sometimes when I switch to Pinyin (Simplified Chinese) input mode, when I start typing, the candidate window (that lists possible matches) doesn't show up, but if I type space it still produces the first candidate. This problem is not consistent, sometimes it occurs, other times it's fine.
    This happens everywhere, in browsers, text editors, etc.
    Any idea what the problem might be?
    Thanks!
    Bob

    I don't know what causes the problem. But I know a solution that you may try next time the candidate window disappears.
    Click the language symbol in the menu bar, and open "Preferences". Then choose the "Candidate Window" tab, and change the window direction to "Vertical". Close the Preferences window, and try to type something in any text field/box. You'll see the candidate window comes back.

  • Java preferences window doesn't show the tabs after jdk 7 update 7 installations

    java preferences window doen't show the tabs after jdk 7 update 7 installations, before the installations of jdk 7 u7 the tabs in the java preferences window were visible

    Then, dump Chrome or uninstall Java 7u7 and connect back tol Java SE 6:
    Q: Can I restore Apple Java 6 after uninstalling Oracle Java 7?
    A: Go back to Apple Java 6 using the following instructions:
    Uninstall Oracle Java 7 by deleting the plug-in file. From a Terminal window enter:
    sudo rm -rf /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
    Create a symlink using the following command, entered on a single line:
    sudo ln -s /System/Library/Java/Support/CoreDeploy.bundle/Contents/JavaAppletPlugin.plugin /Library/Internet Plug-Ins/JavaAppletPlugin.plugin

Maybe you are looking for

  • How can i get itunes on my i phone?

    how can i use itunes with my iphone without the usb key?

  • Document type for Subsequent Credit/Debit for idoc invoic01/02

    Hi SAP Gurus, We are implemeting an interface to post incoming invoice with idoc Invoic01 idoc type. We could able to post debit invoice and credit memo using document type in idoc (BSART)  as "INVO" and "CRME". But we would also like to post Subsequ

  • Prob..in search.. urgent..

    i have a problem in the search record from the database..actually my prob is that when user enter a string, if that string found in that particular field in database then it displays values in the jsp page..(this part is working) but if the record of

  • Weird jtable bug

    So I tried to add a scrollpane to my JTextArea when I edited a certain box. That turned out to be a bad idea, so I put everything back where it went before, but now it won't edit the cells. I even used svn to get the exact code that was working befor

  • Error changing data type to date in column containing blanks

    I am pulling data from an OLAP cube into PowerPivot. My data set contains several date columns wich are formatted as YYYY-MM-DD string values. After successfully importing the data, I am trying to set the data type of these columns to date. Apparentl