{"id":12149,"date":"2018-12-04T22:06:28","date_gmt":"2018-12-04T21:06:28","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\/"},"modified":"2018-12-04T22:06:28","modified_gmt":"2018-12-04T21:06:28","slug":"odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\/","title":{"rendered":"odacli create-database fails on ODA X7-2HA with java.lang.OutOfMemoryError"},"content":{"rendered":"<p>Today I was onsite at my customer and he told me: I can no longer create databases on my ODA X7-2HA, every time I try to use odacli create-database it fails, please help.<\/p>\n<p>Ok, let&#8217;s check what happens, the customer shares the Oracle Homes, he wants to create a 11.2.0.4 database:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">[root@robucnoroda020 ~]# odacli list-dbhomes\n\nID                                       Name                 DB Version                               Home Location                                 Status\n---------------------------------------- -------------------- ---------------------------------------- --------------------------------------------- ----------\n157bfdf4-4430-4fb1-878e-2fb803ee54bd     OraDB11204_home1     11.2.0.4.180417 (27441052, 27338049)     \/u01\/app\/oracle\/product\/11.2.0.4\/dbhome_1     Configured\n2aaba0e6-4482-4c9f-8d98-4a9d72fdb96e     OraDB12102_home1     12.1.0.2.180417 (27338020, 27338029)     \/u01\/app\/oracle\/product\/12.1.0.2\/dbhome_1     Configured\nad2b0d0a-11c1-4a15-b22a-f698496cd606     OraDB12201_home1     12.2.0.1.180417 (27464465, 27674384)     \/u01\/app\/oracle\/product\/12.2.0.1\/dbhome_1     Configured\n\n[root@robucnoroda020 ~]#<\/pre>\n<p>Ok we try to create a 11.2.0.4 database:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">[root@robucnoroda020 log]# odacli create-database -n FOO -dh 157bfdf4-4430-4fb1-878e-2fb803ee54bd -cs AL32UTF8 -y RAC -r ACFS -m\nPassword for SYS,SYSTEM and PDB Admin:\n\nJob details\n----------------------------------------------------------------\n ID: 1959838e-34a6-419e-94da-08b931a039cc\n Description: Database service creation with db name: FOO\n Status: Created\n Created: December 4, 2018 11:11:26 PM EET\n Message:\n\nTask Name Start Time End Time Status\n---------------------------------------- ----------------------------------- ----------------------------------- ----------\n\n[root@robucnoroda020 log]#\n\n<\/pre>\n<p>The job was created successful, we check whats going on:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">[root@robucnoroda020 log]# odacli describe-job -i 1959838e-34a6-419e-94da-08b931a039cc\n\nJob details\n----------------------------------------------------------------\n ID: 1959838e-34a6-419e-94da-08b931a039cc\n Description: Database service creation with db name: FOO\n Status: Failure\n Created: December 4, 2018 11:11:26 PM EET\n Message: DCS-10001:Internal error encountered: Failed to create the database FOO.\n\nTask Name Start Time End Time Status\n---------------------------------------- ----------------------------------- ----------------------------------- ----------\nDatabase Service creation December 4, 2018 11:11:26 PM EET December 4, 2018 11:13:01 PM EET Failure\nDatabase Service creation December 4, 2018 11:11:26 PM EET December 4, 2018 11:13:01 PM EET Failure\nSetting up ssh equivalance December 4, 2018 11:11:26 PM EET December 4, 2018 11:11:46 PM EET Success\nCreating volume dclFOO December 4, 2018 11:11:47 PM EET December 4, 2018 11:12:04 PM EET Success\nCreating volume datFOO December 4, 2018 11:12:04 PM EET December 4, 2018 11:12:21 PM EET Success\nCreating ACFS filesystem for DATA December 4, 2018 11:12:21 PM EET December 4, 2018 11:12:34 PM EET Success\nDatabase Service creation December 4, 2018 11:12:34 PM EET December 4, 2018 11:13:01 PM EET Failure\nDatabase Creation December 4, 2018 11:12:34 PM EET December 4, 2018 11:13:00 PM EET Failure\n\n[root@robucnoroda020 log]#<\/pre>\n<p>Indeed, the job has failed, next we check the\u00a0DCS log, there we can see the database creation failure:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">2018-12-04 23:13:01,209 DEBUG [Database Service creation] [] c.o.d.c.t.r.TaskReportRecorder:  Compile task plan for ServiceJobReport\n'{\n  \"updatedTime\" : null,\n  \"jobId\" : \"1959838e-34a6-419e-94da-08b931a039cc\",\n  \"status\" : \"Failure\",\n  \"message\" : null,\n  \"reports\" : [ ],\n  \"createTimestamp\" : 1543957886185,\n  \"resourceList\" : [ ],\n  \"description\" : \"Database service creation with db name: FOO\"\n}'...\n\n2018-12-04 23:13:01,219 DEBUG [Database Service creation] [] c.o.d.a.t.TaskServiceRequest: Task[id: 1959838e-34a6-419e-94da-08b931a039cc, jobid: 1959838e-34a6-419e-94da-08b931a039cc, TaskName: Database Service creation] call() completed.\n2018-12-04 23:13:01,219 INFO [Database Service creation] [] c.o.d.a.t.TaskServiceRequest: Task[id: 1959838e-34a6-419e-94da-08b931a039cc, jobid: 1959838e-34a6-419e-94da-08b931a039cc, TaskName: Database Service creation] completed: Failure<\/pre>\n<p>Ok, the log don&#8217;t tell us what&#8217;s going wrong, but behind the scene odacli create-database uses\u00a0dbca in the requested ORACLE Home. In the next step we check the the dbca logs:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">oracle@robucnoroda020:\/u01\/app\/oracle\/cfgtoollogs\/dbca\/FOO\/ [rdbms11204] ll\ntotal 276\n-rw-r----- 1 oracle oinstall 275412 Dec  4 23:13 trace.log\noracle@robucnoroda020:\/u01\/app\/oracle\/cfgtoollogs\/dbca\/FOO\/ [rdbms11204]\n\noracle@robucnoroda020:\/u01\/app\/oracle\/cfgtoollogs\/dbca\/FOO\/ [rdbms11204] cat trace.log\n\n......\n\n[main] [ 2018-12-04 23:12:57.546 EET ] [InventoryUtil.getHomeName:111]  homeName = OraDB11204_home1\nException in thread \"main\" java.lang.OutOfMemoryError: Java heap space\n\tat oracle.xml.parser.v2.XMLDocument.createNodeFromType(XMLDocument.java:4132)\n\tat oracle.xml.parser.v2.XMLDocument.createElement(XMLDocument.java:2801)\n\tat oracle.xml.parser.v2.DocumentBuilder.startElement(DocumentBuilder.java:488)\n\tat oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1616)\n\tat oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:456)\n\tat oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:402)\n\tat oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:244)\n\tat oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:155)\n\tat javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:172)\n\tat oracle.sysman.oix.oixd.OixdDOMReader.getDocument(OixdDOMReader.java:42)\n\tat oracle.sysman.oic.oics.OicsCheckPointReader.buildCheckpoint(OicsCheckPointReader.java:75)\n\tat oracle.sysman.oic.oics.OicsCheckPointSession.&lt;init&gt;(OicsCheckPointSession.java:101)\n\tat oracle.sysman.oic.oics.OicsCheckPointIndexSession.&lt;init&gt;(OicsCheckPointIndexSession.java:123)\n\tat oracle.sysman.oic.oics.OicsCheckPointFactory.getIndexSession(OicsCheckPointFactory.java:69)\n\tat oracle.sysman.assistants.util.CheckpointContext.getCheckPointSession(CheckpointContext.java:256)\n\tat oracle.sysman.assistants.util.CheckpointContext.getCheckPoint(CheckpointContext.java:245)\n\tat oracle.sysman.assistants.dbca.backend.Host.cleanup(Host.java:3710)\n\tat oracle.sysman.assistants.dbca.backend.SilentHost.cleanup(SilentHost.java:585)\n\tat oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:145)\n\tat oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:189)\n[Thread-5] [ 2018-12-04 23:13:00.631 EET ] [DbcaCleanupHook.run:44]  Cleanup started\n[Thread-5] [ 2018-12-04 23:13:00.631 EET ] [OracleHome.cleanupDBOptionsIntance:1482]  DB Options dummy instance sid=null\n[Thread-5] [ 2018-12-04 23:13:00.631 EET ] [DbcaCleanupHook.run:49]  Cleanup ended<\/pre>\n<p>Ah,\u00a0there is a JAVA OutOfMemory Exception, we know this from\u00a0older times, we have to change the Heap Space for dbca&#8217;s Java \u00a0engine, let&#8217;s change to ORACLE_HOME and check dbca:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">oracle@robucnoroda020:\/u01\/app\/oracle\/product\/11.2.0.4\/dbhome_1\/bin\/ [rdbms11204] grep JRE_OPT dbca\nJRE_OPTIONS=\"${JRE_OPTIONS} -DSET_LAF=${SET_LAF} -Dsun.java2d.font.DisableAlgorithmicStyles=true -Dice.pilots.html4.ignoreNonGenericFonts=true  -DDISPLAY=${DISPLAY} -DJDBC_PROTOCOL=thin -mx128m\"\nexec $JRE_DIR\/bin\/java  $JRE_OPTIONS  $DEBUG_STRING -classpath $CLASSPATH oracle.sysman.assistants.dbca.Dbca $ARGUMENTS<\/pre>\n<p>In the dbca script, we see that the Java Heap Space is 128MB, we change it to 512MB (and yes create a backup first):<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">oracle@robucnoroda020:\/u01\/app\/oracle\/product\/11.2.0.4\/dbhome_1\/bin\/ [rdbms11204] grep JRE_OPT dbca\nJRE_OPTIONS=\"${JRE_OPTIONS} -DSET_LAF=${SET_LAF} -Dsun.java2d.font.DisableAlgorithmicStyles=true -Dice.pilots.html4.ignoreNonGenericFonts=true  -DDISPLAY=${DISPLAY} -DJDBC_PROTOCOL=thin -mx512m\"\nexec $JRE_DIR\/bin\/java  $JRE_OPTIONS  $DEBUG_STRING -classpath $CLASSPATH oracle.sysman.assistants.dbca.Dbca $ARGUMENTS<\/pre>\n<p>After deleting the failed database\u00a0we try again to create our database FOO:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">[root@robucnoroda020 log]# odacli create-database -n FOO -dh 157bfdf4-4430-4fb1-878e-2fb803ee54bd -cs AL32UTF8 -y RAC -r ACFS -m\nPassword for SYS,SYSTEM and PDB Admin:\n\nJob details\n----------------------------------------------------------------\n                     ID:  b289ed58-c29f-4ea8-8aa8-46a5af8ca529\n            Description:  Database service creation with db name: FOO\n                 Status:  Created\n                Created:  December 4, 2018 11:45:04 PM EET\n                Message:\n\nTask Name                                Start Time                          End Time                            Status\n---------------------------------------- ----------------------------------- ----------------------------------- ----------<\/pre>\n<p>Let&#8217;s check what&#8217;s going on:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">[root@robucnoroda020 log]# odacli describe-job -i b289ed58-c29f-4ea8-8aa8-46a5af8ca529\n\nJob details\n----------------------------------------------------------------\n                     ID:  b289ed58-c29f-4ea8-8aa8-46a5af8ca529\n            Description:  Database service creation with db name: FOO\n                 Status:  Success\n                Created:  December 4, 2018 11:45:04 PM EET\n                Message:\n\nTask Name                                Start Time                          End Time                            Status\n---------------------------------------- ----------------------------------- ----------------------------------- ----------\nSetting up ssh equivalance               December 4, 2018 11:45:05 PM EET    December 4, 2018 11:45:25 PM EET    Success\nCreating volume dclFOO                   December 4, 2018 11:45:25 PM EET    December 4, 2018 11:45:42 PM EET    Success\nCreating volume datFOO                   December 4, 2018 11:45:42 PM EET    December 4, 2018 11:45:59 PM EET    Success\nCreating ACFS filesystem for DATA        December 4, 2018 11:45:59 PM EET    December 4, 2018 11:46:13 PM EET    Success\nDatabase Service creation                December 4, 2018 11:46:13 PM EET    December 4, 2018 11:51:23 PM EET    Success\nDatabase Creation                        December 4, 2018 11:46:13 PM EET    December 4, 2018 11:49:56 PM EET    Success\nupdating the Database version            December 4, 2018 11:51:21 PM EET    December 4, 2018 11:51:23 PM EET    Success\ncreate Users tablespace                  December 4, 2018 11:51:23 PM EET    December 4, 2018 11:51:25 PM EET    Success\n\n[root@robucnoroda020 log]#<\/pre>\n<p>Super, the database was successfully created. It seems that sometimes odacli create-database fails due to dbca memory usage. So also on ODA check your dbca logs, if your database creation wasn&#8217;t successful.\u00a0If you see these Heap Space Exceptions, don&#8217;t be afraid to change dbca&#8217;s heap memory allocation.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today I was onsite at my customer and he told me: I can no longer create databases on my ODA X7-2HA, every time I try to use odacli create-database it fails, please help. Ok, let&#8217;s check what happens, the customer shares the Oracle Homes, he wants to create a 11.2.0.4 database: [root@robucnoroda020 ~]# odacli list-dbhomes [&hellip;]<\/p>\n","protected":false},"author":34,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[229,59],"tags":[],"type_dbi":[],"class_list":["post-12149","post","type-post","status-publish","format-standard","hentry","category-database-administration-monitoring","category-oracle"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>odacli create-database fails java.lang.OutOfMemoryError<\/title>\n<meta name=\"description\" content=\"odacli create-database fails on ODA X7-2HA with java.lang.OutOfMemoryError\" \/>\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\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"odacli create-database fails on ODA X7-2HA with java.lang.OutOfMemoryError\" \/>\n<meta property=\"og:description\" content=\"odacli create-database fails on ODA X7-2HA with java.lang.OutOfMemoryError\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-12-04T21:06:28+00:00\" \/>\n<meta name=\"author\" content=\"Thomas Rein\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"odacli create-database fails on ODA X7-2HA with java.lang.OutOfMemoryError\" \/>\n<meta name=\"twitter:creator\" content=\"@ThomasRein7\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Thomas Rein\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 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\\\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\\\/\"},\"author\":{\"name\":\"Thomas Rein\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/e8f218e5425b89cd3d0f472bf2fc2c42\"},\"headline\":\"odacli create-database fails on ODA X7-2HA with java.lang.OutOfMemoryError\",\"datePublished\":\"2018-12-04T21:06:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\\\/\"},\"wordCount\":264,\"commentCount\":0,\"articleSection\":[\"Database Administration &amp; Monitoring\",\"Oracle\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\\\/\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\\\/\",\"name\":\"odacli create-database fails java.lang.OutOfMemoryError\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\"},\"datePublished\":\"2018-12-04T21:06:28+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/e8f218e5425b89cd3d0f472bf2fc2c42\"},\"description\":\"odacli create-database fails on ODA X7-2HA with java.lang.OutOfMemoryError\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"odacli create-database fails on ODA X7-2HA with java.lang.OutOfMemoryError\"}]},{\"@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\\\/e8f218e5425b89cd3d0f472bf2fc2c42\",\"name\":\"Thomas Rein\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d48cba1dcc9b87b18d169a487cf4a379196b1e59ec6e99cdb998c7ce50b9efae?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d48cba1dcc9b87b18d169a487cf4a379196b1e59ec6e99cdb998c7ce50b9efae?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d48cba1dcc9b87b18d169a487cf4a379196b1e59ec6e99cdb998c7ce50b9efae?s=96&d=mm&r=g\",\"caption\":\"Thomas Rein\"},\"description\":\"Thomas Rein has thirty years of experience in managing Oracle projects and their infrastructures. He is specialized in Oracle technologies such as performance optimization and tuning, standardization, backup &amp; recovery, high availability solutions such as Oracle Real Application Clusters (RAC), Oracle Data Guard and Oracle Grid Infrastructure. He is also experienced in the Oracle middleware stack areas: Weblogic Server, Oracle Identity Management (IDM), Forms Reports Services (PFRD) and SOA. Prior to joining dbi services he was CTO for the Oracle stack of h+r AG Kreuzlingen and CEO of h+r GmbH Pforzheim. His industry experience includes the areas of medical technology, automotive, logistics, pharmaceuticals, retail and public administration.\",\"sameAs\":[\"https:\\\/\\\/x.com\\\/ThomasRein7\"],\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/author\\\/thomas-rein\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"odacli create-database fails java.lang.OutOfMemoryError","description":"odacli create-database fails on ODA X7-2HA with java.lang.OutOfMemoryError","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\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\/","og_locale":"en_US","og_type":"article","og_title":"odacli create-database fails on ODA X7-2HA with java.lang.OutOfMemoryError","og_description":"odacli create-database fails on ODA X7-2HA with java.lang.OutOfMemoryError","og_url":"https:\/\/www.dbi-services.com\/blog\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\/","og_site_name":"dbi Blog","article_published_time":"2018-12-04T21:06:28+00:00","author":"Thomas Rein","twitter_card":"summary_large_image","twitter_title":"odacli create-database fails on ODA X7-2HA with java.lang.OutOfMemoryError","twitter_creator":"@ThomasRein7","twitter_misc":{"Written by":"Thomas Rein","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\/"},"author":{"name":"Thomas Rein","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/e8f218e5425b89cd3d0f472bf2fc2c42"},"headline":"odacli create-database fails on ODA X7-2HA with java.lang.OutOfMemoryError","datePublished":"2018-12-04T21:06:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\/"},"wordCount":264,"commentCount":0,"articleSection":["Database Administration &amp; Monitoring","Oracle"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\/","url":"https:\/\/www.dbi-services.com\/blog\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\/","name":"odacli create-database fails java.lang.OutOfMemoryError","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2018-12-04T21:06:28+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/e8f218e5425b89cd3d0f472bf2fc2c42"},"description":"odacli create-database fails on ODA X7-2HA with java.lang.OutOfMemoryError","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/odacli-create-database-fails-on-oda-x7-2ha-with-java-lang-outofmemoryerror\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"odacli create-database fails on ODA X7-2HA with java.lang.OutOfMemoryError"}]},{"@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\/e8f218e5425b89cd3d0f472bf2fc2c42","name":"Thomas Rein","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d48cba1dcc9b87b18d169a487cf4a379196b1e59ec6e99cdb998c7ce50b9efae?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d48cba1dcc9b87b18d169a487cf4a379196b1e59ec6e99cdb998c7ce50b9efae?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d48cba1dcc9b87b18d169a487cf4a379196b1e59ec6e99cdb998c7ce50b9efae?s=96&d=mm&r=g","caption":"Thomas Rein"},"description":"Thomas Rein has thirty years of experience in managing Oracle projects and their infrastructures. He is specialized in Oracle technologies such as performance optimization and tuning, standardization, backup &amp; recovery, high availability solutions such as Oracle Real Application Clusters (RAC), Oracle Data Guard and Oracle Grid Infrastructure. He is also experienced in the Oracle middleware stack areas: Weblogic Server, Oracle Identity Management (IDM), Forms Reports Services (PFRD) and SOA. Prior to joining dbi services he was CTO for the Oracle stack of h+r AG Kreuzlingen and CEO of h+r GmbH Pforzheim. His industry experience includes the areas of medical technology, automotive, logistics, pharmaceuticals, retail and public administration.","sameAs":["https:\/\/x.com\/ThomasRein7"],"url":"https:\/\/www.dbi-services.com\/blog\/author\/thomas-rein\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/12149","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\/34"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=12149"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/12149\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=12149"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=12149"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=12149"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=12149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}