Topic: Backup & Recovery >> Unable to create table(error-01552)
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| Title: Unable to create table(error-01552) |
| VIJAY |
Posted: Mar 21, 2006 04:52:00 PM |
Total Post: 7
Joined: Nov, 2005
|
Hi all,
I am getting an error while creating table,
error-01552 : cannot use system rollback segment for non-system tablespace 'TABSP'
Description:
I have created a database with the database name 'testdba'
then I have created a tablespace 'tabsp' & a user 'vij'
then assigned the tablespace to the user 'vij' by doing...
SQL> alter user vij default tablespace tabsp;
then
SQL>connect vij
after connecting to user vij
tried to create a table by doing.......
SQL>create table sanjaytab(ename varchar2(10),eno number(5));
& GOT AN ERROR error-01552 : cannot use system rollback segment for non-system tablespace 'TABSP'
PLEASE TELL ME WHY I AM GETTING THIS ERROR & WHY I AM NOT ABLE TO CREATE TABLE UNDER THE USER NAME 'VIJ' |
|
|
Vigyan |
| Posted: Mar 21, 2006 10:23:09 PM | |
|
Total Post: 386
Joined: May, 2001
|
You have to have at least one undo/rollback tablespace in order to create non-system objects.
Create one undo tablepace in the database.
Hope it helps.
Vigyan
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 857 |
| Mohammed Taj | 746 |
| positive fanatic | 483 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| Vinoth Kumar | 357 |
| Gopu Gopi | 340 |
| Gitesh Trivedi | 322 |
| neeraj sharma | 258 |
| Ramesh Jois | 246 |
|
|