April 10, 2006
Generate Schema from XML Instance
Trang is a tool that can be used to generate XML Schema from a XML instance document.
java -jar trang.jar input-xml output-xsd
April 08, 2006
SPOT
SPOT (Simple Performance Optimization Tool) is a performance profiling tool. It can produce HTML reports on where and how much time is spent, instruction counts etc
April 02, 2006
Batch Processing
This OTN article covers how to handle errors while doing batch processing in Oracle. This error handling helps in skipping the errors and continue with the batch processing, so that the entire operation wont get rolled back.