DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.CDB_TS_QUOTAS

Object Details
Object Name: CDB_TS_QUOTAS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Tablespace quotas for all users in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
TABLESPACE_NAME VARCHAR2 (30) Yes Tablespace name
USERNAME VARCHAR2 (128) Yes User with resource rights on the tablespace
BYTES NUMBER

Number of bytes charged to the user
MAX_BYTES NUMBER

User's quota in bytes. NULL if no limit
BLOCKS NUMBER

Number of ORACLE blocks charged to the user
MAX_BLOCKS NUMBER

User's quota in ORACLE blocks. NULL if no limit
DROPPED VARCHAR2 (3)
Whether the tablespace has been dropped
CON_ID NUMBER

container id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TABLESPACE_NAME
,      USERNAME
,      BYTES
,      MAX_BYTES
,      BLOCKS
,      MAX_BLOCKS
,      DROPPED
,      CON_ID
FROM SYS.CDB_TS_QUOTAS;

Dependencies

[top of page]

SYS.CDB_TS_QUOTAS does not reference any database object

SYS.CDB_TS_QUOTAS is referenced by following:

SchemaPUBLIC
SynonymCDB_TS_QUOTAS