Word file creation from clob object

We have a clob/blob
field in a oracle database, storing word docs. We retreive the object
using .net or asp or some fashion on the web. Then using Aspose.word to
display these word documents, in a large group. (for example 10 word
documents in a row.)

I don’t think I get you. Aspose.Words does not display word documents.
You can load a document from a blob field into Aspose.Words document object. You need to get the stream or create a memory stream on that blob field and pass it into the Document constructor.