SQL Server 2012 added the Extended Events UI which made working with Extended Events session much easier. You no longer need to chalk up lengthy T-SQL scripts to spawn off your Extended Events monitor… more →
TroubleshootingSQLwrote 7 months ago: SQL Server 2012 added the Extended Events UI which made working with Extended Events session much ea … more →
wrote 8 months ago: I had blogged extensively about System Health Session available in SQL Server 2008 and above. I had … more →
wrote 1 year ago: In this space you can find some very useful scripts that helps you to monitor EBS environment. Activ … more →
wrote 1 year ago: One can read this blog to understand how Oracle Diagnostic tool is being executed in Oracle EBS. We … more →
wrote 1 year ago: There have been a spate of new features and enhancements to existing functionality in SQL Server 201 … more →
wrote 1 year ago: I had written an article on SSWUG on how to track performance problems using Performance Dashboard. … more →
wrote 1 year ago: SQL> select ORIGINAL_RECIPIENT “EMP NUMBER”, STATUS, SUBJECT, BEGIN_DATE “NOTIF … more →
wrote 1 year ago: SQL> SELECT s.status “Status”, s.TYPE “Type”, s.username “DB_User … more →
wrote 1 year ago: SQL> SELECT frv.responsibility_name, frg.request_group_name, frg.description descr, fcpv.user_con … more →
wrote 1 year ago: SQL> SELECT responsibility_key, creation_date FROM fnd_responsibility WHERE creation_date between … more →
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 →
wrote 1 year ago: SQL> SELECT user_concurrent_program_name, user_concurrent_queue_name FROM apps.fnd_concurrent_pro … more →
wrote 1 year ago: SQL> SELECT select request_id, program, user_name, Responsibility_name, application_name, request … more →
wrote 1 year ago: SQL> SELECT cr.request_id, DECODE (cp.user_concurrent_program_name, ‘Report Set’, … more →
wrote 1 year ago: SQL> SELECT f.user_name, r.request_id, prg.concurrent_program_name Module, p.USER_CONCURRENT_PROG … more →
wrote 1 year ago: SQL> SELECT request_id, NAME, argument_text, user_name FROM (SELECT cr.request_id, DECODE (cp.use … more →
wrote 1 year ago: SQL> SELECT q.concurrent_queue_name “Manager”, a.actual_start_date “Start Date … more →
wrote 1 year ago: SQL> SELECT substr(cname.user_concurrent_program_name,1,40) "Program Name", creq.strt_dt, creq.oc … more →
wrote 1 year ago: SQL>SELECT DISTINCT far.request_id, SUBSTR (program, 1, 30), far.user_name, far.phase_code, far … more →