select * from FND_CONCURRENT_PROGRAMS_VL fcp where fcp.USER_CONCURRENT_PROGRAM_NAME like '%CUX%XXXX%';select * from FND_CONC_REQ_SUMMARY_V fcr where fcr.CONCURRENT_PROGRAM_ID= xxxxxx order by fcr.REQUEST_DATE desc;SELECT t.logfile_name,t.outfile_name,t.*FROM fnd_concurrent_requests tWHERE t.request_id = xxxxxx --请求ID