|
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
Term: QUOTA
Definition: ALTER USER <user_name> QUOTA <quota size> ON <tablespace name>; Example Usage: This example will allocate 50 megabytes to the user "bob": ALTER USER bob QUOTA 50M ON tspace_1; This example will allow unlimited space to the user "bob": ALTER USER bob QUOTA unlimited ON tspace_1; For more QUOTA examples and options, please view the page on Oracle Users & Schema Owners.
Related Links:
Related Code Snippets:
|
Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2024 psoug.org |