Move aud$ table to new tablespace
-- Moving aud$ table to new tablespace AUDIT_DATA
oracle configurationintermediate
by OracleDba
13 views
-- Moving aud$ table to new tablespace AUDIT_DATA
12
select owner,segment_name,segment_type,tablespace_name,bytes/1024/1024 from
dba_segments where segment_name='AUD$';Please to add comments
No comments yet. Be the first to comment!