is Matlab 2018b compatible with Oracle Database Verison 12.2.0.2

1 Ansicht (letzte 30 Tage)
Peter Müller
Peter Müller am 23 Dez. 2019
Beantwortet: Aravind am 5 Mär. 2025
We wont Upgrade ouer Oracle Database to the Verson 12.2.0.2, is the Matlab Version 2018b kompatible with this.

Antworten (1)

Aravind
Aravind am 5 Mär. 2025
Yes, MATLAB 2018b is compatible with Oracle Database version 12.2.0.2. MATLAB connects to databases using the Database Toolbox, which utilizes JDBC (Java Database Connectivity) for database connections.
To connect MATLAB to Oracle, you need to install the appropriate JDBC driver. Since MATLAB R2018b uses JDK version 8, it should support connections to Oracle 12c. For more information on setting up the database driver and data source, you can refer to this documentation page: https://www.mathworks.com/help/database/ug/configure-driver-and-data-source.html.
Once you have the JDBC driver installed correctly, you can use the functions in the Database Toolbox to establish a connection to your database.

Kategorien

Mehr zu Read, Write, and Modify Image finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by