{"id":1006,"date":"2009-01-02T09:13:04","date_gmt":"2009-01-02T13:13:04","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2009\/01\/02\/oem-dbconsole-startup-issues-on-10g-r2-database-for-11ir12\/"},"modified":"2009-06-18T09:00:19","modified_gmt":"2009-06-18T13:00:19","slug":"oem-dbconsole-startup-issues-on-10g-r2-database-for-11ir12","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2009\/01\/02\/oem-dbconsole-startup-issues-on-10g-r2-database-for-11ir12\/","title":{"rendered":"OEM DBConsole startup issues on 10g R2 database for 11i\/R12"},"content":{"rendered":"<p>On one of our cloned 11i Instance, I faced issues while trying to start <strong>Database Control <\/strong>(aka Enterprise Manager Console) using &#8220;<strong>emctl start dbconsole<\/strong>&#8220;.<br \/>\nThis post covers issues and resolution (<font color=\"#ff0000\">Issues mentioned here are specific to particular Database and Operating System Version<\/font>)<br \/>\n.<\/p>\n<p><u><strong>Instance Details <\/strong><\/u><\/p>\n<p><strong>Operating System<\/strong> : Solaris Sparc 64 Bit<br \/>\n<strong>Database<\/strong> : Oracle Database Version 10.2.0.2<br \/>\n<strong>Apps Version<\/strong> : 11.5.10.2<\/p>\n<p>.<br \/>\n<u><strong>Things good to know about Enterprise Manager <\/strong><\/u><\/p>\n<p><strong>Database Control <\/strong>: is Web-based tool to manage database. Using Database Control (OEM) you can perform administrative task like adding tablespace, table, index, managed space or view performance statistics&#8230;<\/p>\n<p><strong>Files\/Directory for Database Control<\/strong> (DB Console) :<br \/>\n<strong>a) <\/strong>$ORACLE_HOME\/sysman<br \/>\n<strong>b) <\/strong>$ORACLE_HOME\/[hostname_sid]\/sysman<br \/>\n<strong>c)<\/strong> $ORACLE_HOME\/oc4j\/j2ee\/OC4J_DBConsole_[hostname]_[sid]<\/p>\n<p><strong>Files useful in troubleshooting<\/strong> : $ORACLE_HOME\/[hostname_sid]\/sysman\/log\/<\/p>\n<p><u><strong>How to use Database Control<\/strong><\/u><\/p>\n<p><strong>a)<\/strong> ORACLE_HOME\/bin\/emctl start dbconsole\u00a0 [To start DB Control]<br \/>\n<strong>b)<\/strong> ORACLE_HOME\/bin\/emctl status dbconsole [To check status of DB Control]<br \/>\n<strong>c)<\/strong> ORACLE_HOME\/bin\/emctl stop dbconsole\u00a0\u00a0 [To stop DB Control]<\/p>\n<p><u><strong>Issue 1<\/strong><\/u> : On running &#8220;<strong>emctl start dbconsole<\/strong>&#8220;, I received error message<\/p>\n<p><font color=\"#ff0000\">OC4J Configuration issue. $OH\/oc4j\/j2ee\/OC4J_DBConsole_$hostname_$sid not found<br \/>\n<\/font><br \/>\nThis means enterprise manager was not configured and Fix was to configure enterprise manager using <strong>emca<\/strong> (Enterprise Manger Configuration Assistant).<br \/>\nSteps to create enterprise manager configuration files &amp; repository are explained in &#8220;<strong>Oracle Enterprise Manager Advanced Configuration Guide<\/strong>&#8220;<a target=\"_blank\" href=\"http:\/\/download.oracle.com\/docs\/cd\/B19306_01\/em.102\/b40002\/structure.htm#sthref73\">\u00a0 here<\/a><\/p>\n<p>.<\/p>\n<p><u><strong>How to create Database Control<\/strong><\/u><strong>(DB Console)<\/strong><\/p>\n<p><strong>emca<\/strong> (Enterprise Manager Configuration Assistant) is utility to create Database Control <strong>Configuration files<\/strong> and <strong>Repository Objects<\/strong><\/p>\n<p>For 10.2.X Database I used<br \/>\n<strong>emca -config dbcontrol db -repos create<\/strong><\/p>\n<p>.<\/p>\n<p><u><strong>Issue 2<\/strong><\/u> : While running emca, I got below error message<\/p>\n<p><font color=\"#ff0000\">UnsatisfiedLinkError exception loading native library: njni10<br \/>\nException in thread &#8220;main&#8221; java.lang.UnsatisfiedLinkError: get<br \/>\nat oracle.net.common.NetGetEnv.get(Native Method)<br \/>\nat oracle.sysman. assistants. util.sqlEngine. SQLEngine. getEnvParams (SQLEngine.java:409)<br \/>\n<\/font><\/p>\n<p>as per <strong>Metalink note 553154.1<\/strong>, Fix was to set environment variable and relink executable<\/p>\n<p><u><strong>Fix 2<\/strong><\/u> :<br \/>\nexport LD_LIBRARY_PATH=$ORACLE_HOME\/lib32<br \/>\nexport LD_LIBRARY_PATH_64=$ORACLE_HOME\/lib<br \/>\ncd $ORACLE_HOME\/network\/lib<br \/>\nmake -f ins_net_client.mk client_sharedlib<br \/>\nrelink all<\/p>\n<p><u><strong>Issue 3<\/strong><\/u> : While running &#8220;<strong>relink all<\/strong>&#8220;, there was another error<\/p>\n<p><font color=\"#ff0000\">ld: fatal: library -ljava: not found<br \/>\nld: fatal: library -ljvm: not found<br \/>\nld: fatal: File processing errors. No output written to $OH\/10.2.0\/sysman\/lib\/libnmemso.so<br \/>\n*** Error code 1<br \/>\nmake: Fatal error: Command failed for target `$OH\/10.2.0\/sysman\/lib\/libnmemso.so&#8217;<br \/>\nCurrent working directory $OH\/10.2.0\/sysman\/lib<br \/>\n*** Error code 1<br \/>\nmake: Fatal error: Command failed for target `libnmemso&#8217;<\/font><br \/>\n<u><strong>Fix 3<\/strong><\/u> : As per <strong>Metalink note 743833.1<\/strong>, issue was because there are references of source system in <strong>make file<\/strong> and fix was to change references from source to target instance. (DB was cloned as part of 11i Cloning steps)<\/p>\n<p>cp $ORACLE_HOME\/sysman\/lib\/env_sysman.mk $ORACLE_HOME\/sysman\/lib\/env_sysman.mk.bak<\/p>\n<p>change<br \/>\n<strong>JRE_LIB_DIR=<font color=\"#ff0000\">$SOURCE_ORACLE_HOME<\/font>\/10.2.0\/jdk\/jre\/lib\/sparc<\/strong>\u00a0 (It was pointing to source Directory)<br \/>\nto<br \/>\n<strong>JRE_LIB_DIR=<font color=\"#ff0000\">$TARGET_ORACLE_HOME<\/font>\/10.2.0\/jdk\/jre\/lib\/sparc<\/strong><\/p>\n<p>and relink again using &#8220;<strong>relink all<\/strong>&#8221;<br \/>\n.<\/p>\n<p><u><strong><br \/>\nIssue 4 <\/strong><\/u>: Just when I was expecting all issues to be resolved by now I got another (different) error message while\u00a0 running &#8220;<strong>relink all<\/strong>&#8221;<\/p>\n<p><font color=\"#ff0000\">ld: warning: file $OH\/10.2.0\/lib\/libclntsh.so.10.1: wrong ELF class: ELFCLASS64<br \/>\nUndefined\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 first referenced<br \/>\nsymbol\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 in file<br \/>\nztch\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 $OH\/10.2.0\/lib32\/\/libnmemso.so<\/font><\/p>\n<p><font color=\"#ff0000\">ld: fatal: Symbol referencing errors. No output written to $OH\/10.2.0\/sysman\/lib\/emagent<br \/>\n*** Error code 1<br \/>\nmake: Fatal error: Command failed for target `$OH\/10.2.0\/sysman\/lib\/emagent&#8217;<br \/>\nCurrent working directory $OH\/10.2.0\/sysman\/lib<br \/>\n*** Error code 1<br \/>\nmake: Fatal error: Command failed for target `emagent&#8217;<br \/>\nld libclntsh.so.10.1 wrong ELF class ELFCLASS64<br \/>\n<\/font><\/p>\n<p><u><strong>Fix 4 <\/strong><\/u>: another note from <strong>Metalink 395731.1<\/strong>, and fix was to create <strong>soft link<\/strong> for file &#8220;<strong>ldflags<\/strong>&#8221; like<\/p>\n<p><strong>ln -s $ORACLE_HOME\/lib\/ldflags $ORACLE_HOME\/lib32\/ldflags<\/strong><\/p>\n<p>After creating softlink, I did manage to relink all executable in ORACLE_HOME successfully and it was time to run <strong>emca<\/strong> for enterprise manager configuration<\/p>\n<p>&#8220;<strong>emca -config dbcontrol db -repos create<\/strong>&#8221;<\/p>\n<p>.<\/p>\n<p><strong><u>Issue 5<\/u><\/strong> : While running above <strong>emca<\/strong> command, scripting was prompting for <strong>dbsnmp<\/strong> password again and again stating<\/p>\n<p>&#8220;<strong>Invalid username\/password<\/strong>&#8221; (Even though I could connect to dbsnmp\/ dbsnmp_passsword from sqlplus)<\/p>\n<p><u><strong>Error message 5<\/strong><\/u> : On checking <strong>emca<\/strong> logs at\u00a0 <strong>$OH\/cfgtoollogs\/emca\/ emca_$timestamp.log<\/strong><\/p>\n<p><font color=\"#ff0000\">oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01034: ORACLE not available<br \/>\n<\/font><br \/>\n.<br \/>\n<u><strong>Fix 6<\/strong><\/u> : It was time to search in metalink again and this time I got note # <strong>337260.1 <\/strong>according to this note issue was because of <strong>user profile<\/strong> (password limit and resource limit)<\/p>\n<p>SQL&gt; select u.username, u.profile, p.resource_name, p.limit<br \/>\nfrom dba_profiles p, dba_users u<br \/>\nwhere p.profile=u.profile<br \/>\nand u.username in (&#8216;DBSNMP&#8217;)<br \/>\nand p.resource_type = &#8216;PASSWORD&#8217;<br \/>\norder by u.username, p.resource_name;<\/p>\n<p>Profile for user<strong> dbsnmp<\/strong> was set according to metalink 337260.1 which means issue was something else, on doing some hit &amp; trial I realized I was using <strong>SID in uppercase<\/strong> where as in database <strong>listener.ora<\/strong> SID was in <strong>lower case<\/strong>.<\/p>\n<p>When I enetered SID name in lowercase, emca script accepted dbsnmp password and finally after 3 hours I managed to install\/configure enterprise manager console on cloned target 11i Database Instance.<\/p>\n<p><font color=\"#ff0000\">30-Oct-2008 16:51:05 oracle.sysman.emcp.EMDBPostConfig performConfiguration<br \/>\nINFO: &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; The Database Control URL is http:\/\/machinename:&lt;port_number&gt;\/em &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;<br \/>\nEnterprise Manager configuration completed successfully<br \/>\nFINISHED EMCA at 30-Oct-2008 16:51:05<br \/>\n<\/font><\/p>\n<p>&#8212;<br \/>\n<font color=\"#ff0000\"><strong>More on how to monitor database using database control (dbconsole) coming soon &#8230;<\/strong><\/font><\/p>\n<p><u><strong>References<\/strong><\/u><\/p>\n<ul>\n<li>278100.1\u00a0 How To Drop, Create And Recreate DB Control In A 10g Database<\/li>\n<li>395162.1\u00a0 How to manage DB Control 10.2 for RAC Database with emca<\/li>\n<li>743833.1\u00a0 Rapid Clone &amp; Em Dbconsole<\/li>\n<li>549079.1\u00a0 Troubleshooting Database Control Startup Issues<\/li>\n<li>553154.1\u00a0 &#8220;UnsatisfiedLinkError: njni10&#8221; When Tring to Create the dbconsole With EMCA<\/li>\n<li>337260.1\u00a0 Dbsnmp Password Not Accepted<\/li>\n<li><a target=\"_blank\" href=\"http:\/\/download.oracle.com\/docs\/cd\/B19306_01\/em.102\/b40002\/structure.htm#sthref73\">Enterprise Manager Advanced Configuration Guide<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>On one of our cloned 11i Instance, I faced issues while trying to start Database Control (aka Enterprise Manager Console) [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"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":[424,259,42],"tags":[],"class_list":["post-1006","post","type-post","status-publish","format-standard","hentry","category-database","category-oem","category-troubleshooting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>OEM DBConsole startup issues on 10g R2 database for 11i\/R12 -<\/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\/2009\/01\/02\/oem-dbconsole-startup-issues-on-10g-r2-database-for-11ir12\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OEM DBConsole startup issues on 10g R2 database for 11i\/R12 -\" \/>\n<meta property=\"og:description\" content=\"On one of our cloned 11i Instance, I faced issues while trying to start Database Control (aka Enterprise Manager Console) [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2009\/01\/02\/oem-dbconsole-startup-issues-on-10g-r2-database-for-11ir12\/\" \/>\n<meta property=\"article:published_time\" content=\"2009-01-02T13:13:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2009-06-18T13:00:19+00:00\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2009\/01\/02\/oem-dbconsole-startup-issues-on-10g-r2-database-for-11ir12\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2009\/01\/02\/oem-dbconsole-startup-issues-on-10g-r2-database-for-11ir12\/\",\"name\":\"OEM DBConsole startup issues on 10g R2 database for 11i\/R12 -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2009-01-02T13:13:04+00:00\",\"dateModified\":\"2009-06-18T13:00:19+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2009\/01\/02\/oem-dbconsole-startup-issues-on-10g-r2-database-for-11ir12\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2009\/01\/02\/oem-dbconsole-startup-issues-on-10g-r2-database-for-11ir12\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2009\/01\/02\/oem-dbconsole-startup-issues-on-10g-r2-database-for-11ir12\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OEM DBConsole startup issues on 10g R2 database for 11i\/R12\"}]},{\"@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":"OEM DBConsole startup issues on 10g R2 database for 11i\/R12 -","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\/2009\/01\/02\/oem-dbconsole-startup-issues-on-10g-r2-database-for-11ir12\/","og_locale":"en_US","og_type":"article","og_title":"OEM DBConsole startup issues on 10g R2 database for 11i\/R12 -","og_description":"On one of our cloned 11i Instance, I faced issues while trying to start Database Control (aka Enterprise Manager Console) [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2009\/01\/02\/oem-dbconsole-startup-issues-on-10g-r2-database-for-11ir12\/","article_published_time":"2009-01-02T13:13:04+00:00","article_modified_time":"2009-06-18T13:00:19+00:00","author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2009\/01\/02\/oem-dbconsole-startup-issues-on-10g-r2-database-for-11ir12\/","url":"https:\/\/onlineappsdba.com\/index.php\/2009\/01\/02\/oem-dbconsole-startup-issues-on-10g-r2-database-for-11ir12\/","name":"OEM DBConsole startup issues on 10g R2 database for 11i\/R12 -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2009-01-02T13:13:04+00:00","dateModified":"2009-06-18T13:00:19+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2009\/01\/02\/oem-dbconsole-startup-issues-on-10g-r2-database-for-11ir12\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2009\/01\/02\/oem-dbconsole-startup-issues-on-10g-r2-database-for-11ir12\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2009\/01\/02\/oem-dbconsole-startup-issues-on-10g-r2-database-for-11ir12\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"OEM DBConsole startup issues on 10g R2 database for 11i\/R12"}]},{"@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\/1006","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=1006"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/1006\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=1006"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=1006"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=1006"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}