Steps:
- extract Oracle instant client to C:\instantClient
- extract Oracle SQL Developer to C:\SQLDeveloper
- copy tnsnames.ora to C:\instantClient
- launch Oracle SQL Developer
- goto Tools>Preferences
- goto Database>Advanced
- change Tnsnames Directory to C:\instantClient
- check Use Oracle Client
- click Configure…
- change client Type to Instant Client
- Change Client Location to C:\instantClient
- Click OK (Don’t Click Test, the library hasnt yet loaded. the test result will be failed.)
- Oracle SQL Developer will restart
- goto Tools>Features
- uncheck all optional features to increase the start runtime except Database>Oracle SQL Developer – SSH Support
- Click Apply Changes
- Click OK
- Oracle SQL Developer will restart
- Add Connections
- Fill in Connection Name, Username and Password
- Change Connection Type to TNS
- Select Network Alias
- Click Save and Connect
Related Links:
http://www.oracle.com/technetwork/topics/winx64soft-089540.html
http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index-098778.html
Thank you for your post. I wandered many days to use sql developer properly.
Your explanation is very kind and detail.
LikeLiked by 1 person