DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: dba_ts_quota question

  1. #1
    Join Date
    Jan 2001
    Posts
    515
    If there are no rows in the dba_ts_quotas table, does that mean that every user has unlimited tablespace space priviledges?

  2. #2
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    Yes. Such users will not have any rows in DBA_TS_QUOTAS.


  3. #3
    Join Date
    Jan 2001
    Posts
    515

    thanks..

    thanks a lot.

  4. #4
    Join Date
    Mar 2001
    Posts
    314
    For an entry to appear in DBA_TS_QUOTAS, you have to execute the ALTER USER < username > QUOTA ..... ON < ts > command.

    Users who appear in the DBA_TS_QUOTAS view may have UNLIMITED space quota on a tablespace, if defined as follows:

    ALTER USER < user > QUOTA UNLIMITED ON < ts > ;

    The UNLIMITED quota will be indicated by "-1" in the MAX fields.

    -amar

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width