{"id":1643,"date":"2010-04-19T15:11:51","date_gmt":"2010-04-19T19:11:51","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2010\/04\/19\/error-while-cloning-r12-database-tier-rc-00110-fatal-error-occurred-while-relinking-of-applydbtechstack-error-while-running-adlnkohsh\/"},"modified":"2010-04-19T15:19:27","modified_gmt":"2010-04-19T19:19:27","slug":"error-while-cloning-r12-database-tier-rc-00110-fatal-error-occurred-while-relinking-of-applydbtechstack-error-while-running-adlnkohsh","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2010\/04\/19\/error-while-cloning-r12-database-tier-rc-00110-fatal-error-occurred-while-relinking-of-applydbtechstack-error-while-running-adlnkohsh\/","title":{"rendered":"Error while cloning R12 &#8211; Database Tier : RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack : Error while running adlnkoh.sh"},"content":{"rendered":"<p>I was recently cloning Oracle R12 instance from hot backup (RMAN : DUPLICATE )\u00a0using Metalink note <a target=\"_blank\" href=\"https:\/\/support.oracle.com\/CSP\/main\/article?cmd=show&amp;type=NOT&amp;doctype=BULLETIN&amp;id=406982.1\">406982.1 Cloning Oracle Applications Release 12 with Rapid Clone<\/a>\u00a0\u00a0and clone failed while reconfiguring database tier ORACLE_HOME on target node.<\/p>\n<p>Since I was cloning from RMAN hotbackup (using DUPLICATE command in RMAN), I\u00a0used option <strong>dbTechStack<\/strong> (use option <strong>dbTier<\/strong> for cold back)\u00a0on database tier.<\/p>\n<p><font color=\"#ff0000\">$ cd [RDBMS ORACLE_HOME]\/appsutil\/clone\/bin<br \/>\n$ perl adcfgclone.pl dbTechStack<\/font><\/p>\n<p><font color=\"#ff0000\">.<\/font><br \/>\n<u>What is difference between <strong>dbTier<\/strong> and <strong>dbTechStack <\/strong><\/u><u>option in adcfgclone.pl ?<br \/>\n<\/u>.<br \/>\n&#8212;<strong>dbTier<\/strong> option reconfigures ORACLE_HOME and recreates (clone) database automatically for you. Use this option for cloning from cold backup.<\/p>\n<p>&#8212;<strong>dbTechStack<\/strong> option reconfigures only ORACLE_HOME in target machine. You then manually clone database (by manually creating control file or using RMAN DUPLICATE) . Use this option for cloning from hot backup or cloning from standby database.<\/p>\n<p>.<\/p>\n<p><strong><u>Error during clone in R12<\/u><\/strong>:<br \/>\n<font color=\"#ff0000\">APPS Password : Log file located at \/target_oracle_home\/ appsutil\/ log\/$CONTEXT_NAME\/ ApplyDBTechStack_04191255.log<br \/>\n\u00a0 &#8211;\u00a0\u00a0\u00a0\u00a0\u00a0 2% completed<br \/>\n\u00a0 \\\u00a0\u00a0\u00a0\u00a0\u00a0 2% completed\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <strong>RC-00110: Fatal: Error occurred while relinking<\/strong> of ApplyDBTechStack\u00a0 ERROR while running Apply&#8230;<br \/>\nMon Apr\u00a005 12:57:44 2010<br \/>\n<\/font><font color=\"#ff0000\">ERROR: Failed to execute \/target_oracle_home\/appsutil\/clone\/bin\/adclone.pl Please check logfile.<br \/>\n<\/font><\/p>\n<p>This issue is reported in Metalink Note \u00a0<a target=\"_blank\" href=\"https:\/\/support.oracle.com\/CSP\/main\/article?cmd=show&amp;type=NOT&amp;doctype=TROUBLESHOOTING&amp;id=603104.1#aref20\">603104.1 Troubleshooting RapidClone issues with Oracle Applications R12<\/a>\u00a0: as per this note issue is because of 32 bit library and issue was fixed in 12.0.6 (I was cloning 12.1.1) so it was time to look at relink logs.<\/p>\n<p>.<br \/>\n<strong><u>Error 1 : ldflags soft link pointing to source instance<\/u><\/strong><br \/>\nSince error was while relinking (RC-00110 Fatal Error while relinking) so I checked logs related to relink which were available at <font color=\"#000000\">\/[target_oracle_home]\/ appsutil\/ log\/$CONTEXT_NAME\/ <strong>make_[timeStamp].log<br \/>\n<\/strong><\/font><font color=\"#000000\"><font color=\"#ff0000\">.<br \/>\ncat: cannot open \/target_oracle_home\/db\/tech_st\/11.1.0\/lib32\/ldflags<br \/>\n*** Error code 2<br \/>\n.<\/font><\/font><font color=\"#000000\"><br \/>\nNext step was to check file <strong>ldflags<br \/>\n.<br \/>\n<\/strong><\/font><font color=\"#000000\"><font color=\"#ff0000\">$ ls -l \/target_oracle_home\/db\/tech_st\/11.1.0\/lib32\/ldflags<br \/>\nlrwxrwxrwx\u00a0\u00a0 1 ocmsmig1 dba\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 54 Apr 19 00:49 <strong>\/target_oracle_home<\/strong>\/db\/tech_st\/11.1.0\/lib32\/ldflags -&gt;\u00a0 <strong>\/source_oracle_home<\/strong>\/db\/tech_st\/11.1.0\/lib\/ldflags<br \/>\n<\/font><\/font><font color=\"#000000\">Hence issue was that softlink for ldflags was pointing to source instance (I used <strong>tar<\/strong> to backup and restore ORACLE_HOME from source to target machine)<\/font><font color=\"#000000\">.<\/font><\/p>\n<p>.<\/p>\n<p><font color=\"#000000\"><strong><u>Fix 1\u00a0: Drop softlink and recreate it pointing to target ORACLE_HOME<\/u><\/strong><br \/>\n<font color=\"#ff0000\">$\u00a0cd \/[target_oracle_home]\/db\/tech_st\/11.1.0\/lib32\/<br \/>\n$ rm ldflags<br \/>\n$ ln -s \/[target_oracle_home]\/db\/tech_st\/11.1.0\/lib\/ldflags ldflags<\/font><\/font><\/p>\n<p><font color=\"#000000\">.<\/font><\/p>\n<p><font color=\"#000000\"><font color=\"#ff0000\"><font color=\"#000000\">Restart clone <font color=\"#ff0000\">$ perl adcfgclone.pl dbTechStack <\/font>and it failed with\u00a0<strong>different error<\/strong> this time<br \/>\n<\/font><\/font><font color=\"#ff0000\"><font color=\"#000000\">.<\/font><\/font><\/font><\/p>\n<p><font color=\"#000000\"><font color=\"#ff0000\"><font color=\"#000000\">.<br \/>\n<strong><u>Error 2<\/u><\/strong> : <strong><u>wrong ELF class ELFCLASS32<\/u><\/strong><br \/>\n<\/font><\/font><\/font><font color=\"#000000\"><font color=\"#ff0000\"><\/font><font color=\"#ff0000\"><\/p>\n<ul>\n<li><font color=\"#000000\">ld: fatal: file \/target_oracle_home\/db\/tech_st\/11.1.0\/appsutil\/clone\/jre\/lib\/sparc\/libjava.so: wrong ELF class: ELFCLASS32<\/font><\/li>\n<li><font color=\"#000000\">ld: fatal: file \/target_oracle_home\/db\/tech_st\/11.1.0\/appsutil\/clone\/jre\/lib\/sparc\/server\/libjvm.so: wrong ELF class: ELFCLASS32<\/font><\/li>\n<li><font color=\"#000000\">ld: fatal: File processing errors. No output written to \/target_oracle_home\/11.1.0\/sysman\/lib\/libnmemso.so<br \/>\n*** Error code 1<br \/>\n<\/font><font color=\"#000000\">\u00a0<\/font><\/li>\n<\/ul>\n<p><font color=\"#000000\"><strong><u>Cause <\/u><\/strong>: As per Metalink note <a target=\"_blank\" href=\"https:\/\/support.oracle.com\/CSP\/main\/article?cmd=show&amp;type=NOT&amp;doctype=TROUBLESHOOTING&amp;id=743833.1\">743833.1 Rapid Clone &amp; Em Dbconsole <\/a>\u00a0also reported <a target=\"_blank\" href=\"https:\/\/onlineappsdba.com\/index.php\/2009\/01\/02\/oem-dbconsole-startup-issues-on-10g-r2-database-for-11ir12\/\">here<\/a>;\u00a0there are references of source system in <strong>make<\/strong> <strong>file<\/strong> and fix is to change references from source to target instance.<\/font><\/p>\n<p><font color=\"#000000\">.<\/font><\/p>\n<p><font color=\"#000000\"><strong><u>Fix 2 : change reference in env_sysman.mk<br \/>\n<\/u><\/strong><br \/>\n<font color=\"#000000\">cp $ORACLE_HOME\/sysman\/lib\/env_sysman.mk $ORACLE_HOME\/sysman\/lib\/env_sysman.mk.bak<br \/>\n<\/font><font color=\"#000000\">change<br \/>\nJRE_LIB_DIR=<font color=\"#ff0000\">$SOURCE_ORACLE_HOME<\/font>\/10.2.0\/jdk\/jre\/lib\/sparc\u00a0 (It was pointing to source Directory)<br \/>\nto<br \/>\nJRE_LIB_DIR=<font color=\"#ff0000\">$TARGET_ORACLE_HOME<\/font>\/10.2.0\/jdk\/jre\/lib\/sparc<\/font><\/font><\/p>\n<p><font color=\"#000000\"><font color=\"#000000\">.<\/font><\/font><\/p>\n<p><font color=\"#000000\"><font color=\"#000000\">Restart clone <font color=\"#ff0000\">$ perl adcfgclone.pl dbTechStack <\/font>and it failed with\u00a0third error <strong>(though relink completed successfully)<\/strong>\u00a0this time<br \/>\n<\/font><\/font><font color=\"#000000\"><font color=\"#000000\">\u00a0<\/font><\/font><\/p>\n<p><font color=\"#000000\"><font color=\"#000000\">.<br \/>\n<\/font><\/font><font color=\"#000000\"><font color=\"#000000\">.<\/font><\/font><font color=\"#000000\"><strong><u>Error 3<\/u>: ouicli.pl\u00a0failed\u00a0in <\/strong>\/[target_oracle_home]\/ appsutil\/ log\/ $CONTEXT_NAME\/ <strong>ApplyDBTechStack_04191255.log<\/strong><br \/>\n_______________________________________________________________<br \/>\n<strong>\u00a0\u00a0\u00a0\u00a0\u00a0 ouicli.pl\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 INSTE8_APPLY\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 255<br \/>\n<\/strong><\/font><font color=\"#000000\">AutoConfig is exiting with status 1<br \/>\n<\/font><font color=\"#000000\">RC-50013: Fatal: Instantiate driver did not complete successfully.<br \/>\n\/[target_oracle_home]\/db\/tech_st\/11.1.0\/appsutil\/driver\/regclone.drv<\/font><font color=\"#000000\"><strong>Finished OUI CLI cloning for s_db_oh with return code<\/strong>: <font color=\"#ff0000\">72057594037927935\u00a0 <\/font><font color=\"#000000\"><strong>(non zero status code)<br \/>\n<\/strong><\/font>________________________________________________________________<br \/>\n.<\/font><\/font><font color=\"#000000\"> <\/font><\/font><font color=\"#000000\"><strong><u>Cause 3 <\/u><\/strong>Missing <strong>jre<\/strong> directory in\u00a0 $<strong>ORACLE_HOME\/appsutil<\/strong>\/ on target Database Tier<\/p>\n<p><strong><u>Fix 3<\/u><\/strong>: As part of &#8220;<strong>Enable Autoconfig in Database Tier<\/strong> : \u00a0<a target=\"_blank\" href=\"https:\/\/support.oracle.com\/CSP\/main\/article?cmd=show&amp;type=NOT&amp;doctype=PROBLEM&amp;id=387859.1\">Metalink Note 387859.1<\/a>&#8221; Install JRE on source install (also on target instance if files are already copied to target instance)<\/p>\n<p><\/font><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I was recently cloning Oracle R12 instance from hot backup (RMAN : DUPLICATE )\u00a0using Metalink note 406982.1 Cloning Oracle Applications [&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":[42],"tags":[],"class_list":["post-1643","post","type-post","status-publish","format-standard","hentry","category-troubleshooting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Error while cloning R12 - Database Tier : RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack : Error while running adlnkoh.sh -<\/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\/2010\/04\/19\/error-while-cloning-r12-database-tier-rc-00110-fatal-error-occurred-while-relinking-of-applydbtechstack-error-while-running-adlnkohsh\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Error while cloning R12 - Database Tier : RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack : Error while running adlnkoh.sh -\" \/>\n<meta property=\"og:description\" content=\"I was recently cloning Oracle R12 instance from hot backup (RMAN : DUPLICATE )\u00a0using Metalink note 406982.1 Cloning Oracle Applications [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2010\/04\/19\/error-while-cloning-r12-database-tier-rc-00110-fatal-error-occurred-while-relinking-of-applydbtechstack-error-while-running-adlnkohsh\/\" \/>\n<meta property=\"article:published_time\" content=\"2010-04-19T19:11:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2010-04-19T19:19:27+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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/04\/19\/error-while-cloning-r12-database-tier-rc-00110-fatal-error-occurred-while-relinking-of-applydbtechstack-error-while-running-adlnkohsh\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/04\/19\/error-while-cloning-r12-database-tier-rc-00110-fatal-error-occurred-while-relinking-of-applydbtechstack-error-while-running-adlnkohsh\/\",\"name\":\"Error while cloning R12 - Database Tier : RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack : Error while running adlnkoh.sh -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2010-04-19T19:11:51+00:00\",\"dateModified\":\"2010-04-19T19:19:27+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/04\/19\/error-while-cloning-r12-database-tier-rc-00110-fatal-error-occurred-while-relinking-of-applydbtechstack-error-while-running-adlnkohsh\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2010\/04\/19\/error-while-cloning-r12-database-tier-rc-00110-fatal-error-occurred-while-relinking-of-applydbtechstack-error-while-running-adlnkohsh\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/04\/19\/error-while-cloning-r12-database-tier-rc-00110-fatal-error-occurred-while-relinking-of-applydbtechstack-error-while-running-adlnkohsh\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Error while cloning R12 &#8211; Database Tier : RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack : Error while running adlnkoh.sh\"}]},{\"@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":"Error while cloning R12 - Database Tier : RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack : Error while running adlnkoh.sh -","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\/2010\/04\/19\/error-while-cloning-r12-database-tier-rc-00110-fatal-error-occurred-while-relinking-of-applydbtechstack-error-while-running-adlnkohsh\/","og_locale":"en_US","og_type":"article","og_title":"Error while cloning R12 - Database Tier : RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack : Error while running adlnkoh.sh -","og_description":"I was recently cloning Oracle R12 instance from hot backup (RMAN : DUPLICATE )\u00a0using Metalink note 406982.1 Cloning Oracle Applications [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2010\/04\/19\/error-while-cloning-r12-database-tier-rc-00110-fatal-error-occurred-while-relinking-of-applydbtechstack-error-while-running-adlnkohsh\/","article_published_time":"2010-04-19T19:11:51+00:00","article_modified_time":"2010-04-19T19:19:27+00:00","author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2010\/04\/19\/error-while-cloning-r12-database-tier-rc-00110-fatal-error-occurred-while-relinking-of-applydbtechstack-error-while-running-adlnkohsh\/","url":"https:\/\/onlineappsdba.com\/index.php\/2010\/04\/19\/error-while-cloning-r12-database-tier-rc-00110-fatal-error-occurred-while-relinking-of-applydbtechstack-error-while-running-adlnkohsh\/","name":"Error while cloning R12 - Database Tier : RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack : Error while running adlnkoh.sh -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2010-04-19T19:11:51+00:00","dateModified":"2010-04-19T19:19:27+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2010\/04\/19\/error-while-cloning-r12-database-tier-rc-00110-fatal-error-occurred-while-relinking-of-applydbtechstack-error-while-running-adlnkohsh\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2010\/04\/19\/error-while-cloning-r12-database-tier-rc-00110-fatal-error-occurred-while-relinking-of-applydbtechstack-error-while-running-adlnkohsh\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2010\/04\/19\/error-while-cloning-r12-database-tier-rc-00110-fatal-error-occurred-while-relinking-of-applydbtechstack-error-while-running-adlnkohsh\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Error while cloning R12 &#8211; Database Tier : RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack : Error while running adlnkoh.sh"}]},{"@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\/1643","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=1643"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/1643\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=1643"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=1643"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=1643"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}