Topic: User Administration >> ORA-01950.............
|
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: ORA-01950............. |
| Navi |
Posted: Aug 29, 2007 12:10:15 AM |
Total Post: 60
Joined: Jun, 2007
|
Hi,
I have searched a lot on net for the meaning of QUOTA and i found a lot of information but i was not able to understand, because
I have created a user by name "Naveen" and allocated a default tablespace by name "Navtbs", but when i tried to create object i got following error:-
SQL> create table Student
2 (
3 num number
4 );
create table Student
*
ERROR at line 1:
ORA-01950: no privileges on tablespace 'Navtbs'
<b>I have already created default tablespace for user Naveen then again why i need to give space(quota) for creation of table.</b>
I am getting really confused by QUOTA. Please guide me.
Regards,
Naveen |
|
|
Mohammed Taj |
| Posted: Aug 29, 2007 04:58:34 AM | |
|
Total Post: 634
Joined: Jul, 2007
|
hi,
below error will be disapper if
you grant "resource role" to user
or
alter user username
quota 10m on tablespacename;
or
alter user username
quota unlimited on tablespacename;
|
|
|
|
|
| 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
|
| Mohammed Taj | 634 |
| Murtuja Khokhar | 588 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 385 |
| Ramesh Jois | 226 |
| neeraj sharma | 189 |
| snehalatha p | 166 |
| Gitesh Trivedi | 157 |
| Gopu Gopi | 149 |
| Kushal ratnaker | 136 |
|
|