{"id":7659,"date":"2015-09-15T21:41:49","date_gmt":"2015-09-16T00:41:49","guid":{"rendered":"http:\/\/www.orabr.com\/informacoes-sobre-tabelas-oracle\/"},"modified":"2015-09-15T21:43:36","modified_gmt":"2015-09-16T00:43:36","slug":"INFORMACOES-SOBRE-TABELAS-ORACLE","status":"publish","type":"post","link":"https:\/\/orabr.virttus.com\/?p=7659","title":{"rendered":"Informa\u00e7\u00f5es sobre tabelas Oracle."},"content":{"rendered":"<p><HTML><HTML><\/p>\n<h2 class=\"sect1\" style=\"box-sizing: border-box; margin: 1em 0px 10px; padding: 0px; font-family: Arial, sans-serif; font-weight: 500; color: #1d5aab; text-rendering: optimizelegibility; line-height: 1.2; font-size: 30px;\"><strong>Informa\u00e7\u00f5es sobre tabelas Oracle.\u00a0<\/strong><\/h2>\n<h2 class=\"sect1\" style=\"box-sizing: border-box; margin: 1em 0px 10px; padding: 0px; font-family: Arial, sans-serif; font-weight: 500; color: #1d5aab; text-rendering: optimizelegibility; line-height: 1.2; font-size: 30px;\"><strong><span style=\"color: #333333; font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 16px; line-height: 1.5;\">Oracle (DD) Dicion\u00e1rio de dados.<\/span><\/strong><\/h2>\n<p>Exemplo de informa\u00e7\u00f5es sobre colunas:<\/p>\n<pre style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; background-color: #f9f9fb; border: 1px solid #d9d9e2; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; padding: 5px; overflow: auto; margin-top: 0px; word-wrap: normal !important;\">SELECT TABLE_NAME, COLUMN_NAME, DATA_TYPE, DATA_LENGTH, LAST_ANALYZED\r\n    FROM DBA_TAB_COLUMNS\r\n    WHERE OWNER = 'HR'\r\n    ORDER BY TABLE_NAME;<\/pre>\n<div class=\"inftblruleinformalwide\" style=\"box-sizing: border-box; margin: 0px; padding: 0px; max-width: 90em; color: #222222; font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif; font-size: 14px; line-height: 21px;\">\n<table class=\"cellalignment1333\" style=\"box-sizing: border-box; margin-bottom: 1.25rem; border: none; border-collapse: collapse; table-layout: fixed; width: 801px; border-spacing: 0px; padding: 3px; max-width: 90em; height: 1660px;\" title=\"Viewing Information about Tables\" summary=\"Column 1 lists the names of views that can be used to access information about tables. Column 2 describes the view.\">\n<thead style=\"box-sizing: border-box; background-color: #f5f5f5; background-position: initial initial; background-repeat: initial initial;\">\n<tr class=\"cellalignment1327\" style=\"box-sizing: border-box; vertical-align: top; background-color: #3f3f3f !important;\">\n<th id=\"r1c1-t64\" class=\"cellalignment1334\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5rem 0.625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem; vertical-align: bottom; color: #ffffff !important;\">iView<\/th>\n<th id=\"r1c2-t64\" class=\"cellalignment1334\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5rem 0.625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem; vertical-align: bottom; color: #ffffff !important;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody style=\"box-sizing: border-box;\">\n<tr class=\"cellalignment1327\" style=\"box-sizing: border-box; vertical-align: top; padding: 8px 6px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #3f3f3f;\">\n<td id=\"r2c1-t64\" class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r1c1-t64\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">DBA_TABLES<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">ALL_TABLES<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">USER_TABLES<\/code><\/p>\n<\/td>\n<td class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r2c1-t64 r1c2-t64\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">DBA<\/code>\u00a0view describes all relational tables in the database.\u00a0<code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">ALL<\/code>\u00a0view describes all tables accessible to the user.\u00a0<code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">USER<\/code>\u00a0view is restricted to tables owned by the user. Some columns in these views contain statistics that are generated by the\u00a0<code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">DBMS_STATS<\/code>\u00a0package or\u00a0<code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">ANALYZE<\/code>\u00a0statement.<\/td>\n<\/tr>\n<tr class=\"cellalignment1327\" style=\"box-sizing: border-box; vertical-align: top; padding: 8px 6px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #3f3f3f;\">\n<td id=\"r3c1-t64\" class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r1c1-t64\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">DBA_TAB_COLUMNS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">ALL_TAB_COLUMNS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">USER_TAB_COLUMNS<\/code><\/p>\n<\/td>\n<td class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r3c1-t64 r1c2-t64\">These views describe the columns of tables, views, and clusters in the database. Some columns in these views contain statistics that are generated by the\u00a0<code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">DBMS_STATS<\/code>\u00a0package or\u00a0<code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">ANALYZE<\/code>\u00a0statement.<\/td>\n<\/tr>\n<tr class=\"cellalignment1327\" style=\"box-sizing: border-box; vertical-align: top; padding: 8px 6px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #3f3f3f;\">\n<td id=\"r4c1-t64\" class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r1c1-t64\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">DBA_ALL_TABLES<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">ALL_ALL_TABLES<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">USER_ALL_TABLES<\/code><\/p>\n<\/td>\n<td class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r4c1-t64 r1c2-t64\">These views describe all relational and object tables in the database. Object tables are not specifically discussed in this book.<\/td>\n<\/tr>\n<tr class=\"cellalignment1327\" style=\"box-sizing: border-box; vertical-align: top; padding: 8px 6px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #3f3f3f;\">\n<td id=\"r5c1-t64\" class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r1c1-t64\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">DBA_TAB_COMMENTS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">ALL_TAB_COMMENTS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">USER_TAB_COMMENTS<\/code><\/p>\n<\/td>\n<td class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r5c1-t64 r1c2-t64\">These views display comments for tables and views. Comments are entered using the\u00a0<code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">COMMENT<\/code><a id=\"sthref2470\" style=\"box-sizing: border-box; color: #1d5aab; line-height: inherit;\"><\/a>\u00a0statement.<\/td>\n<\/tr>\n<tr class=\"cellalignment1327\" style=\"box-sizing: border-box; vertical-align: top; padding: 8px 6px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #3f3f3f;\">\n<td id=\"r6c1-t64\" class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r1c1-t64\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">DBA_COL_COMMENTS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">ALL_COL_COMMENTS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">USER_COL_COMMENTS<\/code><\/p>\n<\/td>\n<td class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r6c1-t64 r1c2-t64\">These views display comments for table and view columns. Comments are entered using the\u00a0<code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">COMMENT<\/code>\u00a0statement.<\/td>\n<\/tr>\n<tr class=\"cellalignment1327\" style=\"box-sizing: border-box; vertical-align: top; padding: 8px 6px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #3f3f3f;\">\n<td id=\"r7c1-t64\" class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r1c1-t64\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">DBA_EXTERNAL_TABLES<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">ALL_EXTERNAL_TABLES<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">USER_EXTERNAL_TABLES<\/code><\/p>\n<\/td>\n<td class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r7c1-t64 r1c2-t64\">These views list the specific attributes of external tables in the database.<\/td>\n<\/tr>\n<tr class=\"cellalignment1327\" style=\"box-sizing: border-box; vertical-align: top; padding: 8px 6px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #3f3f3f;\">\n<td id=\"r8c1-t64\" class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r1c1-t64\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">DBA_EXTERNAL_LOCATIONS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">ALL_EXTERNAL_LOCATIONS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">USER_EXTERNAL_LOCATIONS<\/code><\/p>\n<\/td>\n<td class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r8c1-t64 r1c2-t64\">These views list the data sources for external tables.<\/td>\n<\/tr>\n<tr class=\"cellalignment1327\" style=\"box-sizing: border-box; vertical-align: top; padding: 8px 6px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #3f3f3f;\">\n<td id=\"r9c1-t64\" class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r1c1-t64\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">DBA_TAB_HISTOGRAMS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">ALL_TAB_HISTOGRAMS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">USER_TAB_HISTOGRAMS<\/code><\/p>\n<\/td>\n<td class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r9c1-t64 r1c2-t64\">These views describe histograms on tables and views.<\/td>\n<\/tr>\n<tr class=\"cellalignment1327\" style=\"box-sizing: border-box; vertical-align: top; padding: 8px 6px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #3f3f3f;\">\n<td id=\"r10c1-t64\" class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r1c1-t64\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">DBA_TAB_STATISTICS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">ALL_TAB_STATISTICS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">USER_TAB_STATISTICS<\/code><\/p>\n<\/td>\n<td class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r10c1-t64 r1c2-t64\">These views contain optimizer statistics for tables.<\/td>\n<\/tr>\n<tr class=\"cellalignment1327\" style=\"box-sizing: border-box; vertical-align: top; padding: 8px 6px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #3f3f3f;\">\n<td id=\"r11c1-t64\" class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r1c1-t64\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">DBA_TAB_COL_STATISTICS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">ALL_TAB_COL_STATISTICS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">USER_TAB_COL_STATISTICS<\/code><\/p>\n<\/td>\n<td class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r11c1-t64 r1c2-t64\">These views provide column statistics and histogram information extracted from the related\u00a0<code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">TAB_COLUMNS<\/code>\u00a0views.<\/td>\n<\/tr>\n<tr class=\"cellalignment1327\" style=\"box-sizing: border-box; vertical-align: top; padding: 8px 6px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #3f3f3f;\">\n<td id=\"r12c1-t64\" class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r1c1-t64\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">DBA_TAB_MODIFICATIONS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">ALL_TAB_MODIFICATIONS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">USER_TAB_MODIFICATIONS<\/code><\/p>\n<\/td>\n<td class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r12c1-t64 r1c2-t64\">These views describe tables that have been modified since the last time table statistics were gathered on them. They are not populated immediately, but after a time lapse (usually 3 hours).<\/td>\n<\/tr>\n<tr class=\"cellalignment1327\" style=\"box-sizing: border-box; vertical-align: top; padding: 8px 6px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #3f3f3f;\">\n<td id=\"r13c1-t64\" class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r1c1-t64\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">DBA_ENCRYPTED_COLUMNS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">USER_ENCRYPTED_COLUMNS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">ALL_ENCRYPTED_COLUMNS<\/code><\/p>\n<\/td>\n<td class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r13c1-t64 r1c2-t64\">These views list table columns that are encrypted, and for each column, lists the encryption algorithm in use.<\/td>\n<\/tr>\n<tr class=\"cellalignment1327\" style=\"box-sizing: border-box; vertical-align: top; padding: 8px 6px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #3f3f3f;\">\n<td id=\"r14c1-t64\" class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r1c1-t64\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">DBA_UNUSED_COL_TABS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">ALL_UNUSED_COL_TABS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">USER_UNUSED_COL_TABS<\/code><\/p>\n<\/td>\n<td class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r14c1-t64 r1c2-t64\">These views list tables with unused columns, as marked by the\u00a0<code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">ALTER TABLE ... SET UNUSED<\/code>\u00a0statement.<\/td>\n<\/tr>\n<tr class=\"cellalignment1327\" style=\"box-sizing: border-box; vertical-align: top; padding: 8px 6px; border-bottom-width: 2px !important; border-bottom-style: solid !important; border-bottom-color: #3f3f3f !important;\">\n<td id=\"r15c1-t64\" class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r1c1-t64\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">DBA_PARTIAL_DROP_TABS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">ALL_PARTIAL_DROP_TABS<\/code><\/p>\n<p style=\"box-sizing: border-box; margin: 0px 0px 1.25rem; padding: 0px; font-family: inherit; line-height: 1.4; text-rendering: optimizelegibility; max-width: 90em;\"><code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">USER_PARTIAL_DROP_TABS<\/code><\/p>\n<\/td>\n<td class=\"cellalignment1335\" style=\"box-sizing: border-box; margin: 0px; padding: 0.5625rem 0.625rem; word-wrap: break-word; font-size: 0.875rem; line-height: 1.125rem;\" headers=\"r15c1-t64 r1c2-t64\">These views list tables that have partially completed\u00a0<code style=\"box-sizing: border-box; font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; line-height: 1.615; padding: 3px 0px; font-weight: bold; background-color: #eeeeee;\">DROP COLUMN<\/code>\u00a0operations. These operations could be incomplete because the operation was interrupted by the user or a system failure.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p><\/HTML><\/HTML><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Informa\u00e7\u00f5es sobre tabelas Oracle.\u00a0 Oracle (DD) Dicion\u00e1rio de dados. Exemplo de informa\u00e7\u00f5es sobre colunas: SELECT TABLE_NAME, COLUMN_NAME, DATA_TYPE, DATA_LENGTH, LAST_ANALYZED FROM DBA_TAB_COLUMNS WHERE OWNER =&hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[29,124,126,110],"tags":[],"class_list":["post-7659","post","type-post","status-publish","format-standard","hentry","category-base-de-conhecimentos","category-database","category-developer-tools","category-estudo-e-pesquisa"],"_links":{"self":[{"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=\/wp\/v2\/posts\/7659","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=7659"}],"version-history":[{"count":2,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=\/wp\/v2\/posts\/7659\/revisions"}],"predecessor-version":[{"id":7661,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=\/wp\/v2\/posts\/7659\/revisions\/7661"}],"wp:attachment":[{"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7659"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7659"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7659"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}