{"id":918,"date":"2008-10-22T16:32:35","date_gmt":"2008-10-22T20:32:35","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2008\/10\/22\/awr-advance-workload-repositoryreport-in-oracle-10g\/"},"modified":"2008-10-22T16:57:35","modified_gmt":"2008-10-22T20:57:35","slug":"awr-advance-workload-repositoryreport-in-oracle-10g","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/22\/awr-advance-workload-repositoryreport-in-oracle-10g\/","title":{"rendered":"AWR (Advance workload Repository)Report in Oracle 10G"},"content":{"rendered":"<p><strong>AWR<\/strong> is an enhancement\/upgradation of <strong>statspack<\/strong>, which help us to tune the database.<\/p>\n<p>Oracle Database 10g uses a <strong>scheduled job<\/strong>, <strong>GATHER_STATS_JOB<\/strong>, to collect <strong>AWR statistics<\/strong>. This job is created, and enabled automatically when you create a new Oracle database under Oracle Database 10g.<\/p>\n<p><font color=\"#ff0000\">GATHER_STATS_JOB, to collect AWR statistics every 1 hour<\/font><br \/>\n.<\/p>\n<p><strong>We can disable and enable the schedule job by following command<\/strong>:<br \/>\nYou can <strong>disable this job<\/strong> using the <strong>dbms_scheduler.disable<\/strong> procedure as seen in this example:<br \/>\n<strong>Exec dbms_scheduler.disable(\u2019GATHER_STATS_JOB\u2019)<\/strong>;<\/p>\n<p>And you can <strong>enable the job<\/strong> using the <strong>dbms_scheduler.enable<\/strong> procedure as seen in this example:<br \/>\n<strong>Exec dbms_scheduler.enable(\u2019GATHER_STATS_JOB\u2019)<\/strong>;<\/p>\n<p>.<br \/>\n<strong><u>AWR Snapshot Reports<br \/>\n<\/u><\/strong>Oracle provides <strong>reports<\/strong> that you can run to analyze the data in the AWR. These reports are much like the <strong>statspack reports<\/strong> prior to Oracle Database 10g. There are two reports: <strong>awrrpt.sql<\/strong> and <strong>awrrpti.sql<\/strong>, which are available in the directory $ORACLE_HOME\/ rdbms\/ admin.<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 The output of these reports is essentially the same, except that <strong>awrrpti.sql<\/strong> <strong>script allows you to define a specific instance to report on<\/strong>. The reports are much like the statspack reports of old, in that you define a <strong>beginning and ending snapshot ID<\/strong>, and the output filename of the report. Additionally, you can opt to produce the report in either <strong>text format<\/strong> or <strong>HTML format<\/strong>.<\/p>\n<p>[oaPROD usa.com01 PROD] <strong>$ sqlplus &#8216;\/as sysdba&#8217;<\/strong><br \/>\nSQL&gt; <strong>@awrrpt.sql<\/strong><\/p>\n<p>Current Instance\u00a0\u00a0 DB Id\u00a0\u00a0\u00a0 DB Name\u00a0\u00a0\u00a0\u00a0\u00a0 Inst Num Instance<\/p>\n<p>&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;\u00a0<br \/>\nSpecify the Report Type<br \/>\n~~~~~~~~~~~~~~~~~~~~~~~<br \/>\n<font color=\"#ff0000\">Would you like an HTML report, or a plain text report?Enter &#8216;html&#8217; for an HTML report, or &#8216;text&#8217; for plain textDefaults to &#8216;html&#8217;\u00a0<\/font><br \/>\n<font color=\"#ff0000\">Enter value for report_type<\/font>: <strong>text<\/strong><\/p>\n<p>Type Specified:\u00a0 text Instances in this Workload Repository schema<br \/>\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br \/>\nDB Id\u00a0\u00a0\u00a0\u00a0 Inst Num DB Name\u00a0\u00a0\u00a0\u00a0\u00a0 Instance\u00a0\u00a0\u00a0\u00a0 Host<br \/>\n&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;<br \/>\n01\u00a0 1141957891\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 1 PROD\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 PROD\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 usa.com\u00a0\u00a0\u00a0\u00a0\u00a0<br \/>\n02 1141957891\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 1 GLD1\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 LGLD1\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 ind.com\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\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<\/p>\n<p>\u00a0Using\u00a0 124707144 for database Id Using\u00a01 for instance number\u00a0Specify the number of days of snapshots to choose from<br \/>\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br \/>\n<font color=\"#ff0000\">Entering the number of days (n) will result in the most recent(n) days of snapshots being listed.\u00a0 Pressing &lt;return&gt; withoutspecifying a number lists all completed snapshots. \u00a0Enter value for num_days<\/font>: <strong>\u00a01<\/strong><\/p>\n<p><strong>Listing the last day&#8217;s Completed Snapshots<\/strong>\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\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<\/p>\n<p>\u00a0\u00a0 SnapInstance\u00a0\u00a0\u00a0\u00a0 DB Name\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Snap Id\u00a0\u00a0\u00a0 Snap Started\u00a0\u00a0\u00a0 Level<br \/>\n\u00a0\u00a0\u00a0 &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8211;<br \/>\n\u00a0PROD\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 PROD\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<br \/>\n\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\u00a0\u00a06400 14 Oct 2008 00:01\u00a0\u00a0\u00a0\u00a0\u00a0 1<\/p>\n<p>\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\u00a0 6401 14 Oct 2008 01:00\u00a0\u00a0\u00a0\u00a0\u00a0 1<\/p>\n<p>\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\u00a0\u00a06402 14 Oct 2008 02:00\u00a0\u00a0\u00a0\u00a0\u00a0 1<\/p>\n<p>\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\u00a0 6403 14 Oct 2008 03:00\u00a0\u00a0\u00a0\u00a0\u00a0 1\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<\/p>\n<p>\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\u00a0\u00a06404 14 Oct 2008 04:00\u00a0\u00a0\u00a0\u00a0\u00a0 1\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<\/p>\n<p>\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\u00a0\u00a06405 14 Oct 2008 05:01\u00a0\u00a0\u00a0\u00a0\u00a0 1\u00a0<br \/>\nSpecify the Begin and End Snapshot Ids<br \/>\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<\/p>\n<p><font color=\"#ff0000\">Enter value for begin_snap<\/font>: <strong>6412<\/strong><\/p>\n<p><font color=\"#ff0000\">Begin Snapshot Id specified<\/font>: <strong>6412<\/strong><\/p>\n<p><font color=\"#ff0000\">Enter value for end_snap<\/font>: <strong>6413<\/strong><\/p>\n<p><font color=\"#ff0000\">End\u00a0\u00a0 Snapshot Id specified<\/font>: <strong>6413<\/strong><\/p>\n<p><font color=\"#ff0000\">Specify the Report Name<br \/>\n<\/font>The default report file name is <strong>awrrpt_1_6412_6413.txt<\/strong>.\u00a0 To use this name,press &lt;return&gt; to continue, otherwise enter an alternative.<\/p>\n<p>Enter value for report_name:End of ReportReport written to awrrpt_1_6412_6413.txt\u00a0<\/p>\n<p>&#8212;&#8212;&#8212;&#8212;-<\/p>\n<p>You can see what snapshots are currently in the AWR by using the <strong>DBA_HIST_SNAPSHOT<\/strong> view as seen in this example:\u00a0<br \/>\nSQL&gt; SELECT snap_id, begin_interval_time, end_interval_time \u00a0FROM dba_hist_snapshot ORDER BY 1;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>AWR is an enhancement\/upgradation of statspack, which help us to tune the database. Oracle Database 10g uses a scheduled job, [&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,212],"tags":[],"class_list":["post-918","post","type-post","status-publish","format-standard","hentry","category-database","category-performance"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>AWR (Advance workload Repository)Report in Oracle 10G -<\/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\/2008\/10\/22\/awr-advance-workload-repositoryreport-in-oracle-10g\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AWR (Advance workload Repository)Report in Oracle 10G -\" \/>\n<meta property=\"og:description\" content=\"AWR is an enhancement\/upgradation of statspack, which help us to tune the database. Oracle Database 10g uses a scheduled job, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/22\/awr-advance-workload-repositoryreport-in-oracle-10g\/\" \/>\n<meta property=\"article:published_time\" content=\"2008-10-22T20:32:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2008-10-22T20:57:35+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=\"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\/2008\/10\/22\/awr-advance-workload-repositoryreport-in-oracle-10g\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/22\/awr-advance-workload-repositoryreport-in-oracle-10g\/\",\"name\":\"AWR (Advance workload Repository)Report in Oracle 10G -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2008-10-22T20:32:35+00:00\",\"dateModified\":\"2008-10-22T20:57:35+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/22\/awr-advance-workload-repositoryreport-in-oracle-10g\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/22\/awr-advance-workload-repositoryreport-in-oracle-10g\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/22\/awr-advance-workload-repositoryreport-in-oracle-10g\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AWR (Advance workload Repository)Report in Oracle 10G\"}]},{\"@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":"AWR (Advance workload Repository)Report in Oracle 10G -","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\/2008\/10\/22\/awr-advance-workload-repositoryreport-in-oracle-10g\/","og_locale":"en_US","og_type":"article","og_title":"AWR (Advance workload Repository)Report in Oracle 10G -","og_description":"AWR is an enhancement\/upgradation of statspack, which help us to tune the database. Oracle Database 10g uses a scheduled job, [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/22\/awr-advance-workload-repositoryreport-in-oracle-10g\/","article_published_time":"2008-10-22T20:32:35+00:00","article_modified_time":"2008-10-22T20:57:35+00:00","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\/2008\/10\/22\/awr-advance-workload-repositoryreport-in-oracle-10g\/","url":"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/22\/awr-advance-workload-repositoryreport-in-oracle-10g\/","name":"AWR (Advance workload Repository)Report in Oracle 10G -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2008-10-22T20:32:35+00:00","dateModified":"2008-10-22T20:57:35+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/22\/awr-advance-workload-repositoryreport-in-oracle-10g\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2008\/10\/22\/awr-advance-workload-repositoryreport-in-oracle-10g\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/10\/22\/awr-advance-workload-repositoryreport-in-oracle-10g\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"AWR (Advance workload Repository)Report in Oracle 10G"}]},{"@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\/918","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=918"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/918\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=918"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=918"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=918"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}