Tablespace quotas and creation of tables [message #369402] |
Wed, 13 September 2000 16:22 |
tinku
Messages: 5 Registered: August 2000
|
Junior Member |
|
|
Hi,
I am creating a new user in ORACLE8 database using the SQL "Create user user1 identified by user1 default tablespace tabsp1";
I am not giving any quota for any tablespace. However I am able to create table in "user1" schema
and also insert rows into it. At the same time the dba_ts_quotas contains no rows for user "user1".
Can someone please explain where my understanding is going wrong.
Thanks in advance
Regards
Tinku
|
|
|
|
|
|
Re: Tablespace quotas and creation of tables [message #369478 is a reply to message #369477] |
Fri, 29 September 2000 07:07 |
tinku
Messages: 5 Registered: August 2000
|
Junior Member |
|
|
Well I think I am not able to put my message across: My doubt is that the new user that I have created has no quotas on any tablespace whatsoever; so how is it that tables are being allowed to be created in the user's schema.
|
|
|