Recent content by Dwayne

  1. D

    PL/SQL Beautifier Rules add-on

    I would also love it if the beautifier would support formatting of DDL statements (i.e. CREATE TABLE). Is this on the enhancement list yet?
  2. D

    Getting disconnected from Oracle when querying XMLTYPE column

    Hi there, Thank you for the reference to your post - I'm not sure why my initial search didn't come up with that. Either way, it's disappointing that AllRound has chosen not to give this any attention. I've got 20 developers that I now have to explain this special treatment of one table to...
  3. D

    Getting disconnected from Oracle when querying XMLTYPE column

    Hi there, I've been able to reproduce this on several workstations, and consistently. I have a table with an XMLTYPE column, and when I simply do a "SELECT *" from that table, I consistently get disconnected from Oracle (ORA-3114). Doing the same thing from SQL*Plus works fine. If I do a...
  4. D

    Explorer doesn't show overloading

    Hi there, Not sure if this is considered a bug or not, since it likely depends on how you use the tree. I personally find it misleading (when using the tree on the left to browse through code) that it doesn't show when a package function or procedure is overloaded. Yes, if you right-click->...
  5. D

    Bug when editing Java source

    Seems like it could be a simple fix, Marco. Any chance of getting this in the next release?
  6. D

    Bug when editing Java source

    Not sure if anyone else has noticed this little problem. When I create a Java class in the db, I do so using something like: create or replace and compile java source named "ExternalProcess" However when I go to Java Source in the tree and right-click -> Edit, what gets put in the resulting...
  7. D

    Moving user settings

    Thanks for your help Marco. That was indeed the problem (different path on Win7)
  8. D

    Moving user settings

    Old machine is XP 64 Bit, new machine is Win7 64 Bit. Relevant? PL/SQL Developer Version 8.0.4.1514 01.58147 - 1 user license Windows XP Professional (64-bit) 5.1 Build 2600 Physical memory : 4,194,304 kB (4,194,304 available) Paging file : 4,194,304 kB (4,194,304 available)...
  9. D

    Moving user settings

    I know this should be simple, but I still can't get this working. I simply want to move my user settings from one machine to a new workstation, and can't find the right files. I found this...
  10. D

    How are columns sorted in the diagrammer?

    Ahhhhh....now that sounds more like what I'm experiencing. Thanks for the input. Looking forward to the fix, since the only way to resolve is to recreate the diagram
  11. D

    How are columns sorted in the diagrammer?

    That's definitely not the behavior I'm seeing. I'll upload two images showing how the diagrammer and the table structure differ.
  12. D

    How are columns sorted in the diagrammer?

    For the life of me I can't figure out how the diagrammer is determining what order to show the columns in. It's not alphabetical....it's not ordered as the table is....it's not by type... How can I make the diagram have the columns in the tables shown in the same order as they are defined...
  13. D

    Entity Relationship Diagrams (ERDs)

    I've search the forums but can't seem to find the answer to this simple question: Does the diagram window support some type of auto-layout? I see an option to align to grid, but if I drag 100 tables to the diagram window, they are all added on top of one another, and I'll spend a few hours...
  14. D

    BUG: no columns shown for text indexes

    OK - I'll do that this morning. Thanks
  15. D

    BUG: no columns shown for text indexes

    OK - I must be blind. Where the heck is the link to attach files? The FAQ says there should be a "File Manager" link, but I don't see it.
Back
Top