Setting up the Matlab Database Toolbox to connecting to Oracle DB
If you would like to use Matlab Database Toolbox's GUI: Visual Query Builder, using Query->Define JDBC Data Sources.
Name: <just your DB SID>
Driver: oracle.jdbc.driver.OracleDriver
URL: jdbc:oracle:thin:@localhost:1521:
don't forgot add Oracle Drivers's in Matlab's classpath, (e.g: /usr/local/matlab75/toolbox/classpath.txt, add line: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/jdbc/lib/ojdbc14.jar)
More info to see reference:
http://www.mathworks.com/support/solutions/data/1-1774N.html?product=DB&solution=1-1774N
Name: <just your DB SID>
Driver: oracle.jdbc.driver.OracleDriver
URL: jdbc:oracle:thin:@localhost:1521:
don't forgot add Oracle Drivers's in Matlab's classpath, (e.g: /usr/local/matlab75/toolbox/classpath.txt, add line: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/jdbc/lib/ojdbc14.jar)
More info to see reference:
http://www.mathworks.com/support/solutions/data/1-1774N.html?product=DB&solution=1-1774N
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步