thanks morphman for the response,
so you mean to drop all other indexes and put only functional index will improve the performance. Or should i add this functional index to the current setup.
And one more doubt. Since my xml documents having diferrent root element, how can your indexing strategy can be modified. Should i put similar functional indexes on each of the elements.
Main Topics
Browse All Topics





by: morphmanPosted on 2004-08-21 at 06:26:24ID: 11858768
You need a functional index on the xmltype column.
ngVal(sys. xmlType.ex tract rder/User/ text()')
Here is an example I found.
create index IPURCHASEORDERUSER on PURCHASEORDER PO (
substr(sys.xmlType.getStri
(PO.PODOCUMENT,'/PurchaseO
),1,24)
);