Showing posts with label fnd_concurrent_requests. Show all posts
Showing posts with label fnd_concurrent_requests. Show all posts

Saturday, June 22, 2013

Query to display long running concurrent requests.

SET LINESIZE 200;
SET PAGES 9999;
SET HEAD ON;
--
SET HEAD OFF;
ACCEPT enddt  PROMPT 'ENTER the date (ex: 01-AUG-99) > ';
PROMPT;
SET HEAD ON;
--