{"id":236,"date":"2021-05-05T13:52:45","date_gmt":"2021-05-05T11:52:45","guid":{"rendered":"https:\/\/oracledba.fr\/?p=236"},"modified":"2021-05-05T13:52:45","modified_gmt":"2021-05-05T11:52:45","slug":"workspace-manager-invalid-with-invalid-object-wmsys-ltutil","status":"publish","type":"post","link":"https:\/\/oracledba.fr\/?p=236","title":{"rendered":"Workspace Manager INVALID with invalid object WMSYS.LTUTIL"},"content":{"rendered":"\n<p>WMSYS.LTUTIL is invalid with this error<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"sql\" class=\"language-sql\">select owner, name, type, text, line, position from dba_errors where owner = 'WMSYS';\nOWNER NAME TYPE TEXT LINE POSITION\n\nWMSYS LTUTIL PACKAGE BODY PL\/SQL: ORA-00942: Table ou vue inexistante 7828 22\nWMSYS LTUTIL PACKAGE BODY PL\/SQL: SQL Statement ignored 7828 7\nWMSYS LTUTIL PACKAGE BODY PL\/SQL: ORA-00942: Table ou vue inexistante 7838 18\nWMSYS LTUTIL PACKAGE BODY PL\/SQL: SQL Statement ignored 7838 7 <\/code><\/pre>\n\n\n\n<p>To fix this issue, simply grant insert delete on noexp$ to WMSYS user and recompile<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"sql\" class=\"language-sql\">grant insert,delete on sys.noexp$ to wmsys;\n@?\/rdbms\/admin\/utlrp.sql\nselect * from dba_objects where status='INVALID' and owner='WMSYS';\nselect * from dba_registry;<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>WMSYS.LTUTIL is invalid with this error To fix this issue, simply grant insert delete on noexp$ to WMSYS user and recompile<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-236","post","type-post","status-publish","format-standard","hentry","category-non-classe"],"_links":{"self":[{"href":"https:\/\/oracledba.fr\/index.php?rest_route=\/wp\/v2\/posts\/236","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oracledba.fr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/oracledba.fr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/oracledba.fr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/oracledba.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=236"}],"version-history":[{"count":2,"href":"https:\/\/oracledba.fr\/index.php?rest_route=\/wp\/v2\/posts\/236\/revisions"}],"predecessor-version":[{"id":238,"href":"https:\/\/oracledba.fr\/index.php?rest_route=\/wp\/v2\/posts\/236\/revisions\/238"}],"wp:attachment":[{"href":"https:\/\/oracledba.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=236"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/oracledba.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=236"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/oracledba.fr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=236"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}