Recent content by DomGo

  1. D

    Compile invalid objects in PL/SQL developer is very slow with 10g database

    I am not quite sure why this query uses a filter for object_type as we want to query invalid objects. In fact this query takes much longer (10 seconds) compared to select object_name, owner, object_type from sys.all_objects WHERE status 'VALID' order by object_name (0,5 seconds). But...
  2. D

    Compile invalid objects in PL/SQL developer is very slow with 10g database

    We're dealing exactly with the same problem. The shared_pool_size was already significantly raised by our administrator. The first (initial) query needs up to 60 seconds to show any invalid object. Is there a solution to this problem in the meantime? Regards, Dominik
  3. D

    Align Cell-Text to Top

    Hi, how can I align the output in cells at the top of the cell? My report displays a column with long multiline texts. The output in the other cells of the row is vertically centered. I would like to have it at the top of the cell. Regards, Dominik
Back
Top