Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ORA-01536: space quota exceeded for tablespace 'DME'
If done in the proper way, yes. NOT by DIRECTLY updating the
datadictionary which will invalidate your support contract.
You need to look up the ALTER USER <username> QUOTA <bytes>|UNLIMITED in the SQL reference manual, and have that executed by any user with ALTER USER privilege, like SYSTEM or SYS.
-- Sybrand Bakker Senior Oracle DBAReceived on Mon Nov 21 2005 - 07:23:13 CST