您的位置:首页 > 数据库 > Oracle

Setting up the Matlab Database Toolbox to connecting to Oracle DB

2008-06-21 15:00 573 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐