{"id":3361,"date":"2018-09-26T20:10:28","date_gmt":"2018-09-26T20:10:28","guid":{"rendered":"https:\/\/dbtut.com\/?p=3361"},"modified":"2018-11-24T20:59:46","modified_gmt":"2018-11-24T20:59:46","slug":"how-to-move-the-datafiles-in-rac-database","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/","title":{"rendered":"How To Move the Datafiles in Rac Database"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p>HI Guys,<\/p>\n<p>We were put in a Situation that we had to Create the New data files \u00a0for the tablespaces in the RECO diskgroup temporarily \u00a0in one of the RAC databases because we didn\u2019t have much space in the DATA diskgroup.<\/p>\n<p>So We had \u00a0Performed the tablespace re-org activity \u00a0one of the Big file tablespaces to reclaim the space on the DATA diskgroup.<\/p>\n<p>Once we get the space back to the DATA diskgroup ,We had to move back all the datafiles back to DATA diskgroup from RECO diskgroup.Below is the action Plan I am planning to use and of course Tested the same method in one of our QA Envt\u2019s.<\/p>\n<h3>Environment:<\/h3>\n<h3>Database Version: 11.2.0.4 Exadata RAC database<\/h3>\n<p>Below is the action Plan I have used.<\/p>\n<pre class=\"lang:default decode:true\">SQL&gt; create tablespace dropme1 datafile \u2018+datac1\u2019 size 10m;\r\nTablespace created.<\/pre>\n<pre class=\"lang:default decode:true\">SQL&gt; alter tablespace dropme1 add datafile \u2018+RECOC1\u2032 size 10m;\r\nTablespace altered.<\/pre>\n<pre class=\"lang:default decode:true\">SQL&gt; SELECT FILE_NAME,FILE_ID FROM DBA_DATA_FILES WHERE TABLESPACE_NAME=\u2019DROPME1\u2019;\r\nFILE_NAME FILE_ID\r\n--------- --------\r\n+DATAC1\/test01\/datafile\/dropme1.1316.943012301 128\r\n+RECOC1\/test01\/datafile\/dropme1.7178.943012317 129<\/pre>\n<p>&nbsp;<\/p>\n<h3>1- Make the tablespace offline:<\/h3>\n<pre class=\"lang:default decode:true \">SQL&gt; alter tablespace dropme1 offline;\r\nTablespace altered.<\/pre>\n<p>&nbsp;<\/p>\n<h3>2- Copy the data file to DATAC1 by using the RMAN<\/h3>\n<pre class=\"lang:default decode:true\">RMAN&gt; copy datafile 129 to \u2018+DATAC1\u2019;\r\nStarting backup at 03-MAY-17\r\nusing channel ORA_DISK_1\r\nusing channel ORA_DISK_2\r\nusing channel ORA_DISK_3\r\nusing channel ORA_DISK_4\r\nusing channel ORA_DISK_5\r\nusing channel ORA_DISK_6\r\nusing channel ORA_DISK_7\r\nusing channel ORA_DISK_8\r\nusing channel ORA_DISK_9\r\nusing channel ORA_DISK_10\r\nusing channel ORA_DISK_11\r\nusing channel ORA_DISK_12\r\nusing channel ORA_DISK_13\r\nusing channel ORA_DISK_14\r\nusing channel ORA_DISK_15\r\nusing channel ORA_DISK_16\r\nchannel ORA_DISK_1: starting datafile copy\r\ninput datafile file number=00129 name=+RECOC1\/test01\/datafile\/dropme1.3312.943012489\r\n<strong>output file name=+DATAC1\/test01\/datafile\/dropme1.1343.943012565 tag=TAG20170503T115604 RECID=407 STAMP=943012564<\/strong>\r\n<strong>channel ORA_DISK_1: datafile copy complete, elapsed time: 00:00:01<\/strong>\r\nFinished backup at 03-MAY-17<\/pre>\n<p>&nbsp;<\/p>\n<h3>3- Switch the datafile to DATAC1<\/h3>\n<pre class=\"lang:default decode:true\">RMAN&gt; SWITCH DATAFILE 129 TO COPY;\r\ndatafile 129 switched to datafile copy \u201c+DATAC1\/test01\/datafile\/dropme1.1343.943012565\u201d<\/pre>\n<p>&nbsp;<\/p>\n<h3>4- Make the tablespace online Again<\/h3>\n<pre class=\"lang:default decode:true\">RMAN&gt; SQL \u2018ALTER TABLESPACE DROPME1 ONLINE\u2019;\r\nsql statement: ALTER TABLESPACE DROPME1 ONLINE<\/pre>\n<p>&nbsp;<\/p>\n<h3>5- Validating the status on the Datafiles<\/h3>\n<pre class=\"lang:default decode:true\">bhdhulip@test01&gt;select file_name,status from dba_data_files where tablespace_name=\u2019DROPME1\u2032;\r\nFILE_NAME STATUS\r\n\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014- \u2014\u2014\u2014\r\n+DATAC1\/test01\/datafile\/dropme1.1316.943012301 AVAILABLE\r\n+DATAC1\/test01\/datafile\/dropme1.1343.943012565 AVAILABLE<\/pre>\n<p>&nbsp;<\/p>\n<h3>6- Drop the Datafile present in the RECO diskgroup.<\/h3>\n<p><strong>Connect to ASM instance.<\/strong><\/p>\n<pre class=\"lang:default decode:true\">[oracle@************:+ASM1:\/home\/oracle]$ sqlplus \/ as sysdba\r\nSQL*Plus: Release 11.2.0.4.0 Production on Wed May 3 14:51:43 2017\r\nCopyright (c) 1982, 2013, Oracle. All rights reserved.\r\nConnected to:\r\nOracle Database 11g Enterprise Edition Release 11.2.0.4.0 \u2013 64bit Production\r\nWith the Real Application Clusters and Automatic Storage Management options<\/pre>\n<p>&nbsp;<\/p>\n<h3>Drop the Data file present in the RECOC1<\/h3>\n<pre class=\"lang:default decode:true\">SQL&gt; alter diskgroup recoc1 drop file \u2018+recoc1\/test01\/datafile\/DROPME1.7178.943012317\u2019;\r\nDiskgroup altered.<\/pre>\n\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_3361\" class=\"pvc_stats all  \" data-element-id=\"3361\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; HI Guys, We were put in a Situation that we had to Create the New data files \u00a0for the tablespaces in the RECO diskgroup temporarily \u00a0in one of the RAC databases because we didn\u2019t have much space in the DATA diskgroup. So We had \u00a0Performed the tablespace re-org activity \u00a0one of the Big file &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_3361\" class=\"pvc_stats all  \" data-element-id=\"3361\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":355,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[4],"tags":[],"class_list":["post-3361","post","type-post","status-publish","format-standard","","category-oracle"],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To Move the Datafiles in Rac Database - Database Tutorials<\/title>\n<meta name=\"description\" content=\"How to move the Datafiles in Rac Database\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Move the Datafiles in Rac Database - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"How to move the Datafiles in Rac Database\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2018-09-26T20:10:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-11-24T20:59:46+00:00\" \/>\n<meta name=\"author\" content=\"Bhavani D\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bhavani D\" \/>\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\":\"Article\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/\"},\"author\":{\"name\":\"Bhavani D\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/0a87b2ab92630c2dff6b84c4f15512f1\"},\"headline\":\"How To Move the Datafiles in Rac Database\",\"datePublished\":\"2018-09-26T20:10:28+00:00\",\"dateModified\":\"2018-11-24T20:59:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/\"},\"wordCount\":202,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"articleSection\":[\"ORACLE\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/\",\"name\":\"How To Move the Datafiles in Rac Database - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"datePublished\":\"2018-09-26T20:10:28+00:00\",\"dateModified\":\"2018-11-24T20:59:46+00:00\",\"description\":\"How to move the Datafiles in Rac Database\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Move the Datafiles in Rac Database\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbtut.com\/#website\",\"url\":\"https:\/\/dbtut.com\/\",\"name\":\"Database Tutorials\",\"description\":\"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux\",\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbtut.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dbtut.com\/#organization\",\"name\":\"dbtut\",\"url\":\"https:\/\/dbtut.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"width\":223,\"height\":36,\"caption\":\"dbtut\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/0a87b2ab92630c2dff6b84c4f15512f1\",\"name\":\"Bhavani D\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/22b9cfa18c3a6001fa61c300e4a93014b2b1f28f55d40cd1c9033c0a3123c1cc?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/22b9cfa18c3a6001fa61c300e4a93014b2b1f28f55d40cd1c9033c0a3123c1cc?s=96&d=mm&r=g\",\"caption\":\"Bhavani D\"},\"url\":\"https:\/\/dbtut.com\/index.php\/author\/bhavanid\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Move the Datafiles in Rac Database - Database Tutorials","description":"How to move the Datafiles in Rac Database","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:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/","og_locale":"en_US","og_type":"article","og_title":"How To Move the Datafiles in Rac Database - Database Tutorials","og_description":"How to move the Datafiles in Rac Database","og_url":"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/","og_site_name":"Database Tutorials","article_published_time":"2018-09-26T20:10:28+00:00","article_modified_time":"2018-11-24T20:59:46+00:00","author":"Bhavani D","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Bhavani D","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/"},"author":{"name":"Bhavani D","@id":"https:\/\/dbtut.com\/#\/schema\/person\/0a87b2ab92630c2dff6b84c4f15512f1"},"headline":"How To Move the Datafiles in Rac Database","datePublished":"2018-09-26T20:10:28+00:00","dateModified":"2018-11-24T20:59:46+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/"},"wordCount":202,"commentCount":0,"publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"articleSection":["ORACLE"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/","url":"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/","name":"How To Move the Datafiles in Rac Database - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"datePublished":"2018-09-26T20:10:28+00:00","dateModified":"2018-11-24T20:59:46+00:00","description":"How to move the Datafiles in Rac Database","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2018\/09\/26\/how-to-move-the-datafiles-in-rac-database\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"How To Move the Datafiles in Rac Database"}]},{"@type":"WebSite","@id":"https:\/\/dbtut.com\/#website","url":"https:\/\/dbtut.com\/","name":"Database Tutorials","description":"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux","publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbtut.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dbtut.com\/#organization","name":"dbtut","url":"https:\/\/dbtut.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","width":223,"height":36,"caption":"dbtut"},"image":{"@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dbtut.com\/#\/schema\/person\/0a87b2ab92630c2dff6b84c4f15512f1","name":"Bhavani D","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/22b9cfa18c3a6001fa61c300e4a93014b2b1f28f55d40cd1c9033c0a3123c1cc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/22b9cfa18c3a6001fa61c300e4a93014b2b1f28f55d40cd1c9033c0a3123c1cc?s=96&d=mm&r=g","caption":"Bhavani D"},"url":"https:\/\/dbtut.com\/index.php\/author\/bhavanid\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/3361","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/users\/355"}],"replies":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/comments?post=3361"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/3361\/revisions"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=3361"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=3361"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=3361"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}