Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

oracle objects in tablespace

select owner, tablespace_name, count(*) from dba_segments where owner = 'BPROSOCIAL' group by owner, tablespace_name;
 
PREVIOUS NEXT
Tagged: #oracle #objects #tablespace
ADD COMMENT
Topic
Name
6+4 =