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

Thread: quota unlimited

  1. #1
    Join Date
    Jan 2001
    Posts
    72

    Post

    alter user scott quota unlimited on data_tablespace

    If I give scott unlimited quota on data_tablespace and I want to revoke that priveledge,
    Is that possible? If so, what's the syntax to do that?

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    quota is not a privilege. To reduce scott's quota, you would:
    alter user scott quota 60M on users;
    Jeff Hunter

  3. #3
    Join Date
    Feb 2001
    Location
    Bombay,India
    Posts
    530
    Hi,
    Give the follwoing command to revoke or give 0 quota on users tablespace .

    alter user scott
    quota 0 on users;

    Regards,
    Rohit Nirkhe,Oracle DBA,OCP 8i
    rohitsn@altavista.com


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