ALTER USER scott QUOTA 0 ON system;to restrict a user not to use a table, I got the message "system altered" but the user can still create the table. Can you explain the reason for this?
Requires Free Membership to View
REVOKE unlimited tablespace FROM scott;The user should no longer be able to create tables in that tablespace.
This was first published in June 2007

Join the conversationComment
Share
Comments
Results
Contribute to the conversation