Recent content by L. van der Hart

  1. L

    Problem in PL/SQL Developer using object type inheritance

    Hello, At the following link you can download a zip file that contains the error log and debug info: http://dl.dropbox.com/u/3355579/PlSqlDeveloper/PlSqlDeveloper.zip Thanks for looking into it!
  2. L

    Problem in PL/SQL Developer using object type inheritance

    As soon as I use an object type that is subtyped from another type (using the 'under' keyword), my version of PL/SQL Developer becomes instable. I can reproduce this as follows: 1) Create a type called TYPE_SUPER: 'create or replace TYPE TYPE_SUPER is object ( field1 number(10) )' 2) Create a...
Back
Top