Connecting MS Access to Oracle SQLDeveloper

|▌冷眼眸甩不掉的悲伤 提交于 2021-01-28 11:42:49

问题


I want connect my MS access 2003 with Oracle SQLdeveloper so that I can do analyis in SQLDeveloper. I am trying to create ODBC driver but it is not working.I am wondering if any of you send me the links or explain how can I create a ODBC connection between Access and Oracle SqL developer


回答1:


Here is a short video

and a more complete example is in this article




回答2:


2 ways to do it: Long & foolproof method: 1. Below link has he Oracle Tutorial document for the Migration

https://www.oracle.com/webfolder/technetwork/tutorials/obe/db/hol08/sqldev_migration/msaccess/migrate_microsoft_access_otn.htm

Short Method (may not work always): 2. To setup a connection to MS Access in Oracle SQL Developer, from the Connections dialog, click on the green plus sign. This will open the connections dialog box.

You will see a tab that says Access right beside Oracle tab which will be selected. Click on the tab to open up the dialog to use an MS Access MDB file. Use the Browse button to locate the MDB and give it a connection name. No need to enter username.

Once connected to the MS Access database from Oracle SQL Developer, you will see the connection in the database.

You can see all the tables in the database by expanding the TABLE category of the connection.



来源:https://stackoverflow.com/questions/18469025/connecting-ms-access-to-oracle-sqldeveloper

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!