{"id":18172,"date":"2019-04-23T11:32:41","date_gmt":"2019-04-23T14:32:41","guid":{"rendered":"https:\/\/orabr.com\/?p=18172"},"modified":"2019-04-23T11:35:45","modified_gmt":"2019-04-23T14:35:45","slug":"oracle-procurar-por-tabelas-vazias-sem-linhas","status":"publish","type":"post","link":"https:\/\/orabr.virttus.com\/?p=18172","title":{"rendered":"[ORACLE] PROCURAR POR TABELAS VAZIAS, SEM LINHAS"},"content":{"rendered":"<HTML><HTML>\n<pre class=\"wp-block-code\"><code>\n\nSELECT tab.owner AS schema_name\n,tab.table_name\nFROM sys.dba_tables tab\nWHERE (num_rows IS NULL OR num_rows = 0)\nAND owner NOT IN\n('ANONYMOUS', 'CTXSYS', 'DBSNMP', 'EXFSYS', 'LBACSYS', 'MDSYS',\n'MGMT_VIEW', 'OLAPSYS', 'OWBSYS', 'ORDPLUGINS', 'ORDSYS',\n'SI_INFORMTN_SCHEMA', 'SYS', 'SYSMAN', 'SYSTEM', 'TSMSYS', 'WK_TEST',\n'WKPROXY', 'WMSYS', 'XDB', 'APEX_040000', 'APEX_PUBLIC_USER', 'DIP',\n'FLOWS_30000', 'FLOWS_FILES', 'MDDATA', 'ORACLE_OCM', 'XS$NULL',\n'SPATIAL_CSW_ADMIN_USR', 'SPATIAL_WFS_ADMIN_USR', 'PUBLIC', 'WKSYS',\n'OUTLN')\nORDER BY schema_name\n,table_name;\n<\/code><\/pre>\n<\/HTML><\/HTML>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[124,126,138],"tags":[],"class_list":["post-18172","post","type-post","status-publish","format-standard","hentry","category-database","category-developer-tools","category-sql"],"_links":{"self":[{"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=\/wp\/v2\/posts\/18172","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=18172"}],"version-history":[{"count":3,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=\/wp\/v2\/posts\/18172\/revisions"}],"predecessor-version":[{"id":18175,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=\/wp\/v2\/posts\/18172\/revisions\/18175"}],"wp:attachment":[{"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=18172"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=18172"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=18172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}