{"id":189,"date":"2008-02-09T15:58:00","date_gmt":"2008-02-09T17:58:00","guid":{"rendered":"http:\/\/www.soudba.com.br\/?p=189"},"modified":"2008-02-09T15:58:00","modified_gmt":"2008-02-09T17:58:00","slug":"rebuild-dos-indices-do-oracle-portal","status":"publish","type":"post","link":"https:\/\/www.soudba.com.br\/?p=189","title":{"rendered":"Rebuild dos indices do Oracle Portal"},"content":{"rendered":"<p>Login como PORTAL  <\/p>\n<p>set pagesize 0<br \/>set linesize 250<br \/>&#8212;<br \/>spool rebuild_index1.sql<br \/>select &#8216;alter index &#8216;||INDEX_NAME||&#8217; rebuild;&#8217;<br \/>       from dba_indexes<br \/>       where TABLE_NAME in (&#8216;WWNLS_STRINGS$&#8217;,<br \/>                            &#8216;WWPOB_ITEM$&#8217;,<br \/>                            &#8216;WWPOB_PAGE_CUSTOMIZATION$&#8217;,<br \/>                            &#8216;WWPOB_PAGE$&#8217;,<br \/>                            &#8216;WWPOB_PORTLET_INST$&#8217;,<br \/>                            &#8216;WWV_THINGS&#8217;,<br \/>                            &#8216;WWV_DOCINFO&#8217;,<br \/>                            &#8216;WWV_SEC_SYS_PRIV$&#8217;,<br \/>                            &#8216;WWSEC_FLAT$&#8217;,<br \/>                            &#8216;WWSBR_SITES$&#8217;,<br \/>                            &#8216;WWSBR_URL$&#8217;,<br \/>                            &#8216;WWDOC_DOCUMENT$&#8217;)<br \/>and OWNER = &#8216;PORTAL&#8217;<br \/>and INDEX_NAME not like &#8216;%_PK&#8217; &#8212; exclude the primary keys indexes<br \/>and INDEX_NAME not like &#8216;WWSBR%CTX%&#8217; &#8212; exclude the intermedia indexes<br \/>and INDEX_NAME not like &#8216;SYS_%&#8217; &#8212; exclude the LOB indexes (check Note #159995.1 why)<br \/>;<br \/>spool off<br \/>&#8212;<br \/>spool rebuild_index2.sql<br \/>select &#8216;alter index &#8216;||INDEX_NAME||&#8217; rebuild;&#8217;<br \/>from dba_indexes<br \/>where TABLE_NAME like &#8216;WWUTL%&#8217;<br \/>and OWNER = &#8216;PORTAL&#8217;<br \/>and INDEX_NAME not like &#8216;%_PK&#8217; &#8212; exclude the primary keys indexes<br \/>and INDEX_NAME not like &#8216;SYS_%&#8217; &#8212; exclude the LOB indexes (check Note #159995.1 why)<br \/>;<br \/>spool off<\/p>\n<p>execute rebuild_index1.sql<br \/>execute rebuild_index2.sql<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Login como PORTAL set pagesize 0set linesize 250&#8212;spool rebuild_index1.sqlselect &#8216;alter index &#8216;||INDEX_NAME||&#8217; rebuild;&#8217; from dba_indexes where TABLE_NAME in (&#8216;WWNLS_STRINGS$&#8217;, &#8216;WWPOB_ITEM$&#8217;, &#8216;WWPOB_PAGE_CUSTOMIZATION$&#8217;, &#8216;WWPOB_PAGE$&#8217;, &#8216;WWPOB_PORTLET_INST$&#8217;, &#8216;WWV_THINGS&#8217;, &#8216;WWV_DOCINFO&#8217;, &#8216;WWV_SEC_SYS_PRIV$&#8217;, &#8216;WWSEC_FLAT$&#8217;, &#8216;WWSBR_SITES$&#8217;, &#8216;WWSBR_URL$&#8217;, &#8216;WWDOC_DOCUMENT$&#8217;)and OWNER = &#8216;PORTAL&#8217;and INDEX_NAME not like &#8216;%_PK&#8217; &#8212; exclude the &hellip; <a href=\"https:\/\/www.soudba.com.br\/?p=189\">Continue lendo <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[238,239],"tags":[],"class_list":["post-189","post","type-post","status-publish","format-standard","hentry","category-rebuild-indexes","category-rebuild-indexes-oracle-portal"],"_links":{"self":[{"href":"https:\/\/www.soudba.com.br\/index.php?rest_route=\/wp\/v2\/posts\/189","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.soudba.com.br\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.soudba.com.br\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.soudba.com.br\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.soudba.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=189"}],"version-history":[{"count":0,"href":"https:\/\/www.soudba.com.br\/index.php?rest_route=\/wp\/v2\/posts\/189\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.soudba.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=189"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.soudba.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=189"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.soudba.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}