"Exception" Ora-01536:space quota exceeded for tablespace

Source: Internet
Author: User


# # # The error may exist in/src/main/resources/com/star/css/dao/sql/workflow.xml### the error may involve COM. star.inserthistorystep-inline### The error occurred while setting parameters### Sql:insert into Workflowstepen (WORKFLOW Stepid_pk,begindate,workflowinstanceid_fk,ismanual,detailmessage,processorid,completedate,operatorid, Operatedate, Statusid,name_,code_,mem,createid,modifyid,modifydt) VALUES (?,?,?,?,?,?,?,?,?, 1,?,?,?,?,?,? )# # # Cause:java.sql.sqlexception:ora-01536:space quota exceeded for tablespace ' tblcss '; Uncategorized SQLException for SQL []; SQL state [72000]; Error code [1536]; Ora-01536:space quota exceeded for tablespace ' tblcss '; Nested exception is Java.sql.sqlexception:ora-01536:space quota exceeded for tablespace ' tblcss '  at org.springfram Ework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate ( abstractfallbacksqlexceptiontranslator.java:83)  at Org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate ( ABSTRACTFALLBACKSQLEXCEPTIONTRANSLATOR.JAVA:80)  at Org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate ( ABSTRACTFALLBACKSQLEXCEPTIONTRANSLATOR.JAVA:80)  at Com.star.platform.sm.spring.DAOPlatformExceptionTranslator.translateExceptionIfPossible ( daoplatformexceptiontranslator.java:72)  at com.star.platform.sm.spring.sqlsessiontemplate$ Sqlsessioninterceptor.invoke (sqlsessiontemplate.java:350)  at $Proxy 2.insert (Unknown Source)  at Com.star.platform.sm.spring.SqlSessionTemplate.insert (Sqlsessiontemplate.java:222)  at Com.star.platform.sm.session.SessionImpl.insert (sessionimpl.java:162)   At Com.star.css.dao.WorkflowDao.addHistoryStep (workflowdao.java:33)  at Com.star.css.wokrorderdispach.service.AutoCheckWorkOrderService.check (autocheckworkorderservice.java:85)   At Com.star.css.schedule.workflow.service.CheckWorkOrder.execute (checkworkorder.java:43)   Morecaused by:java.sql.sqlexception:ora-01536:space quota exceeded for tablespace ' tblcss 'At Oracle.jdbc.driver.T4CTTIoer.processError (t4cttioer.java:445) at Oracle.jdbc.driver.T4CTTIoer.processError ( t4cttioer.java:396) at Oracle.jdbc.driver.T4C8Oall.processError (t4c8oall.java:879) at Oracle.jdbc.driver.T4CTTIfun.receive (t4cttifun.java:450) at Oracle.jdbc.driver.T4CTTIfun.doRPC (T4cttifun.java : 192) Starcss exception INSERT into Workflowstepen (Workflowstepid_pk,begindate,workflowinstanceid_fk,ismanual,detailmessage, Processorid,completedate,operatorid,operatedate, Statusid,name_,code_,mem,createid,modifyid,modifydt) VALUES (?,? ,?,?,?,?,?,?,?, 1,?,?,?,?,?,? ) # # # Cause:java.sql.SQLException:Ora-01536:space quota exceeded for tablespace ' tblcss 'Cause: When adding a table, the user is constrained by the restriction of permissions when using the Tablespace "TBLCSS": Modify the user's permission to use the space of this tablespace.ALTER USER <username> QUOTA UNLIMITED on <tablespacename>For example:ALTER USER sms5449r1 QUOTA UNLIMITED on Tblcss

"Exception" Ora-01536:space quota exceeded for tablespace

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.