Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> rewrite the sql query
Group:
I have the following sql query
select
f.folder_id, rd.pr_number,c.contract_number, p.nsn,rsa.solicitation_number,c.contractor_cage,f.archive_status_flag, f.folder_obj_id, f.gdms_instance_nm, f.frag_id
ecf_folder f,ecf_contract_data c,ecf_folder_req_assoc fra, ecf_requisition_data rd, ecf_req_soli_assoc rsa, ecf_pr_nsn_assoc pwhere
It's taking around 16 seconds right now. I would like to speed up this query is there any other method to do it.
Any help is appreciated.
rama
rkolluru_at_csc.com
Received on Thu May 20 1999 - 12:29:01 CDT
![]() |
![]() |