The most recent content from our members.
Description This procedure, when executed, will return all SQL statements for the given date range and program ordered by wait time. The name of the program should match content of the Programs tab within the Ignite GUI. See comments inside the procedure for more details on the parameters and methods for calling. Install…
DESCRIPTION This custom report will list the Top N SQL statements in your instance for a specified program name. To use this report, run it from SQL*Plus while connected to the Ignite repository database. SQL*PLUS SCRIPT select id, name from cond order by name; prompt Which Database ID accept DBID prompt Enter Start Date…
Hi, I have advanced alert, and I have to make Action as run external program smth.exe. Can i use the variable, for example ${NodeName} for that? I need d:\smth.exe -n ${NodeName} -i ${Interface.Caption} ... Thanks
It looks like you're new here. Sign in or register to get started.