diff --git a/archetypes/helidon/src/main/archetype/mp/custom/database.xml b/archetypes/helidon/src/main/archetype/mp/custom/database.xml
index 45c2113108f..292c64e8b18 100644
--- a/archetypes/helidon/src/main/archetype/mp/custom/database.xml
+++ b/archetypes/helidon/src/main/archetype/mp/custom/database.xml
@@ -197,6 +197,8 @@ Instructions for H2 can be found here: https://www.h2database.com/html/cheatShee
org.h2.jdbcx.JdbcDataSource
jdbc:h2:mem:test;DB_CLOSE_DELAY=-1
+ sa
+
com.mysql.cj.jdbc.MysqlDataSource
+ jdbc:mysql://127.0.0.1:3306/pokemon?useSSL=false
+ user
+ password
@@ -351,6 +356,9 @@ docker run --rm --name xe -p 1521:1521 -p 8888:8080 -e ORACLE_PWD=oracle wnamele
oracle.jdbc.pool.OracleDataSource
+ jdbc:oracle:thin:@localhost:1521:XE
+ sys as sysdba
+ oracle