Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Temp
> hi every body,
> I have a user with no quota on it's temporary tablespace.
> is it normal ????
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Djaroud Salim
> INET: SDJaroud_at_france-secours.com
>
It is normal. You do not need quotas on temporary tablespaces. You need quotas where you want to create tables, indexes, clusters ... anything which will appear in USER_SEGMENTS (and is here to stay). Temporary space is a bit like rollback segments in this respect, the right to use them is implicit. In fact, you should remove quotas on temporary tablespaces from all users, if you do not want to see one day a Sybase-trained developer (most of those I have met were temporary tables lovers) create a 'temporary table' there. Applicative temporary tables, first are best avoided, and second have nothing to do in users' temporary tablespaces (as defined in the CREATE/ALTER USER statements).
Regards,
Stephane Faroult
Oriole
Corporation
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Stephane Faroult INET: sfaroult_at_oriolecorp.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Jul 16 2001 - 04:34:07 CDT
![]() |
![]() |