Turkbear
I tried your suggestion the query ran two mins longer
Tables are indixed as follows
Sample
PRIMARY KEY ( SAMPLEID )
INDEX U_SUBMISSIONID ON
SAMPLE(U_SUBMISSIONID)
Submission
PRIMARY KEY ( SUBMISSIONID )
SDIDATAITEM
PRIMARY KEY ( SDCID, KEYID1, KEYID2, KEYID3, PARAMLISTID...
Turkbear
The original query is below I tried to revise it so it would run faster
select
sdidataitem.paramid,
sdidataitem.displayvalue,
sdidataitem.DISPLAYUNITS,
sdidataitem.PARAMLISTID,
sdidataitem.dataset,
sdidataitem.u_quant_element,
SDIDATAITEM.U_NONREPORTABLE...
Hi I'm new to oracle using 8.1 I getting the 933 error when excuting the following code what am I missing ?
select
sdidataitem.paramid,
sdidataitem.displayvalue,
sdidataitem.DISPLAYUNITS,
sdidataitem.PARAMLISTID,
sdidataitem.dataset,
sdidataitem.u_quant_element,
SDIDATAITEM.U_NONREPORTABLE
from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.