Hi

I think you need to increase the tablespace that is assigned to this user.
To view the different table spaces do a select over the USER_TS_QUOTAS table
(you will need DBA permissions), using an alter command you can and setting
MAX_BYTES and MAX_BLOCKS to 0 will allow any amount of space.

Damien


>From: sandarbh <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>     reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: urgent
>Date: Tue, 24 Apr 2001 10:02:24 +0100
>
>Hi all,
>
>Can anyone give me a clue to this error which raised when 13469 records
>were
>inserted through a program in java.
>
>
>********************************************
>java.sql.SQLException: ORA-01631: max # extents (121) reached in table
>CAS_USER.
>MODULE_LOG
>
>         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:181)
>         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:631)
>         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1225)
>         at
>oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:661
>)
>         at
>oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.jav
>a:780)
>         at
>oracle.jdbc.driver.OracleStatement.doExecuteWithBatch(OracleStatement
>.java:822)
>         at
>oracle.jdbc.driver.OracleStatement.doExecute(OracleStatement.java:116
>4)
>         at
>oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStateme
>nt.java:1210)
>         at
>oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java
>:1227)
>         at ConnectionManager.insertRecords(ConnectionManager.java:25)
>         at DbHandlerFeeder.updatedata(DbHandlerFeeder.java:239)
>         at DbHandlerFeeder.sendToDatabase(DbHandlerFeeder.java:391)
>         at
>LogHandlerCaller.feederdetaillogmanipulation(LogHandlerCaller.java:11
>7)
>         at LogHandlerMain.pathForFeeder(LogHandlerMain.java:122)
>         at LogHandlerMain.main(LogHandlerMain.java:164)
>The time is :2317
>
>**********************************
>
>Regards,
>
>Sandarbh
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to