Ensure that the source database is accessible by the Microsoft SQL
Server user and the system from where you are connecting that is used by SQL Developer for the source connection.You can test by creating the ODBC datasource to the SQLServer DB.
In SQL*Developer, create a new SQL Server connexion. If you can't see the 'SQL Server' tab in the suggested database (Example: you only see Oracle and Access), please execute following steps to automatically load the JDBC driver for MS SQL server:
Ref:471882.1
In SQL*Developer, create a new SQL Server connexion. If you can't see the 'SQL Server' tab in the suggested database (Example: you only see Oracle and Access), please execute following steps to automatically load the JDBC driver for MS SQL server:
- Go to the Help menu and select Check for Updates
- Follow the Check for Updates Wizard.
- In the Source step, select only the 'Third Party SQL Developer Extensions' option and click on Next button
- In the Updates step, select 'JTDS JDBC Driver for Microsoft SQL server' option and load the updates.
- You will be asked to read and acknowledge the license agreement and sign into OTN, using your OTN account.
- When prompted, restart SQL Developer
- There is no need to select "Migrate User Settings" dialog as the connections and settings are preserved.
- Downloaded the JTDS JDBC driver from http://jtds.sourceforge.net/ or from http://sourceforge.net/project/showfiles.php?group_id=33291.
(Please download the distribution, and not the source - ex: jtds-1.2.5-dist.zip) - Unzip the file in a directory you can create independently from SQL Developer - You have to get a .jar file (ex: jtds-1.2.jar). - In SQL*Developer , click Tools/Preferences, then Database, then Third Party JDBC Drivers.
- Click Add Entry.
- Select the jar file (ex: jtds-1.2.jar). for the JTDS driver you downloaded from http://jtds.sourceforge.net/
Ref:471882.1
No comments:
Post a Comment