Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle XDK Performance Issues

Status
Not open for further replies.

KL1

Programmer
Joined
Mar 9, 2004
Messages
6
Location
GB
I am using the Oracle XDK to generate xml from the database. A straight forward select from 1 table which would pull back 70 records takes 10 mins to run before falling over as it has run out of tablespace in TEMP files.

I have run an explain plan on the select and the cost is only 1 and it is using the correct indexes.

I have raised a TAR with Oracle but they are of no help.

Does anyone have any experience of this? Any assistance would be appreciated as we have important deadlines to meet.

Thanks in advance.
Karen
 
I would simplify my query -- start off with a Select Count(*) from tbl_foo and see how well it produces XML (if at all).

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top