ORA-01552: cannot use system rollback segment for non-system tablespace 'USERS'錯誤解決
環境:
oracle10.2.0.1
REDHAT 5.3 64BIT
透過RMAN複製一個新庫後,在上面建立表報錯
[@more@]透過RMAN建立一個新例項後在新的例項上進行操作發現報一下錯誤:
SQL> create table abd (a number);
create table abd (a number)
*
ERROR at line 1:
ORA-01552: cannot use system rollback segment for non-system tablespace 'USERS'
解決方案:
SQL> create rollback segment rbs_seg tablespace system;
Rollback segment created.
SQL> alter rollback segment rbs_seg online;
Rollback segment altered.
SQL> create table test_tran.a(a number);
Table created.
SQL> conn test_tran/test_tran
Connected.
SQL> create table b(a number);
Table created.
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
[oracle@qqdb dump_dir]$ oerr ora 1552
01552, 00000, "cannot use system rollback segment for non-system tablespace '%s'"
// *Cause: Tried to use the system rollback segment for operations involving
// non-system tablespace. If this is a clone database then this will
// happen when attempting any data modification outside of the system
// tablespace. Only the system rollback segment can be online in a
// clone database.
// *Action: Create one or more private/public segment(s), shutdown and then
// startup again. May need to modify the INIT.ORA parameter
// rollback_segments to acquire private rollback segment. If this is
// a clone database being used for tablspace point in time recovery
// then this operation is not allowed. If the non-system tablespace
// has AUTO segment space management, then create an undo tablespace.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10130206/viewspace-1042313/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-01552: cannot use system rollback錯誤解決方法
- Workspace in use or cannot be created, choose a different one.--錯誤解決辦法
- ORA-1652: unable to extend temp segment by 128 in tablespace錯誤的解決方法
- Ubuntu Cannot allocate memory 錯誤解決方案Ubuntu
- ORA-32773: operation not supported for smallfile tablespace USERS 解決
- 錯誤解決:Attempting to use uninitialized value VariableZed
- [Oracle Script] Rollback Segment UsageOracle
- SMON: about to recover undo segment 1 的錯誤提示解決方法
- hive報system:java.io.tmpdir錯誤解決HiveJava
- ORA-39322: Cannot use transportable tablespace with timestamp with timezone...
- virtualbox中Cannot register the hard disk錯誤解決辦法
- ORA-01407: cannot update to null 錯誤解決Null
- ORA-04092: cannot COMMIT in a trigger錯誤的解決MIT
- ora-01034 ora-27121 Cannot allocate memory錯誤解決
- redhat vsftpd及vsftpd 500 OOPS: cannot change directory錯誤解決RedhatFTPOOP
- Ocelot錯誤解決
- Error:/etc/fstab:Read-only file system錯誤的解決辦法Error
- mongodb錯誤解決辦法-bash: ./mongod: cannot execute binary file: Exec format errorMongoDBORMError
- Rollback Segment Configuration & Tips (文件 ID 69464.1)
- 轉貼roger大師_手工清除rollback segment幾法
- Failure to extend rollback segment 2 because of 1000 conditionAI
- 解決service iptables save出錯please try to use systemctl
- SyntaxError: Non-ASCII character 與 Cannot decode using encoding "ascii" 錯誤解決ErrorASCIIEncoding
- “Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured 這個錯誤解決方案SwiftUI
- VIM 常用錯誤解決
- sqldeveloper for windows 錯誤解決SQLDeveloperWindows
- Go 自定義日期時間格式解析解決方案 - 解決 `parsing time xx as xx: cannot parse xx as xx` 錯誤Go
- Cannot restore segment prot after reloc:Permission deniedREST
- VSFTPD錯誤的解決 500 OOPS: vsftpd: cannot locate user specified in ftp_usernaFTPOOP
- vsftpd 錯誤:530 and 500 錯誤解決方法FTP
- Oracle佇列鎖enq:TS,Temporary Segment (also TableSpace)Oracle佇列ENQ
- latex 錯誤以及解決方案
- ora-27504錯誤解決
- Datastore error in 'dirbdb'錯誤解決ASTError
- ORA-27054 錯誤解決
- mysql與php錯誤解決MySqlPHP
- mysql錯誤解決總結MySql
- PbootCMS 404 錯誤解決方法boot