About 1,760,000 results
Open links in new tab
  1. Spring Boot: 'Database Driver: unknown/undefined' Error While ...

    Dec 23, 2024 · However, the logs show that the database driver is "undefined/unknown," and I am unable to add data to my MySQL database. Database JDBC URL [Connecting through …

  2. How do you check what version of SQL Server for a database …

    Sep 12, 2008 · How do you check what version of SQL Server for a database using TSQL? Asked 17 years, 2 months ago Modified 7 years, 3 months ago Viewed 244k times

  3. sql - How do we check version of Oracle - Stack Overflow

    Oct 1, 2014 · How do we check version of Oracle on which we are working? How do we check the version of the interface on which we are working? I have tried select v$ from version ;

  4. How can I confirm a database is Oracle & what version it is using …

    Sep 19, 2008 · The user gets to select a datasource they have configured and nominate what type of database it is. I want to confirm that the database type is indeed Oracle, and if …

  5. sql - How to get Oracle database version? - Stack Overflow

    Apr 23, 2016 · How to get Oracle database version from sqlplus, Oracle SQL developer, SQL Navigator or other IDE?

  6. postgresql - Springboot Database JDBC URL [Connecting through ...

    Dec 27, 2024 · Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] Database driver: undefined/unknown Database version: 17.2 Autocommit …

  7. sql - Query to get Oracle DB version - Stack Overflow

    Jan 23, 2021 · SELECT version FROM PRODUCT_COMPONENT_VERSION WHERE product LIKE 'Oracle Database%'; Result:

  8. php - Zabbix: Unable to determine "dbversion" - Stack Overflow

    Dec 3, 2021 · sudo mysql mysql> use name_of_database_for_zabix; mysql> SHOW TABLES; This need show you list of tables in zabbix database. If they do not exist, upper command did …

  9. How to check SQL Server version - Stack Overflow

    Dec 3, 2013 · What are the possible ways to determine the deployed SQL Server version? I’ve tried to do it using the SQL Server software. I want to do it using a command line SQL statement.

  10. Which version of PostgreSQL am I running? - Stack Overflow

    Learn how to determine the version of PostgreSQL you are using with this helpful guide on Stack Overflow.