{"id":7750,"date":"2016-04-28T20:49:28","date_gmt":"2016-04-28T18:49:28","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/"},"modified":"2016-04-28T20:49:28","modified_gmt":"2016-04-28T18:49:28","slug":"testing-oracle-on-exoscale-ch","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/","title":{"rendered":"Testing Oracle on exoscale.ch"},"content":{"rendered":"<h2>By Franck Pachot<\/h2>\n<p>.<br \/>\n<a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXO_IMG_2802-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" style=\"float:left;margin-right:10px\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXO_IMG_2802-scaled.jpg\" alt=\"EXO_IMG_2802\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-8399\" \/><\/a><br \/>\nMy <a href=\"http:\/\/dbi-services.com\/blog\/can-you-become-a-paas-provider-for-an-oracle-database-service\/\" target=\"_blank\" rel=\"noopener noreferrer\">last post<\/a> came from a discussion at <a href=\"http:\/\/www.salon-sitb.ch\/exposants\/fiche\/686\/dbi-services.html\" target=\"_blank\" rel=\"noopener noreferrer\">SITB<\/a> with <a href=\"https:\/\/www.exoscale.ch\/\" target=\"_blank\" rel=\"noopener noreferrer\">exoscale<\/a>. They are doing Cloud hosting with datacenters in Switzerland. In Switzerland a lot of companies cannot host their data outside of the country, which is a no-go for the big Cloud providers.<\/p>\n<p>After the discussion they gave me a coupon for a trial IaaS instance.<br \/>\nAnd if you follow my blog you should know that when I have a trial access, there are good chances that I try it&#8230;<br \/>\n<!--more--><br \/>\nThe provisioning interface is really simple: You choose the datacenter (I choose the one near Zurich, in a disused military bunker) and a VM with 2 vCPU and 2GB RAM.<br \/>\nI want to install Oracle Database. I choose Linux CentOS. I&#8217;ll probably try CoreOS later if I&#8217;ve some credits remaining.<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXOSCALE003.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXOSCALE003.png\" alt=\"EXOSCALE003\" width=\"1010\" height=\"492\" class=\"alignnone size-full wp-image-8408\" \/><\/a><\/p>\n<p>I&#8217;ll have to connect to it so I open the ssh port, which is done with a simple clic, and I add the listener port as my goal is to run SLOB on an Oracle Database and monitor performance with Orachrome Lighty &#8211; all components of my favorite ecosystem&#8230;<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXOSCALE005.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXOSCALE005.png\" alt=\"EXOSCALE005\" width=\"1053\" height=\"349\" class=\"alignnone size-full wp-image-8410\" \/><\/a><\/p>\n<p>I don&#8217;t like passwords so I import my ssh public key:<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXOSCALE002.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXOSCALE002.png\" alt=\"EXOSCALE002\" width=\"999\" height=\"518\" class=\"alignnone size-full wp-image-8412\" \/><\/a><\/p>\n<p>and the system is ready in few seconds:<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXOSCALE004.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXOSCALE004.png\" alt=\"EXOSCALE004\" width=\"1006\" height=\"258\" class=\"alignnone size-full wp-image-8413\" \/><\/a><\/p>\n<p>Now I can connect with ssh on the ip address provided, as root, and set the system for Oracle Database: <\/p>\n<pre><code>\n[root@franck ~]# groupadd oinstall\n[root@franck ~]# groupadd dba\n[root@franck ~]# useradd -g oinstall -G dba oracle\n[root@franck ~]# passwd oracle\n<\/code><\/pre>\n<p>I put my public ssh key into oracle authorized_keys. I set the kernel settings. I upload the 12<i>c<\/i> binaries and ready to install.<\/p>\n<p>I install SLOB (<a href=\"https:\/\/kevinclosson.net\/slob\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/kevinclosson.net\/slob\/<\/a>), useing the create database kit and run the default PIO workload:<\/p>\n<pre><code>\nUPDATE_PCT: 25\nRUN_TIME: 3600000\nWORK_LOOP: 10000000\nSCALE: 100M (12800 blocks)\nWORK_UNIT: 64\nREDO_STRESS: LITE\nHOT_SCHEMA_FREQUENCY: 0\nDO_HOTSPOT: FALSE\nHOTSPOT_MB: 8\nHOTSPOT_OFFSET_MB: 16\nHOTSPOT_FREQUENCY: 3\nTHINK_TM_FREQUENCY: 0\nTHINK_TM_MIN: .1\nTHINK_TM_MAX: .5\n<\/code><\/pre>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXOSCALE006.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXOSCALE006.png\" alt=\"EXOSCALE006\" width=\"1367\" height=\"855\" class=\"alignnone size-full wp-image-8415\" \/><\/a><\/p>\n<p>Result: 1500 IOPS with latency in few milliseconds for 8k reads.<\/p>\n<pre><code>\nLoad Profile                    Per Second   Per Transaction  Per Exec  Per Call\n~~~~~~~~~~~~~~~            ---------------   --------------- --------- ---------\n             DB Time(s):               1.0               0.2      0.05      3.89\n              DB CPU(s):               0.1               0.0      0.00      0.39\n      Background CPU(s):               0.0               0.0      0.00      0.00\n      Redo size (bytes):         255,885.4          51,476.9\n  Logical read (blocks):           1,375.2             276.7\n          Block changes:             652.0             131.2\n Physical read (blocks):           1,261.9             253.9\nPhysical write (blocks):             324.1              65.2\n       Read IO requests:           1,261.7             253.8\n      Write IO requests:             310.8              62.5\n           Read IO (MB):               9.9               2.0\n          Write IO (MB):               2.5               0.5\n<\/code><\/pre>\n<p>Wait events (I don&#8217;t know why the sum is above 100%&#8230;)<\/p>\n<pre><code>\nTop 10 Foreground Events by Total Wait Time\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n                                           Total Wait       Wait   % DB Wait\nEvent                                Waits Time (sec)    Avg(ms)   time Class\n------------------------------ ----------- ---------- ---------- ------ --------\ndb file sequential read          1,826,324     2442.5       1.34   48.2 User I\/O\ndb file parallel read               74,983     2285.2      30.48   45.1 User I\/O\nDB CPU                                          509.2              10.0\n<\/code><\/pre>\n<p>And wait event histogram in microseconds for single block reads:<\/p>\n<pre><code>\nEVENT                          WAIT_TIME_MICRO WAIT_COUNT WAIT_TIME_FORMAT\n------------------------------ --------------- ---------- ------------------------------\ndb file sequential read                      1          0 1 microsecond\ndb file sequential read                      2          0 2 microseconds\ndb file sequential read                      4          0 4 microseconds\ndb file sequential read                      8          0 8 microseconds\ndb file sequential read                     16          0 16 microseconds\ndb file sequential read                     32          0 32 microseconds\ndb file sequential read                     64          0 64 microseconds\ndb file sequential read                    128        191 128 microseconds\ndb file sequential read                    256       3639 256 microseconds\ndb file sequential read                    512      71489 512 microseconds\ndb file sequential read                   1024     838371 1 millisecond\ndb file sequential read                   2048     887138 2 milliseconds\ndb file sequential read                   4096      21358 4 milliseconds\ndb file sequential read                   8192       3625 8 milliseconds\ndb file sequential read                  16384       1659 16 milliseconds\ndb file sequential read                  32768       1863 32 milliseconds\ndb file sequential read                  65536       4817 65 milliseconds\ndb file sequential read                 131072       3721 131 milliseconds\ndb file sequential read                 262144          5 262 milliseconds\n<\/code><\/pre>\n<p>Now time to look at CPU. The processors are not the latest Intel generation:<\/p>\n<pre><code>\nModel name:            Intel Xeon E312xx (Sandy Bridge)\nCPU MHz:               2593.748\n<\/code><\/pre>\n<p>I&#8217;ve run same slob.conf except that I reduce the scal to fit in buffer cache and do no updates<\/p>\n<pre><code>\nLoad Profile                    Per Second   Per Transaction  Per Exec  Per Call\n~~~~~~~~~~~~~~~            ---------------   --------------- --------- ---------\n             DB Time(s):               0.8               2.1      0.00      0.66\n              DB CPU(s):               0.8               2.0      0.00      0.65\n      Background CPU(s):               0.0               0.0      0.00      0.00\n      Redo size (bytes):           8,257.2          20,944.9\n  Logical read (blocks):         411,781.5       1,044,502.5\n          Block changes:              41.8             106.1\n Physical read (blocks):              10.9              27.7\nPhysical write (blocks):               3.5               8.9\n       Read IO requests:               9.9              25.2\n      Write IO requests:               2.7               6.7\n<\/code><\/pre>\n<p>That&#8217;s 412000 logical reads per seconds per CPU. However I&#8217;ve only 0.8 CPU here. <\/p>\n<p>I nearly forgot the great feature of 12<i>c<\/i> AWR report: the active-html with it&#8217;s &#8216;tetris&#8217; view. Here it is:<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXOSCALE008.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXOSCALE008.png\" alt=\"EXOSCALE008\" width=\"1886\" height=\"844\" class=\"alignnone size-full wp-image-8419\" \/><\/a><\/p>\n<p>Ok it seems I had a little delay at the beginning of the run before it was 100% in CPU. Knowing that, I run a report on a shorter period:<\/p>\n<pre><code>\nLoad Profile                    Per Second   Per Transaction  Per Exec  Per Call\n~~~~~~~~~~~~~~~            ---------------   --------------- --------- ---------\n             DB Time(s):               1.0               2.1      0.00      2.81\n              DB CPU(s):               1.0               2.1      0.00      2.79\n      Background CPU(s):               0.0               0.0      0.00      0.00\n      Redo size (bytes):           8,518.5          18,255.4\n  Logical read (blocks):         518,770.0       1,111,743.4\n          Block changes:              41.0              87.9\n Physical read (blocks):              11.8              25.3\nPhysical write (blocks):               1.2               2.6\n       Read IO requests:              11.5              24.7\n<\/code><\/pre>\n<p>Here are the numbers then. Up to 520000 logical reads per second per CPU.<\/p>\n<p>That&#8217;s not extreme performance, but it&#8217;s an acceptable alternative to on-premises physical server. Provisioning is really easy.<\/p>\n<h3>Update April 29th, 2016<\/h3>\n<p>I realize that the last sentence may be misleading. Actually the performance is not bad at all. I was just comparing with the same tests I did on Oracle Cloud Services where I hit the storage head cache most of the time. The IOPS may need further tests. However the following workload with intensive updates (large buffer cache, PCT_UPDATE=25%) is not bad at all:<\/p>\n<pre><code>\nLoad Profile                    Per Second   Per Transaction  Per Exec  Per Call\n~~~~~~~~~~~~~~~            ---------------   --------------- --------- ---------\n             DB Time(s):               1.0               0.0      0.00      4.17\n              DB CPU(s):               0.9               0.0      0.00      3.88\n      Background CPU(s):               0.1               0.0      0.00      0.00\n      Redo size (bytes):      38,568,625.6          51,953.1\n  Logical read (blocks):         202,771.0             273.1\n          Block changes:          97,125.0             130.8\n Physical read (blocks):               4.5               0.0\nPhysical write (blocks):           2,316.2               3.1\n         Executes (SQL):           2,971.5               4.0\n              Rollbacks:               0.0               0.0\n           Transactions:             742.4\n<\/code><\/pre>\n<p>The CPU (according to Kevin Closson) is ok:<br \/>\nhttps:\/\/twitter.com\/kevinclosson\/status\/725798295239561219<\/p>\n","protected":false},"excerpt":{"rendered":"<p>By Franck Pachot . My last post came from a discussion at SITB with exoscale. They are doing Cloud hosting with datacenters in Switzerland. In Switzerland a lot of companies cannot host their data outside of the country, which is a no-go for the big Cloud providers. After the discussion they gave me a coupon [&hellip;]<\/p>\n","protected":false},"author":27,"featured_media":7758,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[229],"tags":[135,826,96,624],"type_dbi":[],"class_list":["post-7750","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-database-administration-monitoring","tag-cloud","tag-exoscale","tag-oracle","tag-slob"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Testing Oracle on exoscale.ch - dbi Blog<\/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:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Testing Oracle on exoscale.ch\" \/>\n<meta property=\"og:description\" content=\"By Franck Pachot . My last post came from a discussion at SITB with exoscale. They are doing Cloud hosting with datacenters in Switzerland. In Switzerland a lot of companies cannot host their data outside of the country, which is a no-go for the big Cloud providers. After the discussion they gave me a coupon [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2016-04-28T18:49:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXO_IMG_2802-1-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1920\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Oracle Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Oracle Team\" \/>\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:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/\"},\"author\":{\"name\":\"Oracle Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"headline\":\"Testing Oracle on exoscale.ch\",\"datePublished\":\"2016-04-28T18:49:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/\"},\"wordCount\":513,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXO_IMG_2802-1-scaled.jpg\",\"keywords\":[\"Cloud\",\"exoscale\",\"Oracle\",\"SLOB\"],\"articleSection\":[\"Database Administration &amp; Monitoring\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/\",\"name\":\"Testing Oracle on exoscale.ch - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXO_IMG_2802-1-scaled.jpg\",\"datePublished\":\"2016-04-28T18:49:28+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/#primaryimage\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXO_IMG_2802-1-scaled.jpg\",\"contentUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXO_IMG_2802-1-scaled.jpg\",\"width\":2560,\"height\":1920},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Testing Oracle on exoscale.ch\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\",\"name\":\"Oracle Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"caption\":\"Oracle Team\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Testing Oracle on exoscale.ch - dbi Blog","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:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/","og_locale":"en_US","og_type":"article","og_title":"Testing Oracle on exoscale.ch","og_description":"By Franck Pachot . My last post came from a discussion at SITB with exoscale. They are doing Cloud hosting with datacenters in Switzerland. In Switzerland a lot of companies cannot host their data outside of the country, which is a no-go for the big Cloud providers. After the discussion they gave me a coupon [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/","og_site_name":"dbi Blog","article_published_time":"2016-04-28T18:49:28+00:00","og_image":[{"width":2560,"height":1920,"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXO_IMG_2802-1-scaled.jpg","type":"image\/jpeg"}],"author":"Oracle Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oracle Team","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/"},"author":{"name":"Oracle Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"headline":"Testing Oracle on exoscale.ch","datePublished":"2016-04-28T18:49:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/"},"wordCount":513,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXO_IMG_2802-1-scaled.jpg","keywords":["Cloud","exoscale","Oracle","SLOB"],"articleSection":["Database Administration &amp; Monitoring"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/","url":"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/","name":"Testing Oracle on exoscale.ch - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXO_IMG_2802-1-scaled.jpg","datePublished":"2016-04-28T18:49:28+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXO_IMG_2802-1-scaled.jpg","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/EXO_IMG_2802-1-scaled.jpg","width":2560,"height":1920},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/testing-oracle-on-exoscale-ch\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Testing Oracle on exoscale.ch"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee","name":"Oracle Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","caption":"Oracle Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/7750","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=7750"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/7750\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media\/7758"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=7750"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=7750"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=7750"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=7750"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}