{"id":9451,"date":"2016-01-03T11:05:54","date_gmt":"2016-01-03T15:05:54","guid":{"rendered":"http:\/\/onlineappsdba.com\/?p=9451"},"modified":"2016-05-04T07:30:56","modified_gmt":"2016-05-04T11:30:56","slug":"password-expiry-issue","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2016\/01\/03\/password-expiry-issue\/","title":{"rendered":"Password Expiry Issue"},"content":{"rendered":"<p>We were trying to start IDM services but services were failing with error as shown in below screen shot<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"CToWUd a6T\" tabindex=\"0\" src=\"https:\/\/mail.google.com\/mail\/u\/1\/?ui=2&amp;ik=33f5797f5c&amp;view=fimg&amp;th=151162ab8faec47b&amp;attid=0.1&amp;disp=emb&amp;realattid=ii_1511625538504ce0&amp;attbid=ANGjdJ_C51ePwhWLyfT1F_G_rkrlPu1GDjQbpPQwC2ES0PQo_AD-Cns6SJnb6NN9UXtgC-qLDNesnnNJZsXHv9FBxawZizpEdvjMBOqLp4sZr42sbCl4EUIkzgQCEYo&amp;sz=w912-h472&amp;ats=1451833386838&amp;rm=151162ab8faec47b&amp;zw&amp;atsh=1\" alt=\"Inline image 1\" width=\"456\" height=\"236\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>1.\u00a0\u00a0\u00a0\u00a0 As it was showing issue with OPMN services so we tried to start opmn services manually but it<\/p>\n<p>was failing to start opmn services We looked into opmn log file log (located under<\/p>\n<p>$ORACLE_INSTANCE\/diagnostics\/<wbr \/>logs\/OPMN\/opmn). And it was showing below issue.<\/p>\n<p>&nbsp;<\/p>\n<p>[2015-11-17T01:33:48-05:00] [opmn] [TRACE:1] [536] [pm-workers] Job 0 0 result: [[<\/p>\n<p>oid1~oid1~oidmon~OID~<wbr \/>2045482973:2865<\/p>\n<p>Status: Stop<\/p>\n<p>Operation: internal (time out while waiting for a managed process to stop)<\/p>\n<p>ErrFile: \/u02\/oracle\/config\/instances\/<wbr \/>oid1\/diagnostics\/logs\/OID\/<wbr \/>oid1\/console~OID~1.log<\/p>\n<p>String: second stop attempted<\/p>\n<p>&nbsp;<\/p>\n<p>]]<\/p>\n<p>&nbsp;<\/p>\n<p>[2015-11-17T01:33:48-05:00] [opmn] [NOTIFICATION:1] [663] [pm-process] Stopping<\/p>\n<p>Process: oid1~oidmon~OID~1 (2045482973:2865)<\/p>\n<p>2.\u00a0\u00a0\u00a0\u00a0 After that we looked into oidmon.log file located under (\/u02\/oracle\/config\/instances\/<wbr \/>oid1\/diagnostics\/logs\/OID\/<wbr \/>oid1)<\/p>\n<p>[2015-11-17T02:04:27-05:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: <a href=\"http:\/\/iamdemo04.k21technologies.com\/\" target=\"_blank\">iamdemo04.k21technologies.com<\/a>] [pid: 4425] [tid: 0] Guardian: [oidmon]: Unable to connect to database,<\/p>\n<p>will retry again after 10 sec<\/p>\n<p>[2015-11-17T02:04:37-05:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: <a href=\"http:\/\/iamdemo04.k21technologies.com\/\" target=\"_blank\">iamdemo04.k21technologies.com<\/a>] [pid: 4425] [tid: 0] Guardian: Connecting to database, connect string is oiddb<\/p>\n<p>[2015-11-17T02:04:37-05:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: <a href=\"http:\/\/iamdemo04.k21technologies.com\/\" target=\"_blank\">iamdemo04.k21technologies.com<\/a>] [pid: 4425] [tid: 0] Guardian: [gsdsiConnect] ORA-28002, ORA-28002: the password will expire within 5 days<\/p>\n<p>[2015-11-17T02:04:37-05:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: <a href=\"http:\/\/iamdemo04.k21technologies.com\/\" target=\"_blank\">iamdemo04.k21technologies.com<\/a>] [pid: 4425] [tid: 0] Guardian: [oidmon]: Unable to connect to database,<\/p>\n<p>will retry again after 10 sec<\/p>\n<p>&nbsp;<\/p>\n<p>So as shown in logs above\u00a0 there was some issue with Database users.<\/p>\n<p><b><u><span style=\"font-size: large;\">Temporary Fix<\/span><\/u><\/b><\/p>\n<p>For fixing the issue temporarily, reset the password of expired users and to check the status of<\/p>\n<p>users, run the below command after connecting to database.<\/p>\n<p>&nbsp;<\/p>\n<div>\n<p><strong>SQL&gt; select USERNAME,ACCOUNT_STATUS, LOCK_DATE, EXPIRY_DATE form dba users;<\/strong><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<p>After that run below command to reset the password<\/p>\n<div>\n<p><strong>SQL&gt; alter user &lt;username&gt; identified by &lt;password&gt;;<\/strong><\/p>\n<p>For Example<\/p>\n<p><strong>SQL&gt; alter user ODS identified by k21technologies;<\/strong><\/p>\n<\/div>\n<p><b>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<\/b><b><\/b><\/p>\n<p><b><span style=\"font-size: large;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0<u>Permanent Fix<\/u><\/span><\/b><\/p>\n<p><b><u><span style=\"font-size: large;\">\u00a0<\/span><\/u><\/b>\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0\u00a0For permanent fix of this issue, create one password policy and assign it to database users<\/p>\n<p>as shown in below screenshot after resetting the password<\/p>\n<p>&nbsp;<\/p>\n<div>\n<p><strong>SQL&gt; CREATE PROFILE FMWNOLOCK LIMIT FAILED_LOGIN_ATTEMPTS UNLIMITED PASSWORD_LIFE_TIME UNLIMITED;<\/strong><\/p>\n<p><strong>SQL&gt;\u00a0 ALTER USER ODS PROFILE FMWNOLOCK;<\/strong><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We were trying to start IDM services but services were failing with error as shown in below screen shot &nbsp; [&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,437],"tags":[],"class_list":["post-9451","post","type-post","status-publish","format-standard","hentry","category-database","category-fusion-applications"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Password Expiry Issue -<\/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\/01\/03\/password-expiry-issue\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Password Expiry Issue -\" \/>\n<meta property=\"og:description\" content=\"We were trying to start IDM services but services were failing with error as shown in below screen shot &nbsp; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2016\/01\/03\/password-expiry-issue\/\" \/>\n<meta property=\"article:published_time\" content=\"2016-01-03T15:05:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-05-04T11:30:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mail.google.com\/mail\/u\/1\/?ui=2&amp;ik=33f5797f5c&amp;view=fimg&amp;th=151162ab8faec47b&amp;attid=0.1&amp;disp=emb&amp;realattid=ii_1511625538504ce0&amp;attbid=ANGjdJ_C51ePwhWLyfT1F_G_rkrlPu1GDjQbpPQwC2ES0PQo_AD-Cns6SJnb6NN9UXtgC-qLDNesnnNJZsXHv9FBxawZizpEdvjMBOqLp4sZr42sbCl4EUIkzgQCEYo&amp;sz=w912-h472&amp;ats=1451833386838&amp;rm=151162ab8faec47b&amp;zw&amp;atsh=1\" \/>\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\/01\/03\/password-expiry-issue\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2016\/01\/03\/password-expiry-issue\/\",\"name\":\"Password Expiry Issue -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2016\/01\/03\/password-expiry-issue\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2016\/01\/03\/password-expiry-issue\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/mail.google.com\/mail\/u\/1\/?ui=2&amp;ik=33f5797f5c&amp;view=fimg&amp;th=151162ab8faec47b&amp;attid=0.1&amp;disp=emb&amp;realattid=ii_1511625538504ce0&amp;attbid=ANGjdJ_C51ePwhWLyfT1F_G_rkrlPu1GDjQbpPQwC2ES0PQo_AD-Cns6SJnb6NN9UXtgC-qLDNesnnNJZsXHv9FBxawZizpEdvjMBOqLp4sZr42sbCl4EUIkzgQCEYo&amp;sz=w912-h472&amp;ats=1451833386838&amp;rm=151162ab8faec47b&amp;zw&amp;atsh=1\",\"datePublished\":\"2016-01-03T15:05:54+00:00\",\"dateModified\":\"2016-05-04T11:30:56+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2016\/01\/03\/password-expiry-issue\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2016\/01\/03\/password-expiry-issue\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2016\/01\/03\/password-expiry-issue\/#primaryimage\",\"url\":\"https:\/\/mail.google.com\/mail\/u\/1\/?ui=2&amp;ik=33f5797f5c&amp;view=fimg&amp;th=151162ab8faec47b&amp;attid=0.1&amp;disp=emb&amp;realattid=ii_1511625538504ce0&amp;attbid=ANGjdJ_C51ePwhWLyfT1F_G_rkrlPu1GDjQbpPQwC2ES0PQo_AD-Cns6SJnb6NN9UXtgC-qLDNesnnNJZsXHv9FBxawZizpEdvjMBOqLp4sZr42sbCl4EUIkzgQCEYo&amp;sz=w912-h472&amp;ats=1451833386838&amp;rm=151162ab8faec47b&amp;zw&amp;atsh=1\",\"contentUrl\":\"https:\/\/mail.google.com\/mail\/u\/1\/?ui=2&amp;ik=33f5797f5c&amp;view=fimg&amp;th=151162ab8faec47b&amp;attid=0.1&amp;disp=emb&amp;realattid=ii_1511625538504ce0&amp;attbid=ANGjdJ_C51ePwhWLyfT1F_G_rkrlPu1GDjQbpPQwC2ES0PQo_AD-Cns6SJnb6NN9UXtgC-qLDNesnnNJZsXHv9FBxawZizpEdvjMBOqLp4sZr42sbCl4EUIkzgQCEYo&amp;sz=w912-h472&amp;ats=1451833386838&amp;rm=151162ab8faec47b&amp;zw&amp;atsh=1\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2016\/01\/03\/password-expiry-issue\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Password Expiry Issue\"}]},{\"@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":"Password Expiry Issue -","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\/01\/03\/password-expiry-issue\/","og_locale":"en_US","og_type":"article","og_title":"Password Expiry Issue -","og_description":"We were trying to start IDM services but services were failing with error as shown in below screen shot &nbsp; [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2016\/01\/03\/password-expiry-issue\/","article_published_time":"2016-01-03T15:05:54+00:00","article_modified_time":"2016-05-04T11:30:56+00:00","og_image":[{"url":"https:\/\/mail.google.com\/mail\/u\/1\/?ui=2&amp;ik=33f5797f5c&amp;view=fimg&amp;th=151162ab8faec47b&amp;attid=0.1&amp;disp=emb&amp;realattid=ii_1511625538504ce0&amp;attbid=ANGjdJ_C51ePwhWLyfT1F_G_rkrlPu1GDjQbpPQwC2ES0PQo_AD-Cns6SJnb6NN9UXtgC-qLDNesnnNJZsXHv9FBxawZizpEdvjMBOqLp4sZr42sbCl4EUIkzgQCEYo&amp;sz=w912-h472&amp;ats=1451833386838&amp;rm=151162ab8faec47b&amp;zw&amp;atsh=1","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\/01\/03\/password-expiry-issue\/","url":"https:\/\/onlineappsdba.com\/index.php\/2016\/01\/03\/password-expiry-issue\/","name":"Password Expiry Issue -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2016\/01\/03\/password-expiry-issue\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2016\/01\/03\/password-expiry-issue\/#primaryimage"},"thumbnailUrl":"https:\/\/mail.google.com\/mail\/u\/1\/?ui=2&amp;ik=33f5797f5c&amp;view=fimg&amp;th=151162ab8faec47b&amp;attid=0.1&amp;disp=emb&amp;realattid=ii_1511625538504ce0&amp;attbid=ANGjdJ_C51ePwhWLyfT1F_G_rkrlPu1GDjQbpPQwC2ES0PQo_AD-Cns6SJnb6NN9UXtgC-qLDNesnnNJZsXHv9FBxawZizpEdvjMBOqLp4sZr42sbCl4EUIkzgQCEYo&amp;sz=w912-h472&amp;ats=1451833386838&amp;rm=151162ab8faec47b&amp;zw&amp;atsh=1","datePublished":"2016-01-03T15:05:54+00:00","dateModified":"2016-05-04T11:30:56+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2016\/01\/03\/password-expiry-issue\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2016\/01\/03\/password-expiry-issue\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2016\/01\/03\/password-expiry-issue\/#primaryimage","url":"https:\/\/mail.google.com\/mail\/u\/1\/?ui=2&amp;ik=33f5797f5c&amp;view=fimg&amp;th=151162ab8faec47b&amp;attid=0.1&amp;disp=emb&amp;realattid=ii_1511625538504ce0&amp;attbid=ANGjdJ_C51ePwhWLyfT1F_G_rkrlPu1GDjQbpPQwC2ES0PQo_AD-Cns6SJnb6NN9UXtgC-qLDNesnnNJZsXHv9FBxawZizpEdvjMBOqLp4sZr42sbCl4EUIkzgQCEYo&amp;sz=w912-h472&amp;ats=1451833386838&amp;rm=151162ab8faec47b&amp;zw&amp;atsh=1","contentUrl":"https:\/\/mail.google.com\/mail\/u\/1\/?ui=2&amp;ik=33f5797f5c&amp;view=fimg&amp;th=151162ab8faec47b&amp;attid=0.1&amp;disp=emb&amp;realattid=ii_1511625538504ce0&amp;attbid=ANGjdJ_C51ePwhWLyfT1F_G_rkrlPu1GDjQbpPQwC2ES0PQo_AD-Cns6SJnb6NN9UXtgC-qLDNesnnNJZsXHv9FBxawZizpEdvjMBOqLp4sZr42sbCl4EUIkzgQCEYo&amp;sz=w912-h472&amp;ats=1451833386838&amp;rm=151162ab8faec47b&amp;zw&amp;atsh=1"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2016\/01\/03\/password-expiry-issue\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Password Expiry Issue"}]},{"@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\/9451","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=9451"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/9451\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=9451"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=9451"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=9451"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}