h1

[Oracle Sql] – set unlimited quota for user on tablespace

August 28, 2007

ALTER USER username
IDENTIFIED BY password
QUOTA UNLIMITED ON tablespace_name;

Leave a Comment