Blogs about: Monitoring Scripts

Featured Blog

Creating custom XEvent Templates

Amit Banerjee wrote 7 months ago: SQL Server 2012 added the Extended Events UI which made working with Extended Events session much ea … more →

Tags: monitoring, Extended Events, Templates

System Health Session and beyond5 comments

Amit Banerjee wrote 8 months ago: I had blogged extensively about System Health Session available in SQL Server 2008 and above. I had … more →

Tags: System Health Session, monitoring, Extended Events

Oracle EBS - Monitoring Scripts3 comments

Krishnaa wrote 1 year ago: In this space you can find some very useful scripts that helps you to monitor EBS environment. Activ … more →

Tags: Oracle EBS - Monitoring Scripts

EBS Diagnostic Tool Execution – 11.5.10.2

Krishnaa wrote 1 year ago: One can read this blog to understand how Oracle Diagnostic tool is being executed in Oracle EBS. We … more →

Tags: Oracle EBS - Diagnostics Tool

Awesomesauce SQL Server 2012: System Health Session

Amit Banerjee wrote 1 year ago: There have been a spate of new features and enhancements to existing functionality in SQL Server 201 … more →

Tags: SQL Server 2012, Extended Events, System Health Session, XE Display

Awesomesauce SQL Server 2012: Performance Dashboard

Amit Banerjee wrote 1 year ago: I had written an article on SSWUG on how to track performance problems using Performance Dashboard. … more →

Tags: Tools, Monitoring Tools, SQL Server 2012, Performance Dashboard, sswug

Find Open WF Items for a User

Krishnaa wrote 1 year ago: SQL> select ORIGINAL_RECIPIENT “EMP NUMBER”, STATUS, SUBJECT, BEGIN_DATE “NOTIF … more →

Tags: Scripts, Oracle EBS - Find Open Workflow Notifications for User

Find Form Session using UNIX PID

Krishnaa wrote 1 year ago: SQL> SELECT s.status “Status”, s.TYPE “Type”, s.username “DB_User … more →

Tags: Scripts, Oracle EBS - Find Form Session using UNIX PID

Find the Responsibility for a Report

Krishnaa wrote 1 year ago: SQL> SELECT frv.responsibility_name, frg.request_group_name, frg.description descr, fcpv.user_con … more →

Tags: Scripts, Oracle EBS - Find out the responsibility for a given re

Find the Responsibility Created in XX days

Krishnaa wrote 1 year ago: SQL> SELECT responsibility_key, creation_date FROM fnd_responsibility WHERE creation_date between … more →

Tags: Scripts, Oracle EBS - Find out the responsibilities created in l

Find the Active Form Sessions

Krishnaa wrote 1 year ago: SQL> SELECT p.spid, s.process, s.status, s.machine, to_char(s.logon_time,’mm-dd-yy hh24:mi: … more →

Tags: Scripts, Oracle EBS - Active Form Session

Find Which Manager Runs the Concurrent Program

Krishnaa wrote 1 year ago: SQL> SELECT user_concurrent_program_name, user_concurrent_queue_name FROM apps.fnd_concurrent_pro … more →

Tags: Scripts, Find Which Manager Runs the Concurrent Program

Find the Scheduled Concurrent Request between Time

Krishnaa wrote 1 year ago: SQL> SELECT select request_id, program, user_name, Responsibility_name, application_name, request … more →

Tags: Scripts, Find the Scheduled Concurrent Request between Time

Find the Scheduled Concurrent Request with Arguments and Interval

Krishnaa wrote 1 year ago: SQL> SELECT cr.request_id, DECODE (cp.user_concurrent_program_name, ‘Report Set’, … more →

Tags: Scripts, Find the Scheduled Concurrent Request with Arguments an

Find Concurrent Request Completed with Error/Warning

Krishnaa wrote 1 year ago: SQL> SELECT f.user_name, r.request_id, prg.concurrent_program_name Module, p.USER_CONCURRENT_PROG … more →

Tags: Scripts, Find Concurrent Request Completed with Error/Warning

Find the Duplicate Concurrent Request

Krishnaa wrote 1 year ago: SQL> SELECT request_id, NAME, argument_text, user_name FROM (SELECT cr.request_id, DECODE (cp.use … more →

Tags: Scripts, Find the Duplicate Concurrent Request

Find the Concurrent Request Ran for XX mins in XX days

Krishnaa wrote 1 year ago: SQL> SELECT q.concurrent_queue_name “Manager”, a.actual_start_date “Start Date … more →

Tags: Scripts, Find the Concurrent Request Ran for XX mins in XX days

Find the Concurrent Request Frequency in XX Days

Krishnaa wrote 1 year ago: SQL> SELECT substr(cname.user_concurrent_program_name,1,40) "Program Name", creq.strt_dt, creq.oc … more →

Tags: Scripts, Find the Concurrent Request Frequency in XX Days

Find the schedule for a Concurrent Program

Krishnaa wrote 1 year ago: SQL>SELECT DISTINCT far.request_id, SUBSTR (program, 1, 30), far.user_name,   far.phase_code, far … more →

Tags: Scripts, Find the schedule for a Concurrent Program


Related Tags
All →

Follow this tag via RSS