1.

How Do You Allocate Quota On A Tablespace To Users?

Answer»

The following command is USED to ALLOCATE quota on a tablespace:
SQL>ALTER USER (USERNAME) QUOTA ON (tablespacename);

The following command is used to allocate quota on a tablespace:
SQL>ALTER USER (username) QUOTA ON (tablespacename);



Discussion

No Comment Found