Recent content by schulzlg

  1. S

    struktur of the package does not appear content area

    The remove of the comment in "FOR rec IN(/*WITH ..." in the following source has the effect that the struktur of the package does not appear content area. This occurs when you switch between the package spec tabpane and the package body tabpane Maybe the pl/sql develeoper cannot parse the...
  2. S

    program too large PLS-00123

    I tried to compile a package, size 146 KB. The following error occured 'program too large PLS-00123'. When I use the statement "alter package package_name compile" it works. Is there a restriction for the size of packages in the PL/SQL Developer ? Who can help me ? Thanks Stephan
  3. S

    access violation

    We have created an user with the following privilegs in oracle: CREATE ANY PROCEDURE CREATE ANY TRIGGER CREATE ANY TYPE CREATE ANY VIEW CREATE SESSION CREATE TABLE SELECT ANY SEQUENCE SELECT ANY TABLE If this user makes a "select * from a queue table" in the pl/sql Developer an access...
  4. S

    auto suggestion

    When I edit types in the pl/sql developer the auto suggestion sometimes does not work. Especially using the "self" operator does not work. In Triggers there is no auto suggestion using ":new." and ":old." Is this not implemented or a common bug. Thank you for help. Stephan
Back
Top