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...
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...
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?
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)...
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...