Advertisement
Guest User

Untitled

a guest
Aug 16th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [2019-08-16 08:07:45,477][[ACTIVE] ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)'] [] - com.ness.sdat.service.uziv.impl.UzivatelCustomConfigServiceImpl TRACE - EXCEPTION:: org.springframework.jdbc.UncategorizedSQLException: PreparedStatementCallback; uncategorized SQLException for SQL [
  2.                        
  3. INSERT INTO UZIVATEL_NASTAVENI
  4.  (ID,
  5. KATEGORIE,
  6. KOD,
  7. KDOINS,
  8. KDYINS,
  9. KDOZAP,
  10. KDYZAP,
  11. UZIVATEL_ID
  12. ) VALUES (UZIVATEL_NASTAVENI_ID_SEQ.nextval,
  13. ?,
  14. ?,
  15. ?,
  16. ?,
  17. ?,
  18. ?,
  19. ?
  20. )
  21.                        
  22.                     ]; SQL state [72000]; error code [1658]; ORA-01658: unable to create INITIAL extent for segment in tablespace USERS
  23. ; nested exception is java.sql.SQLException: ORA-01658: unable to create INITIAL extent for segment in tablespace USERS
  24.  {9} thrown in method 'saveKnihovnaCurrent'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement