{"id":12187,"date":"2019-01-08T07:54:51","date_gmt":"2019-01-08T06:54:51","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/"},"modified":"2019-01-08T07:54:51","modified_gmt":"2019-01-08T06:54:51","slug":"build-dummy-resource-plan","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/","title":{"rendered":"How to build a dummy resource plan"},"content":{"rendered":"<p>Often switching off resource plan feature of Oracle database is desired.<br \/>\nUnfortunately setting parameter RESOURCE_MANAGER_PLAN to empty string does not help, because it does not disable switching to another resource plan, e.g. with dbms_scheduler.<\/p>\n<p>Following procedure prevents this switching.<\/p>\n<p>1. Creation of a dummy resource plan, e.g. TEST_PLAN:<\/p>\n<p><code><br \/>\nBEGIN<br \/>\n   DBMS_RESOURCE_MANAGER.CLEAR_PENDING_AREA();<br \/>\n   DBMS_RESOURCE_MANAGER.CREATE_PENDING_AREA();<br \/>\n   DBMS_RESOURCE_MANAGER.CREATE_PLAN(<br \/>\n     plan      =&gt;'TEST_PLAN',<br \/>\n     comment   =&gt; 'plan for TEST',<br \/>\n     mgmt_mth   =&gt; 'EMPHASIS',<br \/>\n     active_sess_pool_mth     =&gt; 'ACTIVE_SESS_POOL_ABSOLUTE',<br \/>\n     parallel_degree_limit_mth =&gt; 'PARALLEL_DEGREE_LIMIT_ABSOLUTE');<br \/>\n   DBMS_RESOURCE_MANAGER.CREATE_PLAN_DIRECTIVE(<br \/>\n     plan             =&gt;'TEST_PLAN',<br \/>\n     group_or_subplan =&gt; 'OTHER_GROUPS',<br \/>\n     comment          =&gt; 'dummy directive'<br \/>\n    );<br \/>\n   DBMS_RESOURCE_MANAGER.VALIDATE_PENDING_AREA();<br \/>\n   DBMS_RESOURCE_MANAGER.SUBMIT_PENDING_AREA();<br \/>\nEND;<br \/>\n\/<br \/>\n<\/code><\/p>\n<p>The only limitation is the number of available CPUs specified in parameter CPU_COUNT, resource manager enforces this limitation. The resource plan INTERNAL_PLAN is for internal use, so I would not use it.<\/p>\n<p>2. Setting of parameter resource_manager_plan:<\/p>\n<p><code><br \/>\nalter system set resource_manager_plan='FORCE:TEST_PLAN';<br \/>\n<\/code><\/p>\n<p>This setting prevents switching to another resource plan. <\/p>\n<p>Caveat:<\/p>\n<p>With this setting, deletion of specified resource plan (e.g. TEST_PLAN) causes database to crash: <\/p>\n<p><code><br \/>\nalter system set resource_manager_plan='FORCE:TEST_PLAN';<br \/>\nBEGIN<br \/>\n       DBMS_RESOURCE_MANAGER.CLEAR_PENDING_AREA();<br \/>\n       DBMS_RESOURCE_MANAGER.CREATE_PENDING_AREA();<br \/>\n       DBMS_RESOURCE_MANAGER.DELETE_PLAN('TEST_PLAN');<br \/>\n       DBMS_RESOURCE_MANAGER.VALIDATE_PENDING_AREA();<br \/>\n       DBMS_RESOURCE_MANAGER.SUBMIT_PENDING_AREA();<br \/>\n  END;<br \/>\n  \/<br \/>\nBEGIN<br \/>\n*<br \/>\nERROR at line 1:<br \/>\nORA-03113: end-of-file on communication channel<br \/>\nProcess ID: 73473<br \/>\nSession ID: 24 Serial number: 17611<br \/>\n<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Often switching off resource plan feature of Oracle database is desired. Unfortunately setting parameter RESOURCE_MANAGER_PLAN to empty string does not help, because it does not disable switching to another resource plan, e.g. with dbms_scheduler. Following procedure prevents this switching. 1. Creation of a dummy resource plan, e.g. TEST_PLAN: BEGIN DBMS_RESOURCE_MANAGER.CLEAR_PENDING_AREA(); DBMS_RESOURCE_MANAGER.CREATE_PENDING_AREA(); DBMS_RESOURCE_MANAGER.CREATE_PLAN( plan =&gt;&#8217;TEST_PLAN&#8217;, comment [&hellip;]<\/p>\n","protected":false},"author":27,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[229],"tags":[],"type_dbi":[],"class_list":["post-12187","post","type-post","status-publish","format-standard","hentry","category-database-administration-monitoring"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to build a dummy resource plan - dbi Blog<\/title>\n<meta name=\"description\" content=\"This article describes how to build a dummy resource plan to disable\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to build a dummy resource plan\" \/>\n<meta property=\"og:description\" content=\"This article describes how to build a dummy resource plan to disable\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-01-08T06:54:51+00:00\" \/>\n<meta name=\"author\" content=\"Oracle Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Oracle Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/\"},\"author\":{\"name\":\"Oracle Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"headline\":\"How to build a dummy resource plan\",\"datePublished\":\"2019-01-08T06:54:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/\"},\"wordCount\":125,\"commentCount\":0,\"articleSection\":[\"Database Administration &amp; Monitoring\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/\",\"name\":\"How to build a dummy resource plan - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2019-01-08T06:54:51+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"description\":\"This article describes how to build a dummy resource plan to disable\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to build a dummy resource plan\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\",\"name\":\"Oracle Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"caption\":\"Oracle Team\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to build a dummy resource plan - dbi Blog","description":"This article describes how to build a dummy resource plan to disable","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/","og_locale":"en_US","og_type":"article","og_title":"How to build a dummy resource plan","og_description":"This article describes how to build a dummy resource plan to disable","og_url":"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/","og_site_name":"dbi Blog","article_published_time":"2019-01-08T06:54:51+00:00","author":"Oracle Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oracle Team","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/"},"author":{"name":"Oracle Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"headline":"How to build a dummy resource plan","datePublished":"2019-01-08T06:54:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/"},"wordCount":125,"commentCount":0,"articleSection":["Database Administration &amp; Monitoring"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/","url":"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/","name":"How to build a dummy resource plan - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2019-01-08T06:54:51+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"description":"This article describes how to build a dummy resource plan to disable","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/build-dummy-resource-plan\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to build a dummy resource plan"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee","name":"Oracle Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","caption":"Oracle Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/12187","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=12187"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/12187\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=12187"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=12187"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=12187"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=12187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}