is Matlab 2018b compatible with Oracle Database Verison 12.2.0.2
1 view (last 30 days)
Show older comments
We wont Upgrade ouer Oracle Database to the Verson 12.2.0.2, is the Matlab Version 2018b kompatible with this.
0 Comments
Answers (1)
Aravind
on 5 Mar 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.
0 Comments
See Also
Categories
Find more on Read, Write, and Modify Image in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!