{"id":9922,"date":"2016-03-16T04:22:47","date_gmt":"2016-03-16T08:22:47","guid":{"rendered":"http:\/\/onlineappsdba.com\/?p=9922"},"modified":"2016-05-14T03:29:45","modified_gmt":"2016-05-14T07:29:45","slug":"rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/","title":{"rendered":"RCU-6083 : Failed Drop\/Remove Schema using RCU :  Prerequisite OPSS failed"},"content":{"rendered":"<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/Oracle_RCU_onlineAppsDBA.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-10499\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/Oracle_RCU_onlineAppsDBA.png\" alt=\"Oracle_RCU_onlineAppsDBA\" width=\"782\" height=\"228\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/Oracle_RCU_onlineAppsDBA.png 782w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/Oracle_RCU_onlineAppsDBA-150x44.png 150w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/Oracle_RCU_onlineAppsDBA-300x87.png 300w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/Oracle_RCU_onlineAppsDBA-80x23.png 80w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/Oracle_RCU_onlineAppsDBA-220x64.png 220w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/Oracle_RCU_onlineAppsDBA-250x73.png 250w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/Oracle_RCU_onlineAppsDBA-280x82.png 280w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/Oracle_RCU_onlineAppsDBA-510x149.png 510w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/Oracle_RCU_onlineAppsDBA-750x219.png 750w\" sizes=\"auto, (max-width: 782px) 100vw, 782px\" \/><\/a><\/p>\n<p>Recently, one of our trainee\u00a0came across the error when he was trying to drop RCU Schema\u00a0that Prerequisite &#8221; <strong>Oracle Platform Security services<\/strong>&#8221;\u00a0 failed\u00a0 . In this post,\u00a0we will cover how to find what is the error and how to resolve this issue but before that one should know what is RCU.<\/p>\n<p><span style=\"text-decoration: underline;\"><strong>RCU:<\/strong><\/span> Repository Creation Utility is tool to create schema and load repository in existing database for Fusion Middleware components. If you want to learn more about RCU then look at Post <a href=\"https:\/\/onlineappsdba.com\/index.php\/2009\/07\/03\/oracle-fusion-middleware-11g-repository-creation-utility-rcu\/\" target=\"_blank\">here<\/a>.<\/p>\n<p><span style=\"color: #ff0000;\">You can use RCU to create or Drop Schema as shown in screenshot above<\/span><\/p>\n<p><span style=\"text-decoration: underline;\"><strong>How to check Error:<\/strong><\/span><\/p>\n<p>Check rcu log files for error and find error messages as given below.<\/p>\n<p><em><strong>RCU Log file location:<\/strong><\/em><\/p>\n<p><em><strong>RCU_HOME\/rcu\/log\/logdir.date_timestamp\/<\/strong><\/em><\/p>\n<p>In rcu.log file, It was showing\u00a0that\u00a0&#8220;<span style=\"color: #ff0000;\">RCU-6083:Failed \u2013 The Schema Owner DEV_OPSS Is Connected To The Database. Please Disconnect And Try Again<\/span>&#8221;\u00a0which was causing this issue<b><i>.<\/i><\/b><\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/dev_opss.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-10427\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/dev_opss-300x47.png\" alt=\"dev_opss\" width=\"781\" height=\"122\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/dev_opss-300x47.png 300w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/dev_opss-150x23.png 150w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/dev_opss-80x12.png 80w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/dev_opss-220x34.png 220w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/dev_opss-250x39.png 250w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/dev_opss-280x44.png 280w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/dev_opss-510x80.png 510w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/dev_opss-750x117.png 750w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/dev_opss.png 781w\" sizes=\"auto, (max-width: 781px) 100vw, 781px\" \/><\/a><\/p>\n<p><strong><span style=\"text-decoration: underline;\">Fix<\/span>\u00a0:<\/strong><\/p>\n<p>To resolve this issue,\u00a0Restart Database and Listener\u00a0as by doing this, it will disconnect the DEV_OPSS from Database\u00a0and then we can drop RCU schema without any issue.<\/p>\n<p>For stop and start database and listener you can use following steps:<\/p>\n<p><span style=\"text-decoration: underline;\"><strong>To stop database and Listener:<\/strong><\/span><\/p>\n<p>1. Login to host where database is running.<\/p>\n<p>2. Set environment variable of OAM Database.<\/p>\n<p>[code language=&#8221;bash&#8221;]<br \/>\n. dbiam.env<br \/>\n[\/code]<\/p>\n<p>3. stop Listener<\/p>\n<p>[code language=&#8221;bash&#8221;]<br \/>\nlsnrctl stop<br \/>\n[\/code]<\/p>\n<p>4. Connect to the database as &#8216;sysdba&#8217;<\/p>\n<p>[code language=&#8221;bash&#8221;]<br \/>\nsqlplus &#8220;\/as sysba&#8221;<br \/>\n[\/code]<\/p>\n<p>5. stop database<\/p>\n<p>[code language=&#8221;sql&#8221;]<br \/>\nSQL&gt;shutdown immediate<br \/>\n[\/code]<\/p>\n<p><span style=\"text-decoration: underline;\"><strong>To start database and listener:<\/strong><\/span><\/p>\n<p>1. Login to host where database is running.<\/p>\n<p>2. Set environment variable of OAM Database.<\/p>\n<p>[code language=&#8221;bash&#8221;]<\/p>\n<p>. dbiam.env<\/p>\n<p>[\/code]<\/p>\n<p>3. stop Listener<\/p>\n<p>[code language=&#8221;bash&#8221;]<\/p>\n<p>lsnrctl start<\/p>\n<p>[\/code]<\/p>\n<p>4. Connect to the database as &#8216;sysdba&#8217;<\/p>\n<p>[code language=&#8221;bash&#8221;]<\/p>\n<p>sqlplus\u00a0 &#8220;\/as sysdba&#8221;<\/p>\n<p>[\/code]<\/p>\n<p>5. stop database<\/p>\n<p>[code language=&#8221;sql&#8221;]<\/p>\n<p>SQL&gt; startup<\/p>\n<p>[\/code]<\/p>\n<p>If you want to learn more on Oracle Access Manager (OAM), then register for our free Minicourse by clicking on below image.<\/p>\n<p><a href=\"https:\/\/k21technologies.leadpages.co\/leadbox\/1429babf3f72a2%3A174d8c592346dc\/5634165009547264\/\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-11092\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2010\/08\/OAM_img1.png\" alt=\"OAM_img\" width=\"1202\" height=\"198\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2010\/08\/OAM_img1.png 1202w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2010\/08\/OAM_img1-150x25.png 150w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2010\/08\/OAM_img1-300x49.png 300w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2010\/08\/OAM_img1-1024x169.png 1024w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2010\/08\/OAM_img1-80x13.png 80w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2010\/08\/OAM_img1-220x36.png 220w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2010\/08\/OAM_img1-250x41.png 250w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2010\/08\/OAM_img1-280x46.png 280w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2010\/08\/OAM_img1-510x84.png 510w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2010\/08\/OAM_img1-750x124.png 750w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2010\/08\/OAM_img1-975x161.png 975w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2010\/08\/OAM_img1-1190x196.png 1190w\" sizes=\"auto, (max-width: 1202px) 100vw, 1202px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Recently, one of our trainee\u00a0came across the error when he was trying to drop RCU Schema\u00a0that Prerequisite &#8221; Oracle Platform [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":10499,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[442],"tags":[],"class_list":["post-9922","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-oracle-access-manager"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>RCU-6083 : Failed Drop\/Remove Schema using RCU : Prerequisite OPSS failed -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RCU-6083 : Failed Drop\/Remove Schema using RCU : Prerequisite OPSS failed -\" \/>\n<meta property=\"og:description\" content=\"Recently, one of our trainee\u00a0came across the error when he was trying to drop RCU Schema\u00a0that Prerequisite &#8221; Oracle Platform [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/\" \/>\n<meta property=\"article:published_time\" content=\"2016-03-16T08:22:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-05-14T07:29:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/Oracle_RCU_onlineAppsDBA.png\" \/>\n\t<meta property=\"og:image:width\" content=\"782\" \/>\n\t<meta property=\"og:image:height\" content=\"228\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/\",\"name\":\"RCU-6083 : Failed Drop\/Remove Schema using RCU : Prerequisite OPSS failed -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/Oracle_RCU_onlineAppsDBA.png\",\"datePublished\":\"2016-03-16T08:22:47+00:00\",\"dateModified\":\"2016-05-14T07:29:45+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/#primaryimage\",\"url\":\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/Oracle_RCU_onlineAppsDBA.png\",\"contentUrl\":\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/Oracle_RCU_onlineAppsDBA.png\",\"width\":782,\"height\":228},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"RCU-6083 : Failed Drop\/Remove Schema using RCU : Prerequisite OPSS failed\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"RCU-6083 : Failed Drop\/Remove Schema using RCU : Prerequisite OPSS failed -","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:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/","og_locale":"en_US","og_type":"article","og_title":"RCU-6083 : Failed Drop\/Remove Schema using RCU : Prerequisite OPSS failed -","og_description":"Recently, one of our trainee\u00a0came across the error when he was trying to drop RCU Schema\u00a0that Prerequisite &#8221; Oracle Platform [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/","article_published_time":"2016-03-16T08:22:47+00:00","article_modified_time":"2016-05-14T07:29:45+00:00","og_image":[{"width":782,"height":228,"url":"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/Oracle_RCU_onlineAppsDBA.png","type":"image\/png"}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/","url":"https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/","name":"RCU-6083 : Failed Drop\/Remove Schema using RCU : Prerequisite OPSS failed -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/#primaryimage"},"thumbnailUrl":"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/Oracle_RCU_onlineAppsDBA.png","datePublished":"2016-03-16T08:22:47+00:00","dateModified":"2016-05-14T07:29:45+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/#primaryimage","url":"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/Oracle_RCU_onlineAppsDBA.png","contentUrl":"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/03\/Oracle_RCU_onlineAppsDBA.png","width":782,"height":228},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2016\/03\/16\/rcu-6083-failed-dropremove-schema-using-rcu-prerequisite-opss-failed\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"RCU-6083 : Failed Drop\/Remove Schema using RCU : Prerequisite OPSS failed"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/9922","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=9922"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/9922\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media\/10499"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=9922"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=9922"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=9922"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}