Recent content by mpl1604

  1. M

    Future Request - Compare User Objects

    Would it be possible to add a Filter to select only Objects whit a given Name... or to select only selected Objects Typs (procedure, function..) thanks...
  2. M

    Comment Lines

    Is it possible to add one or more Remark Lines on a report, and show this lines as a Remark at the begin or the end of a Report (like header/footer). This lines should also be visible in excel... thanks...
  3. M

    OFS Manager

    Wath is the ofs Manager delivered with the querry Reporter. I need some example/help File. thanks Martin
  4. M

    problems with profiler output

    Yes, in the column plsql_profiler_data.total_time are values equal 9,22337203685478E18 !!
  5. M

    problems with profiler output

    We found often on the profiler output lines with total time seconds that seams to be an overflow value: in some lines we have 9.223.372.036,86 seconds of total time !!!! could someone explain this?
  6. M

    Debugging problem

    We have often some problems with the debugger. If we debug a procedure so we have often the probelm that the debugger hang up!!! We have to kill the debugger! Extract from the error-logfile from oracle 9i generated after this kill: *** 2006-10-04 10:06:10.439 *** SESSION ID:(12.19583)...
  7. M

    debugging problem

    This would be very usefull!!! thanks...
  8. M

    debugging problem

    How can I see the contens of arrays "indexed by VARCHAR( ) / pls_integer"! I have only the possiblity to add the record to the watch window and to enter each index as value in the wath window!! TYPE f4102list IS TABLE OF f4102tab INDEX BY VARCHAR(12); g_f4102 f4102list; IF...
Back
Top