{"id":9862,"date":"2016-02-11T12:28:34","date_gmt":"2016-02-11T16:28:34","guid":{"rendered":"http:\/\/onlineappsdba.com\/?p=9862"},"modified":"2016-03-10T05:35:19","modified_gmt":"2016-03-10T09:35:19","slug":"upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2016\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/","title":{"rendered":"Upgrading Oracle Apps (EBS) to 12.2 ? ORA-29283: Invalid File Operation"},"content":{"rendered":"<p>This post covers issue while running <strong>American English\u00a0Upgrade patch driver<\/strong><strong>\u00a0<\/strong>reported in our\u00a0<a href=\"http:\/\/www.k21technologies.com\/oracle-applications-upgrader12-2-for-apps-dba-e-business\">Oracle EBS Upgrade R12.2<\/a>\u00a0training (<span style=\"color: #ff0000;\">next batch starts on\u00a0<strong>20th Feb<\/strong><\/span>\u00a0and\u00a0<span style=\"color: #ff0000;\"><strong>only limited seats are available<\/strong><\/span>\u00a0. We limit number trainees to 15 and where we cover\u00a0<strong>Architecture, Overview of R12.2 &amp; Major features in Upgrading to R12.2, Different upgrade paths available to R12.2,\u00a0Best practices for R12.2 Upgrade, How to minimize down time for R12.2 Upgrade, Difficulties\/Issues while upgrading to R12.2<\/strong>)<\/p>\n<p>One of the trainee from our previous batch, encountered \u00a0issue\u00a0<strong>\u201cORA-29283: Invalid File Operation\u201d <\/strong>while running American English\u00a0Upgrade patch driver.<\/p>\n<p><strong><u>Issue:<\/u><\/strong><\/p>\n<p><strong>1.<\/strong> Running the <strong>merged driver<\/strong> on the administration server node on Release 12.2 APPL_TOP using the following commands:<\/p>\n<p><strong>cd $ORACLE_BASE\/fs1\/EBSapps\/appl\/au\/12.0.0\/patch\/115\/driver<\/strong><\/p>\n<p><strong>adpatch options=nocopyportion,nogenerateportion<\/strong><\/p>\n<p><strong>Note:<\/strong>\u00a0Merged driver must be applied using adpatch options=nocopyportion,nogenerateportion on RUN File System.<\/p>\n<p><strong>2.<\/strong>\u00a0But Patch got failed with below error messages.<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/02\/ora_03113.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-9874\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/02\/ora_03113-300x252.png\" alt=\"ora_03113\" width=\"300\" height=\"252\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/02\/ora_03113-300x252.png 300w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/02\/ora_03113.png 484w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p>As it was showing issue on worker1 so we looked into log file of worker 1 located at<\/p>\n<p><strong>$ORACLE_BASE\/fs1\/EBSapps\/appl\/admin\/PRD122\/log<\/strong>\u00a0and it was showing\u00a0below issue<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/02\/worker1_log_issue.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-9873\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/02\/worker1_log_issue-300x245.png\" alt=\"worker1_log_issue\" width=\"300\" height=\"245\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/02\/worker1_log_issue-300x245.png 300w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/02\/worker1_log_issue.png 369w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p><span style=\"text-decoration: underline;\"><strong>Cause:<\/strong><\/span><\/p>\n<p>Issue with the write permissions in<strong> $APPLPTMP\/UTL_FILE_DIR<\/strong>. <strong>wmsgrlspecn.sql<\/strong> creates a file under $APPLPTMP\/ UTL_FILE_DIR with the name <strong>GenRulepkgs.log.<\/strong><\/p>\n<p>The error will occur if this file exists under a different user (If you have multiple environments owned by different O.S. user on server then you could run into issues like this).<\/p>\n<p><strong><u>Fix:<\/u><\/strong><\/p>\n<p>To resolve this issue follow the steps as given below:<\/p>\n<p><strong>1.<\/strong> Ensure that the user running the patch or the script has write permissions to\u00a0<strong>$APPLPTMP\/UTL_FILE_DIR<\/strong> location. To find the value for utl_file_dir<\/p>\n<p><strong>sqlplus apps\/&lt;apps password&gt;<\/strong><\/p>\n<p><strong>SELECT name, value FROM v$parameter WHERE name LIKE &#8216;utl_file_dir&#8217;;<\/strong><\/p>\n<p><strong>2.<\/strong> If $APPLPTMP\/GenRulepkgs.log exists under a different user, then\u00a0<strong>change permissions to 755\u00a0<\/strong>on the\u00a0file so that current user can write to it.<\/p>\n<p><strong>chmod 755\u00a0$APPLPTMP\/GenRulepkgs.log<\/strong><\/p>\n<p><strong>3.<\/strong> Restart adpatch again as<\/p>\n<p><strong>cd $ORACLE_BASE\/fs1\/EBSapps\/appl\/au\/12.0.0\/patch\/115\/driver<\/strong><\/p>\n<p><strong>adpatch options=nocopyportion,nogenerateportion<\/strong><\/p>\n<p>And this time adpatch completed successfully.<\/p>\n<p><strong><u>Reference:<\/u><\/strong><\/p>\n<ul>\n<li>Script Wmsgrlspecn.sql Fails With ORA-29283: Invalid File Operation<strong>\u00a0<\/strong><strong>(Doc ID 314293.1)<\/strong><\/li>\n<\/ul>\n<p>If you want to\u00a0learn more about\u00a0<strong>Oracle EBS Upgrade to R12.2\u00a0<\/strong>\u00a0then click the button below and register for our\u00a0<a href=\"http:\/\/www.k21technologies.com\/oracle-applications-upgrader12-2-for-apps-dba-e-business\">\u00a0<strong>Oracle Upgrade 12.2\u00a0<\/strong><\/a>\u00a0(<span style=\"color: #ff0000;\">next batch starts on 20th February, 2016\u00a0<\/span>)<\/p>\n<p><strong>Note<\/strong>:\u00a0<span style=\"color: #ff0000;\">We are so confident on our workshops that we provide\u00a0<strong>100% Money<\/strong>\u00a0<strong>back guarantee,<\/strong>\u00a0in unlikely case of you being not happy after first sessions, just drop us a mail before second session and We\u2019ll refund FULL money.<\/span><\/p>\n<div style=\"padding: 15px; margin-bottom: 15px; background: #ffffde; border: 1px solid #ddd; width: 100%;\" align=\"center\">\n<h2>Oracle E-Business Suite Upgrade to R12.2 Training<\/h2>\n<p>Live Instructor led Online sessions with Hands-on Lab Exercises, Dedicated Machines to Practice and Recorded sessions of the Training<\/p>\n<p><a href=\"http:\/\/www.k21technologies.com\/oracle-applications-upgrader12-2-for-apps-dba-e-business\" target=\"_blank\">Click here to learn more with limited time discounts<\/a><\/p>\n<\/div>\n<p>Stay Tuned for more Information on <strong>Oracle Apps 12.2 Upgrade<\/strong>!!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post covers issue while running American English\u00a0Upgrade patch driver\u00a0reported in our\u00a0Oracle EBS Upgrade R12.2\u00a0training (next batch starts on\u00a020th Feb\u00a0and\u00a0only [&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":[35,41,42,43],"tags":[],"class_list":["post-9862","post","type-post","status-publish","format-standard","hentry","category-r12","category-trainings","category-troubleshooting","category-upgrade"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Upgrading Oracle Apps (EBS) to 12.2 ? ORA-29283: Invalid File Operation -<\/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\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Upgrading Oracle Apps (EBS) to 12.2 ? ORA-29283: Invalid File Operation -\" \/>\n<meta property=\"og:description\" content=\"This post covers issue while running American English\u00a0Upgrade patch driver\u00a0reported in our\u00a0Oracle EBS Upgrade R12.2\u00a0training (next batch starts on\u00a020th Feb\u00a0and\u00a0only [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2016\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/\" \/>\n<meta property=\"article:published_time\" content=\"2016-02-11T16:28:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-03-10T09:35:19+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/02\/ora_03113-300x252.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\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2016\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/\",\"name\":\"Upgrading Oracle Apps (EBS) to 12.2 ? ORA-29283: Invalid File Operation -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2016\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2016\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/02\/ora_03113-300x252.png\",\"datePublished\":\"2016-02-11T16:28:34+00:00\",\"dateModified\":\"2016-03-10T09:35:19+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2016\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2016\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2016\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/#primaryimage\",\"url\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/02\/ora_03113-300x252.png\",\"contentUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/02\/ora_03113-300x252.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2016\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Upgrading Oracle Apps (EBS) to 12.2 ? ORA-29283: Invalid File Operation\"}]},{\"@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":"Upgrading Oracle Apps (EBS) to 12.2 ? ORA-29283: Invalid File Operation -","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\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/","og_locale":"en_US","og_type":"article","og_title":"Upgrading Oracle Apps (EBS) to 12.2 ? ORA-29283: Invalid File Operation -","og_description":"This post covers issue while running American English\u00a0Upgrade patch driver\u00a0reported in our\u00a0Oracle EBS Upgrade R12.2\u00a0training (next batch starts on\u00a020th Feb\u00a0and\u00a0only [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2016\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/","article_published_time":"2016-02-11T16:28:34+00:00","article_modified_time":"2016-03-10T09:35:19+00:00","og_image":[{"url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/02\/ora_03113-300x252.png","type":"","width":"","height":""}],"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\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/","url":"https:\/\/onlineappsdba.com\/index.php\/2016\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/","name":"Upgrading Oracle Apps (EBS) to 12.2 ? ORA-29283: Invalid File Operation -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2016\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2016\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/#primaryimage"},"thumbnailUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/02\/ora_03113-300x252.png","datePublished":"2016-02-11T16:28:34+00:00","dateModified":"2016-03-10T09:35:19+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2016\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2016\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2016\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/#primaryimage","url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/02\/ora_03113-300x252.png","contentUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2016\/02\/ora_03113-300x252.png"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2016\/02\/11\/upgrading-oracle-apps-ebs-to-12-2-ora-29283-invalid-file-operation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Upgrading Oracle Apps (EBS) to 12.2 ? ORA-29283: Invalid File Operation"}]},{"@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\/9862","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=9862"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/9862\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=9862"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=9862"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=9862"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}