某个时间内在某个表空间上创建的对象

阅读 48

2023-05-24

select distinct s.owner,s.segment_name,s.bytes,do.created 

 from dba_segments s,dba_objects do 

 where s.segment_name=do.object_name 

 and s.tablespace_name='RMGZ' 

 and to_char(do.created,'yyyymmdd')>='20111124'

相关推荐

精彩评论(0)

0 0 举报