Thanks Greg!
Would it be enough to create another bigger system temp space for the database in question? (i.e. creating one with 32k page size?)
Or (according to the IBM link) must the temporary table space be of the very same size as the one used when creating the table? (Follow up question...
Hi All,
System: DB2 8.2 (8.1.7b) PE
I have a problem with an error:
com.ibm.db2.jcc.b.SqlException: A system temporary table space with sufficient page size does not exist
..when executing a SQL query (only fetching the first 1000 rows).
How can I check that the current Database has a...
Hi all,
Let say I have the following XML snippet:
<SubRoot>
<One/>
<Two/>
</SubRoot>
This part is validated against the following schema (relevant part):
<xs:element name="SubRoot" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="One" type="sdt:d_Double"/>
<xs:element...
Hi,
What is the best way to recieve big files (potentially larger than the server RAM) sent by HTML-forms,to the database??
At the moment I have a JAVA/Servlet that buffer the incoming stream , about 100k a time, and flushes to file countinously. I'd like a similar solution for streaming...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.