is Matlab 2018b compatible with Oracle Database Verison 12.2.0.2

1 visualización (últimos 30 días)
Peter Müller
Peter Müller el 23 de Dic. de 2019
Respondida: Aravind el 5 de Mzo. de 2025
We wont Upgrade ouer Oracle Database to the Verson 12.2.0.2, is the Matlab Version 2018b kompatible with this.

Respuestas (1)

Aravind
Aravind el 5 de Mzo. de 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.

Categorías

Más información sobre Read, Write, and Modify Image en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by