Recent content by Shaun

  1. S

    PL/SQL Developer why not support for Mac OS X?

    It looks interesting. Any plans on a jdbc version that doesn't require Instant Client? Oracle hasn't released an instant client for M1+ processors yet.
  2. S

    How to save only package body ?

    Can you make this an built-in option without the plugin?
  3. S

    Enhancement Request: VIM emulator for editor

    This feature is great on IntelliJ. I'm so much more productive with vi mode. Would love to see this in PL/SQL Developer as well.
  4. S

    nested collections in sql window crashes entire application

    Thank you Marco, I believe you are correct. I updated to instant client 12.2.0.1 and it seems to be working now.
  5. S

    nested collections in sql window crashes entire application

    PL/SQL Developer Version 12.0.7.1837 (64 bit) 13.106831 - Unlimited user license Service Contract: 4/1/2017 Windows 7 Build 7601 (Service Pack 1) Physical memory : 4,193,784 kB (2,327,820 available) Paging file : 8,385,668 kB (6,391,388 available) Virtual memory ...
  6. S

    nested collections in sql window crashes entire application

    If you try to view a collection within a collection in a sql query it seems to crash PlsqlDeveloper. I've been able to reproduce in multiple versions including 12.0.7.1837. CREATE TABLE TEST_UDT_TABLE (top top_level_type); CREATE TYPE lowest_level_type AS OBJECT ( id number ); CREATE TYPE...
Back
Top