Comments
Sort by recent activity
I was talking about mapping, not filtering. (Unmapped columns aren't compared). Thus I want unmapping of a column in all tables where such column exists... / comments
I was talking about mapping, not filtering. (Unmapped columns aren't compared). Thus I want unmapping of a column in all tables where such column exists...
Hi Brian,
Thanks, but there is no need for me as I've already installed the thing. However, in the time of increasing security awarness, running an unsigned executable poses a security risk. / comments
Hi Brian,
Thanks, but there is no need for me as I've already installed the thing. However, in the time of increasing security awarness, running an unsigned executable poses a security risk.
Hi Eddie,
I hope you'll add it. Otherwise is a hassle dealing with such cases.
Thanks, / comments
Hi Eddie,
I hope you'll add it. Otherwise is a hassle dealing with such cases.
Thanks,
Hi Jason,
JasonC wrote:
I'm not quite sure I understand your question. As I understand it:
1. Start program
2. Show form
And no "natural" GCs occur at any point.
Ehm, why not? I mean one can't be sure. Isn't GC supposed to run at any time it deems necessary?
JasonC wrote:
You would like to know which objects are created by the form, and which were created at the beginning of the program. Is this correct?
Yes, I would like to know, which objects are not removed after:
3. Close form
Thus I need to know which ones were created by the form. I would compare two results but I can't due to 2-step garbage collection which yields usable results only on second snapshot and thus I can't compare them.
I guess here is a suggestion: Add a button to do GC manually, not just within snapshot so one can do a manual GC before taking the snapshot and the two results can be compared. / comments
Hi Jason,
JasonC wrote:
I'm not quite sure I understand your question. As I understand it:
1. Start program
2. Show form
And no "natural" GCs occur at any point.
Ehm, why not? I mean one can't ...
I think I know how to filter this grid :-)
Does Age value count "normal" garbage collection, too? Or it counts only Profiler explicit GCs when doing snapshot? / comments
I think I know how to filter this grid :-)
Does Age value count "normal" garbage collection, too? Or it counts only Profiler explicit GCs when doing snapshot?
So, regarding to suggestion above (that I should filter by age to find out new objects), how can I know what age to filter for? / comments
So, regarding to suggestion above (that I should filter by age to find out new objects), how can I know what age to filter for?
OTOH I have a .net dev bundle license still valid, downloaded it, but yet, I get only standard edition. / comments
OTOH I have a .net dev bundle license still valid, downloaded it, but yet, I get only standard edition.
Right, I am using standard.
Perhaps you can make it obvious somehow - either enable options and show "Only in PRO" or something or make them invisible. / comments
Right, I am using standard.
Perhaps you can make it obvious somehow - either enable options and show "Only in PRO" or something or make them invisible.
Here is the original sequence SQL as SQLDeveloper sees it:
CREATE SEQUENCE "SOMESCHEMA"."S0492_OPJ_ID" MINVALUE -999999 MAXVALUE -1 INCREMENT BY -1 START WITH -1 CACHE 20 NOORDER CYCLE ; / comments
Here is the original sequence SQL as SQLDeveloper sees it:
CREATE SEQUENCE "SOMESCHEMA"."S0492_OPJ_ID" MINVALUE -999999 MAXVALUE -1 INCREMENT BY -1 START WITH -1 CACHE 20 NOORDER CYCLE ;
Keeping fingers crossed [image] / comments
Keeping fingers crossed