Guest User

Untitled

a guest
May 20th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. select owner, tablespace_name, count(*)
  2. from all_tables
  3. group by owner, tablespace_name
  4. order by owner;
  5.  
  6. SELECT * FROM ALL_TAB_COMMENTS
  7. WHERE OWNER IN ('STBMGR','MAMGR','STBRPTMGR')
  8. ORDER BY 1,2,3;
Add Comment
Please, Sign In to add comment