1. 在Oracle 网站下载 sqldeveloper-3.0.04.34.zip
2. 参考 http://www.oracle.com/technetwork/database/migration/omwb-getstarted-093461.html
- IBM DB2: You need the binary driver jar files db2jcc.jar and db2jcc_license_cu.jar. Search for DB2 Universal JDBC Drivers or follow the links from http://www-306.ibm.com/software/data/db2/express/additional-downloads.html
- Microsoft Access: No additional driver is required. Access uses the JDBC/ODBC bridge
- Microsoft SQL Server and Sybase: jTDS driver available from http://jtds.sourceforge.net/. Use version 1.2 (Download available from http://sourceforge.net/project/showfiles.php?group_id=33291)
When you download the jtds distribution, you download an archive file called jtds-1.2-dist.zip. The binary driver jar file is located within this file is called jtds-1.2.jar - MySQL: MySQL JDBC Driver, version 5.04 available from http://dev.mysql.com/downloads/connector/j/5.0.html
You download an archive file called mysql-connector-java-5.0.4.tar.gz (or .zip). Inside this file, the binary driver jar file is called mysql-connector-java-5.0.4-bin.jar
- Teradata:The Teradata driver is available from http://www.teradata.com/downloadcenter/ You need to download Teradata JDBC Driver 12.0 or above. Both the Teradata JDBC Driver 12.0 and 13.0 use the jar files terajdbc4.jar and tdgssconfig.jar
Once downloaded you need to expand the driver binary jar file to a location on your machine. The driver binary jar file is typically a separate jar file located inside the downloaded archive file. Once you have extracted the relevant jar file to your disk, you need to configure SQL Developer to tell it where this driver resides:
- In SQL Developer choose Tools -> Preferences...
- Expand the "Database" option in the left hand tree
- Click on "Third Party JDBC Drivers"
- Click on "Add Entry..."
- Navigate to your third-party driver jar file and choose OK
其他参考
. Copy to Oracle
Oracle SQL Developer 3.0 introduces a Copy to Oracle option that allows users to copy tables and data from a third-party database to Oracle without the need of a migration repository. This quick migrate option is very useful for quickly copying a few tables to Oracle and requires no additional setup. This feature is only available for copying tables and the data; use the Migration Wizard if you are migrating more than that.
To use Copy to Oracle, select the third-party connection created in 2. Adding a Third Party Connection above. This invokes a connection dialog that enables you to select the Oracle connection where you want to copy the table(s) and click Apply.