{"id":8739,"date":"2016-08-29T13:47:00","date_gmt":"2016-08-29T11:47:00","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/"},"modified":"2016-08-29T13:47:00","modified_gmt":"2016-08-29T11:47:00","slug":"oda-x6-database-classes-and-shapes","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/","title":{"rendered":"ODA X6 database classes and shapes"},"content":{"rendered":"<h2>By Franck Pachot<\/h2>\n<p>.<br \/>\nOn the Oracle Database Appliance, like on the Oracle public Cloud, you define the CPU capacity with &#8216;shapes&#8217;. On the latest ODA, the X6, we have a new interface to provision a database. Let&#8217;s look at the different shapes available.<\/p>\n<h3>ODACLI<\/h3>\n<p>You can provision a new database with the command line ODACLI which replaces the OAKCLI you used in ODA X5:<\/p>\n<pre><code>\n[root@odax6m ~]# odacli create-database\nUsage: create-database [options]\n  Options:\n  * --adminpassword, -mm\n       Password for SYS,SYSTEM and PDB Admin\n    --cdb, -c\n       Create Container Database\n       Default: false\n    --dbclass, -cl\n       Database Class OLTP\/DSS\/IMDB\n       Default: OLTP\n    --dbconsole, -co\n       Enable Database Console\n       Default: false\n    --dbhomeid, -dh\n       Database Home ID (Use Existing DB Home)\n  * --dbname, -n\n       Database Name\n    --dbshape, -s\n       Database Shape{odb1,odb2,odb3 etc.}\n       Default: odb1\n    --dbstorage, -r\n       Database Storage  {ACFS|ASM}\n       Default: ACFS\n    --dbtype, -y\n       Database Type {SI|RAC}\n       Default: SI\n    --help, -h\n       get help\n       Default: false\n    --instanceonly, -io\n       Create Instance Only (For Standby)\n       Default: false\n    --json, -j\n       json output\n       Default: false\n    --pdbadmin, -d\n       Pluggable Database Admin User\n       Default: pdbadmin\n    --pdbname, -p\n       Pluggable Database Name\n       Default: pdb1\n    --targetnode, -g\n       Node Number (for single-instance databases)\n       Default: 0\n    --version, -v\n       Database Version\n       Default: 12.1.0.2\n<\/code><\/pre>\n<h3>ODA WebConsole<\/h3>\n<p>But the ODA X6 has also a small graphical interface from the web console.<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODACreate.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODACreate.png\" alt=\"CaptureODACreate\" width=\"829\" height=\"959\" class=\"alignnone size-full wp-image-10293\" \/><\/a><\/p>\n<p>12c multitenant is the default, but you can choose.<\/p>\n<h3>Edition<\/h3>\n<p>You don&#8217;t have the choice when you create the database. You install the ODA in Standard or Enterprise and then you cannot change.<\/p>\n<h3>Versions<\/h3>\n<p>Two database versions are available: 11.2.0.4 and 12.1.0.2<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODAVersions.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODAVersions.png\" alt=\"CaptureODAVersions\" width=\"520\" height=\"303\" class=\"alignnone size-full wp-image-10286\" \/><\/a><\/p>\n<p>You choose ODA to get a stable, certified and supported system so it make sense to run only supported versions with latest PSU. If you have older versions, you must upgrade. Set optimizer_features_enable to previous if your application was not tuned for newer versions. Very often, when an ISV do not certify his software it&#8217;s because of optimizer regressions. With proper testing and optimizer settings you should be able to upgrade any application without the risk of regression.<\/p>\n<h3>Templates<\/h3>\n<p>There are four DBCA templates available<\/p>\n<ul>\n<li>Standard Edition or Enterprise Edition<\/li>\n<li>Multitenant or non-CDB<\/li>\n<\/ul>\n<p>The main difference between Enterprise Edition and Standard Editions are:<br \/>\n Options OMS,SPATIAL,CWMLITE,DV are installed in Enterprise Edition but not in Standard Edition<br \/>\n fast_start_mttr_target=300 in Enterprise Edition (feature not supported in Standard Edition)<\/p>\n<p>The main difference between multitenant and non-CDB:<br \/>\n Options JSERVER,IMEDIA,ORACLE_TEXT,APEX are installed in a CDB an not in a non-CDB<br \/>\n maxdatafiles=1024 in CDB (100 in non-CDB)<\/p>\n<p>All templates are configured with filesystem_io_options=setall and use_large_pages=only<\/p>\n<p>Following underscore parameters are set for all ODA templates:<\/p>\n<pre><code>*._datafile_write_errors_crash_instance=FALSE\n*._disable_interface_checking=TRUE\n*._enable_NUMA_support=FALSE\n*._file_size_increase_increment=2143289344\n*._gc_policy_time=0\n*._gc_undo_affinity=FALSE<\/code><\/pre>\n<p>Note that both 12<em>c<\/em> and 11<em>g<\/em> are available in Enterprise Edition as well as Standard Edition (can even be Standard Edition One for 11<em>g<\/em>).<br \/>\nOf course, CDB is only for 12<em>c<\/em>.<\/p>\n<h3>Shapes<\/h3>\n<p>As in the Oracle Public Cloud, the CPU and Memory comes in shapes:<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODACShape.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODACShape.png\" alt=\"CaptureODACShape\" width=\"261\" height=\"271\" class=\"alignnone size-full wp-image-10288\" \/><\/a><\/p>\n<p>The choice is the number of core. The cores are hyperthreaded, which means that odb1 will have cpu_count=2. And it is set in spfile. Note that at install no resource manager plan is active so instance caging will not occur except during the automatic maintenance window&#8230; My recommandation is to set a plan. In 12.1.0.2 Standard Edition resource manager is implicitly activated.<\/p>\n<p>ODA X6-2 processors are <a href=\"http:\/\/ark.intel.com\/products\/92981\/Intel-Xeon-Processor-E5-2630-v4-25M-Cache-2_20-GHz\">Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz<\/a>. Here is an example of the LIOPS you can reach when running on all the 40 threads of a X6-2M:<\/p>\n<pre><code>Load Profile                    Per Second   Per Transaction  Per Exec  Per Call\n~~~~~~~~~~~~~~~            ---------------   --------------- --------- ---------\n             DB Time(s):              39.9             545.6      0.00     25.43\n              DB CPU(s):              38.8             530.9      0.00     24.75\n  Logical read (blocks):      18,494,690.4     252,862,769.1\n<\/code><\/pre>\n<p>This is 18 million logical reads per seconds in this 2 sockets (2s10c20t) appliance. Half of it on the X6-2S which has one socket 1s10c20t.<\/p>\n<p>The core factor for those processors is 0.5 which means that you can run an Enterprise Edition &#8216;odb2&#8217; with a single processor license (public price 47,500$) and you can run 4 sessions in CPU which means more that you can do nearly 3 million logical reads per second, as here:<\/p>\n<pre><code>Load Profile                    Per Second   Per Transaction  Per Exec  Per Call\n~~~~~~~~~~~~~~~            ---------------   --------------- --------- ---------\n             DB Time(s):               4.0              54.6      0.00     13.80\n              DB CPU(s):               4.0              54.5      0.00     13.78\n  Logical read (blocks):       2,901,991.5      39,660,331.1<\/code><\/pre>\n<p>Those shapes are defined as:<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODAShapes.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODAShapes.png\" alt=\"CaptureODAShapes\" width=\"601\" height=\"266\" class=\"alignnone size-full wp-image-10283\" \/><\/a><\/p>\n<p>Given the high LIOPS and the available memory, this entry-level appliance can be sufficient for most of medium OLTP workload.<\/p>\n<h3>Classes<\/h3>\n<p>Three classes are defined to derive the database parameters from the shape.<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODAClasses.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODAClasses.png\" alt=\"CaptureODAClasses\" width=\"290\" height=\"163\" class=\"alignnone size-full wp-image-10287\" \/><\/a><\/p>\n<p>The SGA\/PGA is calculated from the shape memory and a class factor.<br \/>\nOLTP gives 50% to SGA and 25% to PGA which means that for example a odb4 has sga_target=16 and pga_aggregate_target=8G<br \/>\nDSS gives 25% to SGA and 50% to PGA<\/p>\n<p>Note that OLTP is the only one available in Standard Edition. This does not mean that you can run only OLTP. You can change memory settings later (DSS usually need more PGA than SGA) and you have very good storage bandwidth and IOPS (NVMe access to SSD). This setting is more an indication that most of datawarehouses need features available only on Enterprise Edition such as parallel query, partitioning, bitmap indexes.<\/p>\n<h3>ASM or ACFS?<\/h3>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODAStorage.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODAStorage.png\" alt=\"CaptureODAStorage\" width=\"308\" height=\"155\" class=\"alignnone size-full wp-image-10312\" \/><\/a><\/p>\n<p>The template shapes above define a 100GB database. When you create a new database you have the choice to put it directly on +DATA and +RECO, or create a 100GB ADVM volume and ACFS filesystem that will be mounted under \/u02\/app\/oracle\/oradata. If you choose ACFS the FRA and REDO will be created under the \/u03\/app\/oracle mount point which is a common ACFS.<\/p>\n<p>The default is ACFS but you should think about it. For production, best performance is ASM. You have SSD to reduce avoid disk latency. You have NVMe to reduce CPU latency. You don&#8217;t want to add the ACFS layer. The maximum IOPS we observe is 10 times higher with datafiles directly on ASM:<\/p>\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\">\n<p lang=\"en\" dir=\"ltr\">Don&#39;t know? We get 75k IOPS on ACFS and 700k IOPS on pure ASM. \/cc @kevinclosson <a href=\"https:\/\/t.co\/TcLzUsOh0d\">pic.twitter.com\/TcLzUsOh0d<\/a><\/p>\n<p>&mdash; Marco Pachaly-Mischke (@DBAMarco) <a href=\"https:\/\/twitter.com\/DBAMarco\/status\/770245653935063041?ref_src=twsrc%5Etfw\">August 29, 2016<\/a><\/p><\/blockquote>\n<p><script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script><\/p>\n<p>For test databases, where you use snapshot features, especially with multitenant, you may choose ACFS. However, why not create the CDB in ASM and use ACFS for the PDBs you will want to snapshot? No need for that additional layer for the CDB files. Better to isolate the master and clones for a specific environment into its own ACFS.<\/p>\n<p>And anyway, ODA X6-2S and X6-2M are very interesting for Standard Edition, and you cannot use snapshots nor any ACFS features for a database in Standard Edition.<\/p>\n<p>Storage performance is truly amazing. At 100000 IOPS we have 99% single block reads faster than 256 microseconds and 97% faster than 128 us. At 800000 IOPS here are the figures:<\/p>\n<pre><code>                                                   % of Waits\n                                 -----------------------------------------------\n                           Total\nEvent                      Waits  &lt;1ms  &lt;2ms  &lt;4ms  &lt;8ms &lt;16ms &lt;32ms  1s\n------------------------- ------ ----- ----- ----- ----- ----- ----- ----- -----\ndb file parallel read       6.9M   4.0  74.1  21.7    .2    .0    .0    .0\ndb file sequential read    18.4M  83.1  16.3    .7    .0    .0    .0<\/code><\/pre>\n<h3>So what?<\/h3>\n<p>It&#8217;s nice to have an easy GUI to provision a database on ODA. However there are some limits with it:<\/p>\n<ul>\n<li>Be careful on the defaults. They may not fit what you want. Do you want you databases on ACFS?<\/li>\n<li>Not all operations can be done though the GUI: you can create but not delete a database.<\/li>\n<\/ul>\n<p>But there&#8217;s more. Performance is there. You can run application that need high performance.<\/p>\n<p>Do you know any other solution which gives you a fully certified system installed in few hours with databases ready? With very good hardware and managed software costs (NUP, Standard Edition in socket metric or Entrerprise Edition capacity-on-demand by multiple of 1 processor license).<br \/>\nYou need high-availability? In Standard Edition you cannot use Data Guard. In Standard Edition you can buy Dbvisit standby which gives you switchover and failover (Recovery Point Objective of few minutes) to a second ODA or to a cloud service. Of course, you can build or buy custom scripts to manage the manual standby. However, if you go to ODA you probably appreciate easy and robust software.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>By Franck Pachot . On the Oracle Database Appliance, like on the Oracle public Cloud, you define the CPU capacity with &#8216;shapes&#8217;. On the latest ODA, the X6, we have a new interface to provision a database. Let&#8217;s look at the different shapes available. ODACLI You can provision a new database with the command line [&hellip;]<\/p>\n","protected":false},"author":27,"featured_media":8746,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[229],"tags":[220,221,64,79,96,66,223,867],"type_dbi":[],"class_list":["post-8739","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-database-administration-monitoring","tag-cdb","tag-data-guard","tag-multitenant","tag-oda","tag-oracle","tag-pdb","tag-pluggable-databases","tag-x6"],"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>ODA X6 database classes and shapes - 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\/oda-x6-database-classes-and-shapes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ODA X6 database classes and shapes\" \/>\n<meta property=\"og:description\" content=\"By Franck Pachot . On the Oracle Database Appliance, like on the Oracle public Cloud, you define the CPU capacity with &#8216;shapes&#8217;. On the latest ODA, the X6, we have a new interface to provision a database. Let&#8217;s look at the different shapes available. ODACLI You can provision a new database with the command line [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2016-08-29T11:47:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODAShapes-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"601\" \/>\n\t<meta property=\"og:image:height\" content=\"266\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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=\"7 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\/oda-x6-database-classes-and-shapes\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/\"},\"author\":{\"name\":\"Oracle Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"headline\":\"ODA X6 database classes and shapes\",\"datePublished\":\"2016-08-29T11:47:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/\"},\"wordCount\":1108,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODAShapes-1.png\",\"keywords\":[\"CDB\",\"Data Guard\",\"multitenant\",\"ODA\",\"Oracle\",\"PDB\",\"Pluggable Databases\",\"X6\"],\"articleSection\":[\"Database Administration &amp; Monitoring\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/\",\"name\":\"ODA X6 database classes and shapes - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODAShapes-1.png\",\"datePublished\":\"2016-08-29T11:47:00+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/#primaryimage\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODAShapes-1.png\",\"contentUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODAShapes-1.png\",\"width\":601,\"height\":266},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ODA X6 database classes and shapes\"}]},{\"@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":"ODA X6 database classes and shapes - 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\/oda-x6-database-classes-and-shapes\/","og_locale":"en_US","og_type":"article","og_title":"ODA X6 database classes and shapes","og_description":"By Franck Pachot . On the Oracle Database Appliance, like on the Oracle public Cloud, you define the CPU capacity with &#8216;shapes&#8217;. On the latest ODA, the X6, we have a new interface to provision a database. Let&#8217;s look at the different shapes available. ODACLI You can provision a new database with the command line [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/","og_site_name":"dbi Blog","article_published_time":"2016-08-29T11:47:00+00:00","og_image":[{"width":601,"height":266,"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODAShapes-1.png","type":"image\/png"}],"author":"Oracle Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oracle Team","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/"},"author":{"name":"Oracle Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"headline":"ODA X6 database classes and shapes","datePublished":"2016-08-29T11:47:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/"},"wordCount":1108,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODAShapes-1.png","keywords":["CDB","Data Guard","multitenant","ODA","Oracle","PDB","Pluggable Databases","X6"],"articleSection":["Database Administration &amp; Monitoring"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/","url":"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/","name":"ODA X6 database classes and shapes - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODAShapes-1.png","datePublished":"2016-08-29T11:47:00+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODAShapes-1.png","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/CaptureODAShapes-1.png","width":601,"height":266},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/oda-x6-database-classes-and-shapes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"ODA X6 database classes and shapes"}]},{"@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\/8739","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=8739"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/8739\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media\/8746"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=8739"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=8739"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=8739"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=8739"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}