ORA-01552: non-system tablespace USERS cannot use system rollback segment Processing

Source: Internet
Author: User
ERROR: CallableStatementCallback; uncategorizedSQLExceptionforSQL [{callUSP_SYS_CMSCODE (?,?,?)}]; SQLstat

ERROR: CallableStatementCallback; uncategorizedSQLExceptionforSQL [{callUSP_SYS_CMSCODE (?,?,?)}]; SQLstat

Fault symptom:

ERROR: 12-09-20 16:15:03 get the maximum size ERROR: CallableStatementCallback; uncategorized SQLException for SQL [{call USP_SYS_CMSCODE (?, ?, ?, ?)}]; SQL state [72000]; error code [1552]; ORA-01552: non-system tablespace 'users' cannot use system rollback segments

ORA-06512: In "WMP2.USP _ SYS_CMSCODE", line 24

ORA-06512: In "WMP2.USP _ SYS_CMSCODE", line 31

ORA-06512: In line 1; nested exception is java. SQL. SQLException: ORA-01552: non-system tablespace 'users' cannot use system rollback segments

ORA-06512: In "WMP2.USP _ SYS_CMSCODE", line 24

ORA-06512: In "WMP2.USP _ SYS_CMSCODE", line 31

ORA-06512: In line 1

Java. lang. RuntimeException: CallableStatementCallback; uncategorized SQLException for SQL [{call USP_SYS_CMSCODE (?, ?, ?, ?)}]; SQL state [72000]; error code [1552]; ORA-01552: non-system tablespace 'users' cannot use system rollback segments

ORA-06512: In "WMP2.USP _ SYS_CMSCODE", line 24

ORA-06512: In "WMP2.USP _ SYS_CMSCODE", line 31

ORA-06512: In line 1

; Nested exception is java. SQL. SQLException: ORA-01552: non-system tablespace 'users' cannot use system rollback segments

ORA-06512: In "WMP2.USP _ SYS_CMSCODE", line 24

ORA-06512: In "WMP2.USP _ SYS_CMSCODE", line 31

ORA-06512: In line 1

Fault analysis:

The UNDO tablespace data file is damaged and the Hong Kong VM fails to perform the update operation.

Fault repair:

C: \ Documents ents and Settings \ Administrator> sqlplus/as sysdba

SQL * Plus: Release 10.2.0.1.0-Production on Thursday September 20 17:26:38 2012

Copyright (c) 1982,200 5, Oracle. All rights reserved.


Connect:

Oracle Database 10g Enterprise Edition Release 10.2.0.1.0-Production

With the Partitioning, OLAP and Data Mining options


SQL> create undo tablespace "UNDOTBS02" datafile 'd: \ oracle \ product \ 10.2.0 \ oradata \ zjport \ undotbs02.dbf' size 128 m reuse autoextend on next 10 m maxsize 2048 m;


The tablespace has been created.


SQL> alter system set undo_tablespace = UNDOTBS02 scope = spfile;


The system has been changed.


SQL> alter system set undo_management = auto scope = spfile;


The system has been changed.


SQL> shutdown immediate;

The database has been closed.

The database has been detached.

The ORACLE routine has been disabled.

SQL> startup;

The ORACLE routine has been started.

The database has been loaded.

The database has been opened.


SQL> DROP TABLESPACE UNDOTBS1 INCLUDING CONTENTS AND DATAFILES;


The tablespace has been deleted.


SQL> shutdown immediate;

The database has been closed.

The database has been detached.

The ORACLE routine has been disabled.

SQL> startup;

The ORACLE routine has been started.


Total System Global Area 612368384 bytes

Fixed Size 1250428 bytes

Variable Size 167775108 bytes

Database Buffers 436207616 bytes

Redo Buffers 7135232 bytes

The database has been loaded.

The database has been opened.

This article is from the "wheat dock" blog, American servers, and virtual hosts. Be sure to keep this source

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.