Hi, If you alter the quota for a user to zero bytes on any tablespace, it will not show up in the dba_ts_quotas for that user. In your third query, in which schema the table was created?
HTH, Quamrul >From: [EMAIL PROTECTED] >Reply-To: [EMAIL PROTECTED] >To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> >Subject: Question on dba_ts_quotas >Date: Mon, 03 Dec 2001 14:56:33 -0800 > > >Hi All, > >I have a question on dba_ts_quotas. > >User called QUOTE has objects in TS_QUOTE_DATA and TS_QUOTE_INDEX >tablespaces. And, I expect that the relation/quota >would show up in dba_ts_quotas. I don't see any records in dba_ts_quotas >for this schema. I checked for other >schemas and they showed up. >Just for testing, I created a dummy table to test it and it got created >without any problems. > >Why is it not showing up in dba_ts_quotas. Am I missing something here? >BTW, I am using SYSTEM to query these views. > >Thanks in advance for your help. > >SELECT DISTINCT TABLESPACE_NAME FROM DBA_SEGMENTS WHERE OWNER LIKE 'QUOTE'; > >TABLESPACE_NAME >------------------------------ >TS_QUOTE_DATA >TS_QUOTE_INDEX > >SELECT * FROM DBA_TS_QUOTAS WHERE USERNAME LIKE 'QUOTE'; > >no rows selected > >CREATE TABLE TEST1 (DUMMY NUMBER) TABLESPACE TS_QUOTE_DATA; > >Table created. > > >Best regards, >Prasad > > >-- >Please see the official ORACLE-L FAQ: http://www.orafaq.com >-- >Author: > INET: [EMAIL PROTECTED] > >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: [EMAIL PROTECTED] (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). _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Quamrul Polash INET: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] (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).
