Slow query on FND_CONCURRENT_REQUESTS
Hi - We are running following query from Forms and it is taking more time to complete.Following query is running on FND_CONC_REQ_SUMMARY_V view which is running on FND_CONCURRENT_REQUESTS table.We have all Indexes on FND_CONCURRENT_REQUESTS and table has 425K records.Below the SQL statement there is explain plan.FULL TABLE scan is happening on FND_CONCURRENT_REQUEST table and cost of the query is 38K.Please help me to tune this query.SELECT CONCURRENT_PROGRAM_ID,PROGRAM_APPLICATION_ID,PRINTER,PROGRAM_SHORT_NAME,ARGUMENT_TEXT,PRINT_STYLE,USER_PRINT_STYLE,SAVE_OUTPUT_FLAG
0