Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Question on dba_ts_quotas

Re: Question on dba_ts_quotas

From: <Prasada.Gunda1_at_hartfordlife.com>
Date: Tue, 04 Dec 2001 08:38:38 -0800
Message-ID: <F001.003D4ABC.20011204080533@fatcity.com>

Thanks Jared and others who replied.

Best regards,
Prasad

                                                                                       
                            
                    Jared.Still_at_r                                                      
                            
                    adisys.com           To:     ORACLE-L_at_fatcity.com                  
                            
                                         cc:     Prasada.Gunda1_at_hartfordlife.com       
                            
                    12/03/2001           Subject:     Re: Question on dba_ts_quotas    
                            
                    07:18 PM                                                           
                            
                                                                                       
                            
                                                                                       
                            





If you check DBA_SYS_PRIVS you will likely find that the user has 'UNLIMITED TABLESPACE'.

Probably due to granting RESOURCE to the user.

Jared

                    Prasada.Gunda1_at_hartfo
                    rdlife.com                  To:     Multiple recipients
of list ORACLE-L <ORACLE-L_at_fatcity.com>
                    Sent by:                    cc:
                    root_at_fatcity.com            Subject:     Question on
dba_ts_quotas
                    12/03/01 02:56 PM
                    Please respond to
                    ORACLE-L







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: Prasada.Gunda1_at_hartfordlife.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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: Prasada.Gunda1_at_hartfordlife.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 Tue Dec 04 2001 - 10:38:38 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US