Tanel Poder
Tanel Poder
11.2 support is good enough. I am even thinking of defaulting to 12.1+ support by default and people still running TPT scripts on older versions would have to comment out...
Yes, I've thought about that option in past too. I could put init_custom.sql to .gitignore so people can keep the init_custom.sql within the TPT script if they want (to avoid...
Hi Vyasheslav, It would be useful to also see the `program2||event2` columns to understand which process types and which events were involved in the blocking. The ash_wait_chains script walks thought...
I have planned this for a while: 1) have asqlmon/dasqlmon _without_ the lengthy predicate columns in the end at all and have a clone script asqlmonx.sql/dasqlmonx.sql (X meaning extended output)...
This is due to an Oracle V$SESSION issue ... haven't fully figured out where exactly it happens. Is this DB a Multitenant-enabled DB? If yes, can you run a snapper...
Thanks, would be good to know the outcome.
Would the use case be to just have narrower (but taller) output? I've been thinking of doing some more work on the wait chains analysis in general and could add...
Great idea. Could launch the supplied program using python subprocesses or `popen()` and then keep sampling (and optionally showing intermediate reports) of the subprocess (and its children) as long as...
Great, thanks! I'll need to do some setup and testing on my side (hoping to automate some tests so that the RPM gets installed on my centos5,6,7,8 machines automatically as...
Looks like it's due to clashing module names. I guess you have the python `proc` package installed and pSnapper imports that instead of its own proc package. I guess I'll...