is Matlab 2018b compatible with Oracle Database Verison 12.2.0.2

1 回表示 (過去 30 日間)
Peter Müller
Peter Müller 2019 年 12 月 23 日
回答済み: Aravind 2025 年 3 月 5 日
We wont Upgrade ouer Oracle Database to the Verson 12.2.0.2, is the Matlab Version 2018b kompatible with this.

回答 (1 件)

Aravind
Aravind 2025 年 3 月 5 日
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.

カテゴリ

Help Center および File ExchangeRead, Write, and Modify Image についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by