Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> User Quotas on Tablespaces
Hi,
If a user runs a PL/SQL procedure that inserts records into a tablespace, what requires quota on the tablespace? Is it the user? Or is it the schema that owns the PL/SQL procedure?
It is the PL/SQL procedure that inserts the records, and that allocates space in the tablespace. Therefore, an argument can be made that it is the schema owner of the PL/SQL procedure that requires the tablespace quota (not the user running the procedure).
Would somebody be able to confirm or deny this?
Thanks, Received on Tue Aug 22 2000 - 15:34:23 CDT