{"id":5871,"date":"2018-11-26T07:15:19","date_gmt":"2018-11-26T07:15:19","guid":{"rendered":"https:\/\/dbtut.com\/?p=5871"},"modified":"2018-11-26T07:15:19","modified_gmt":"2018-11-26T07:15:19","slug":"how-to-check-oracle-asm-instance","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2018\/11\/26\/how-to-check-oracle-asm-instance\/","title":{"rendered":"How To Check Oracle ASM Instance"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p>It is useful to check occasionally whether everything is normal in the Oracle ASM instance. To do this, some information should be collected and the asm instance&#8217;s alert log file should be examined.<\/p>\n<p>You can collect the necessary information by using the following script. With this information, you can observe whether everything is OK.<\/p>\n<p>You must connect to the ASM instance and run the script. The script will produce an output of \/tmp\/asmdebug.our. You can change the location and name of this file from the spool line.<\/p>\n<p>You can connect to the ASM instance as follows and run the script.<\/p>\n<pre class=\"lang:default decode:true \">[oracle@oradb01 ~]$ sqlplus \/ as sysasm\r\n\r\nSQL*Plus: Release 11.2.0.3.0 Production on Wed Sep 21 15:46:08 2016\r\n\r\nCopyright (c) 1982, 2011, Oracle. All rights reserved.\r\n\r\n\r\nConnected to:\r\nOracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production\r\nWith the Real Application Clusters and Automatic Storage Management options\r\n\r\nSQL&gt; @\/home\/oracle\/asmdebug.sql<\/pre>\n<p>&nbsp;<\/p>\n<p>The script contents are as follows. You can run the following file by adding the below script into it.<\/p>\n<p>\/home\/oracle\/asmdebug.sql<\/p>\n<pre class=\"lang:default decode:true \">set newpage none \r\nset linesize 100\r\nspool \/tmp\/asmdebug.out\r\n--\r\n-- Get a timestamp\r\nselect rpad('&gt;', 10, '&gt;'), to_char(sysdate, 'MON DD HH24:MM:SS') from dual;\r\n--\r\n-- Diskgroup information\r\nset head off\r\nselect 'Diskgroup Information' from dual;\r\nset head on\r\ncolumn name format a15\r\ncolumn DG# format 99\r\nselect group_number DG#, name, state, type, total_mb, free_mb from\r\nv$asm_diskgroup;\r\n--\r\n-- Get the # of Allocation Units per DG\r\nset head off\r\nselect 'Number of AUs per diskgroup' from dual;\r\nset head on\r\nselect count(number_kfdat) AU_count, group_kfdat DG# from x$kfdat\r\ngroup by group_kfdat;\r\n--\r\n-- Get the # of Allocation Units per DiskGroup and Disk\r\nset head off\r\nselect 'Number of AUs per Diskgroup,Disk' from dual;\r\ncol \"group#,disk#\" for a30\r\nset head on\r\nselect count(*)AU_count, GROUP_KFDAT||','||number_kfdat \"group#,disk#\" from x$kfdat group by GROUP_KFDAT,number_kfdat;\r\n--\r\n-- Get the # of allocated (V) and free (F) Allocation Units\r\nset head off\r\nselect 'Number of allocated (V) and free (F) Allocation Units' from dual;\r\ncol \"VF\" for a2\r\nset head on\r\nselect GROUP_KFDAT \"group#\", number_kfdat \"disk#\", v_kfdat \"VF\", count(*)\r\nfrom x$kfdat\r\ngroup by GROUP_KFDAT, number_kfdat, v_kfdat;\r\n\r\n\r\n--\r\n-- Get the # of Allocation Units per ASM file\r\nset head off\r\nselect 'Number of AUs per ASM file ordered by AU count for metadata only'\r\nfrom dual;\r\nset head on\r\nselect count(XNUM_KFFXP) AU_count, NUMBER_KFFXP file#, GROUP_KFFXP DG# from x$kffxp where NUMBER_KFFXP &lt; 256\r\ngroup by NUMBER_KFFXP, GROUP_KFFXP\r\norder by count(XNUM_KFFXP) ;\r\n--\r\n-- Get the # of Allocation Units per ASM file by file alias. Change the\r\n-- system_created Y|N depending if you want the short or long ASM name\r\nset head off\r\nselect 'Number of AUs per ASM file ordered by AU count. This is for non\r\nmetadata' from dual;\r\ncol name format a60\r\nset head on\r\nselect GROUP_KFFXP, NUMBER_KFFXP, name, count(*)\r\nfrom x$kffxp, v$asm_alias\r\nwhere GROUP_KFFXP=GROUP_NUMBER and NUMBER_KFFXP=FILE_NUMBER and\r\nsystem_created='Y'\r\ngroup by GROUP_KFFXP, NUMBER_KFFXP, name\r\norder by GROUP_KFFXP, NUMBER_KFFXP;\r\n--\r\n-- Get partner information. This is really only useful if redundancy is other than\r\n-- external.\r\nset head off\r\nselect 'The following shows the disk to partner relationship. This is really only\r\nuseful if using normal or high redundancy.' from dual;\r\nset head on\r\nselect grp DG#, disk, NUMBER_KFDPARTNER partner, PARITY_KFDPARTNER parity, ACTIVE_KFDPARTNER active\r\nfrom x$kfdpartner;\r\n--\r\n-- Another look at file utilization.\r\nset head off\r\nset linesize 132\r\nselect 'bytes is the sum of AUs with data in them * 1024^2\r\nspace is the sum of all AUs allocated for this file * 1024^2'\r\nfrom dual;\r\nset head on\r\ncol Name format a60\r\nselect f.group_number, f.file_number, bytes, space, space\/(1024*1024) \"InMB\", a.name \"Name\"\r\nfrom v$asm_file f, v$asm_alias a\r\nwhere f.group_number=a.group_number and f.file_number=a.file_number\r\nand system_created='Y'\r\norder by f.group_number, f.file_number;\r\n--\r\n-- Get robust disk information\r\nset linesize 400\r\ncol failgroup format a20\r\ncol label format a20\r\ncol name format a40\r\ncol path format a40\r\nset head off\r\nselect 'Robust disk information' from dual;\r\nset head on\r\nselect GROUP_NUMBER, DISK_NUMBER, INCARNATION, MOUNT_STATUS, HEADER_STATUS, MODE_STATUS, STATE, LIBRARY, TOTAL_MB, FREE_MB,\r\nNAME, FAILGROUP, LABEL, PATH, CREATE_DATE, MOUNT_DATE, READS,\r\nWRITES, READ_ERRS, WRITE_ERRS, READ_TIME, WRITE_TIME, BYTES_READ, BYTES_WRITTEN\r\nfrom v$asm_disk;\r\n--\r\nspool off<\/pre>\n\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_5871\" class=\"pvc_stats all  \" data-element-id=\"5871\" 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; It is useful to check occasionally whether everything is normal in the Oracle ASM instance. To do this, some information should be collected and the asm instance&#8217;s alert log file should be examined. You can collect the necessary information by using the following script. With this information, you can observe whether everything is OK. &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_5871\" class=\"pvc_stats all  \" data-element-id=\"5871\" 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":1,"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-5871","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 Check Oracle ASM Instance - Database Tutorials<\/title>\n<meta name=\"description\" content=\"How To Check Oracle ASM Instance\" \/>\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\/11\/26\/how-to-check-oracle-asm-instance\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Check Oracle ASM Instance - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"How To Check Oracle ASM Instance\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2018\/11\/26\/how-to-check-oracle-asm-instance\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2018-11-26T07:15:19+00:00\" \/>\n<meta name=\"author\" content=\"dbtut\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"dbtut\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 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\/11\/26\/how-to-check-oracle-asm-instance\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/11\/26\/how-to-check-oracle-asm-instance\/\"},\"author\":{\"name\":\"dbtut\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/fc047c39e1e53dce28fc4253529ea408\"},\"headline\":\"How To Check Oracle ASM Instance\",\"datePublished\":\"2018-11-26T07:15:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/11\/26\/how-to-check-oracle-asm-instance\/\"},\"wordCount\":136,\"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\/11\/26\/how-to-check-oracle-asm-instance\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/11\/26\/how-to-check-oracle-asm-instance\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2018\/11\/26\/how-to-check-oracle-asm-instance\/\",\"name\":\"How To Check Oracle ASM Instance - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"datePublished\":\"2018-11-26T07:15:19+00:00\",\"description\":\"How To Check Oracle ASM Instance\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/11\/26\/how-to-check-oracle-asm-instance\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2018\/11\/26\/how-to-check-oracle-asm-instance\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/11\/26\/how-to-check-oracle-asm-instance\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Check Oracle ASM Instance\"}]},{\"@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\/fc047c39e1e53dce28fc4253529ea408\",\"name\":\"dbtut\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g\",\"caption\":\"dbtut\"},\"description\":\"We are a team with over 10 years of database management and BI experience. Our Expertises: Oracle, SQL Server, PostgreSQL, MySQL, MongoDB, Elasticsearch, Kibana, Grafana.\",\"sameAs\":[\"http:\/\/NurullahCAKIR\"],\"url\":\"https:\/\/dbtut.com\/index.php\/author\/dbtut\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Check Oracle ASM Instance - Database Tutorials","description":"How To Check Oracle ASM Instance","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\/11\/26\/how-to-check-oracle-asm-instance\/","og_locale":"en_US","og_type":"article","og_title":"How To Check Oracle ASM Instance - Database Tutorials","og_description":"How To Check Oracle ASM Instance","og_url":"https:\/\/dbtut.com\/index.php\/2018\/11\/26\/how-to-check-oracle-asm-instance\/","og_site_name":"Database Tutorials","article_published_time":"2018-11-26T07:15:19+00:00","author":"dbtut","twitter_card":"summary_large_image","twitter_misc":{"Written by":"dbtut","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2018\/11\/26\/how-to-check-oracle-asm-instance\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/11\/26\/how-to-check-oracle-asm-instance\/"},"author":{"name":"dbtut","@id":"https:\/\/dbtut.com\/#\/schema\/person\/fc047c39e1e53dce28fc4253529ea408"},"headline":"How To Check Oracle ASM Instance","datePublished":"2018-11-26T07:15:19+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/11\/26\/how-to-check-oracle-asm-instance\/"},"wordCount":136,"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\/11\/26\/how-to-check-oracle-asm-instance\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2018\/11\/26\/how-to-check-oracle-asm-instance\/","url":"https:\/\/dbtut.com\/index.php\/2018\/11\/26\/how-to-check-oracle-asm-instance\/","name":"How To Check Oracle ASM Instance - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"datePublished":"2018-11-26T07:15:19+00:00","description":"How To Check Oracle ASM Instance","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/11\/26\/how-to-check-oracle-asm-instance\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2018\/11\/26\/how-to-check-oracle-asm-instance\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2018\/11\/26\/how-to-check-oracle-asm-instance\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"How To Check Oracle ASM Instance"}]},{"@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\/fc047c39e1e53dce28fc4253529ea408","name":"dbtut","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g","caption":"dbtut"},"description":"We are a team with over 10 years of database management and BI experience. Our Expertises: Oracle, SQL Server, PostgreSQL, MySQL, MongoDB, Elasticsearch, Kibana, Grafana.","sameAs":["http:\/\/NurullahCAKIR"],"url":"https:\/\/dbtut.com\/index.php\/author\/dbtut\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/5871","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/comments?post=5871"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/5871\/revisions"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=5871"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=5871"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=5871"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}