Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a XML file of 100KB(the file size can increase).I am passing this as an XML document to a sp in oracle.The datatype used in the sp to recieve this is Clob.
The time taken for this document to reach the sp parameter is 10 sec.This is a considerable amount of time for a 100KB file.
I have to improve this time(reduce from 10 secs).
The sp takes only 18 milliseconds to insert the data into the tables.
The XML document is well formed with proper root element,nesting and closing tags.

What all can be done to improve the time
Posted
Updated 9-Oct-11 20:02pm
v2
Comments
CodingLover 10-Oct-11 2:31am    
Can you show your code please?
DANAOS_master 19-Oct-11 10:25am    
How many times you need this time to be improved?

What kind of language you use to call the stored procedure?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900