is Matlab 2018b compatible with Oracle Database Verison 12.2.0.2
조회 수: 1 (최근 30일)
이전 댓글 표시
We wont Upgrade ouer Oracle Database to the Verson 12.2.0.2, is the Matlab Version 2018b kompatible with this.
댓글 수: 0
답변 (1개)
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!