Bonjour à tous, 
Pour résumer la situation : 
> J'ai tout récemment installé ubuntu sur mon PC. Heureux d'être parvenu à faire un Dualboot (pour raison de quelques logiciels), j'aimerai explorer la création de base de données, notamment la création de formulaire grâce à libreO Base.
> Malheureusement, et après installation des paquets de LibreOffice Base, j'obtiens une erreur de type : 
Statut SQL: HY000
Impossible d'établir une connexion à la source de données externe. Aucun pilote SDBC n'a été trouvé pour l'URL 'sdbc:embedded:hsqldb'.
> J'ai bien regardé les pbs potentiels et cherché via ce lien, 
De même avec la discussion en cours, la fonction dpkg -l | egrep "libreof|java|jre" de Coeur Noir me donne : 
jihef@jihef-N56VZ:~$ dpkg -l | egrep "libreof|java|jre"
ii  ca-certificates-java                       20190405ubuntu1                        all          Common CA certificates (JKS keystore)
ii  default-jre                                2:1.11-72                              amd64        Standard Java or Java compatible Runtime
ii  default-jre-headless                       2:1.11-72                              amd64        Standard Java or Java compatible Runtime (headless)
ii  gir1.2-javascriptcoregtk-4.0:amd64         2.26.4-0ubuntu0.19.10.1                amd64        JavaScript engine library from WebKitGTK - GObject introspection data
ii  gjs                                        1.58.1-1                               amd64        Mozilla-based javascript bindings for the GNOME platform
ii  java-common                                0.72                                   all          Base package for Java runtimes
ii  libgjs0g                                   1.58.1-1                               amd64        Mozilla-based javascript bindings for the GNOME platform
ii  libjavascriptcoregtk-4.0-18:amd64          2.26.4-0ubuntu0.19.10.1                amd64        JavaScript engine library from WebKitGTK
ii  libreoffice                                1:6.3.5-0ubuntu0.19.10.1               amd64        office productivity suite (metapackage)
ii  libreoffice-base                           1:6.3.5-0ubuntu0.19.10.1               amd64        office productivity suite -- database
ii  libreoffice-base-core                      1:6.3.5-0ubuntu0.19.10.1               amd64        office productivity suite -- shared library
ii  libreoffice-base-drivers                   1:6.3.5-0ubuntu0.19.10.1               amd64        Database connectivity drivers for LibreOffice
ii  libreoffice-calc                           1:6.3.5-0ubuntu0.19.10.1               amd64        office productivity suite -- spreadsheet
ii  libreoffice-common                         1:6.3.5-0ubuntu0.19.10.1               all          office productivity suite -- arch-independent files
ii  libreoffice-core                           1:6.3.5-0ubuntu0.19.10.1               amd64        office productivity suite -- arch-dependent files
ii  libreoffice-draw                           1:6.3.5-0ubuntu0.19.10.1               amd64        office productivity suite -- drawing
ii  libreoffice-gnome                          1:6.3.5-0ubuntu0.19.10.1               amd64        office productivity suite -- GNOME integration
ii  libreoffice-gtk3                           1:6.3.5-0ubuntu0.19.10.1               amd64        office productivity suite -- GTK+ 3 integration
ii  libreoffice-help-common                    1:6.3.5-0ubuntu0.19.10.1               all          office productivity suite -- common files for LibreOffice help
ii  libreoffice-help-en-us                     1:6.3.5-0ubuntu0.19.10.1               all          office productivity suite -- English_american help
ii  libreoffice-help-fr                        1:6.3.5-0ubuntu0.19.10.1               all          office productivity suite -- French help
ii  libreoffice-impress                        1:6.3.5-0ubuntu0.19.10.1               amd64        office productivity suite -- presentation
ii  libreoffice-l10n-fr                        1:6.3.5-0ubuntu0.19.10.1               all          office productivity suite -- French language package
ii  libreoffice-math                           1:6.3.5-0ubuntu0.19.10.1               amd64        office productivity suite -- equation editor
ii  libreoffice-ogltrans                       1:6.3.5-0ubuntu0.19.10.1               all          transitional package for libreoffice-ogltrans
ii  libreoffice-pdfimport                      1:6.3.5-0ubuntu0.19.10.1               all          transitional package for PDF Import component for LibreOffice
ii  libreoffice-report-builder-bin             1:6.3.5-0ubuntu0.19.10.1               amd64        LibreOffice component for building database reports -- libraries
ii  libreoffice-style-breeze                   1:6.3.5-0ubuntu0.19.10.1               all          office productivity suite -- Breeze symbol style
ii  libreoffice-style-colibre                  1:6.3.5-0ubuntu0.19.10.1               all          office productivity suite -- colibre symbol style
ii  libreoffice-style-elementary               1:6.3.5-0ubuntu0.19.10.1               all          office productivity suite -- Elementary symbol style
ii  libreoffice-style-tango                    1:6.3.5-0ubuntu0.19.10.1               all          office productivity suite -- Tango symbol style
ii  libreoffice-writer                         1:6.3.5-0ubuntu0.19.10.1               amd64        office productivity suite -- word processor
ii  openjdk-11-jre:amd64                       11.0.6+10-1ubuntu1~19.10.1             amd64        OpenJDK Java runtime, using Hotspot JIT
ii  openjdk-11-jre-headless:amd64              11.0.6+10-1ubuntu1~19.10.1             amd64        OpenJDK Java runtime, using Hotspot JIT (headless)
 
Si je comprends bien, Java et openJdk semble installé
Aussi, mes connaissances encore limitées, me poussent vers le forum pour tenter de résoudre ce pb.
Si quelqu'un a quelques minutes à m'accorder.
Merci d'avance 🙂
jihef