I have an XMLType table in an oracle database which I want to cache in a timesten cache group. But because the constraint that the table definition in the cache group must be the same as in the oracle DB and the fact that the timesten database does not support xml data yet, I could not cache my table as it is. So I demand if someone has an idea how I could cache xml data in a timesten database?
Also I can't change the definition of the table. I know that caching XML data as a CLOB in a cache group is possible, but I don't want to change the definition of my table.
thanks