You have an Oracle error.  The max extents for table CAS_USER.MODULE_LOG have
been reached.  If the table name is an accurate indication of the use of the
table, it may only be used for logging and the solution is to remove unnecessary
rows.   I have found that it is best to install the on-line documentation for
Oracle and use the search facility to locate Oracle errors ie. ORA-01631.   It
has helped me to get a handle on Oracle problems.





sandarbh <[EMAIL PROTECTED]> on 04/24/2001 05:02:24 AM

Please respond to A mailing list about Java Server Pages specification and
      reference <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:    (bcc: Gregory Dobkins/BCSD/ISHSG/DIVADMIN/DOH)
Subject:  urgent



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

===========================================================================
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