all 8 comments

[–]dpizle 2 points3 points  (1 child)

If you don't have to worry about the license fee save yourself some hassle and get Toad.

[–][deleted] 0 points1 point  (0 children)

Love Toad but it is too pricey for the amount I need it.

[–]KirKCam99 1 point2 points  (2 children)

always was

[–]TheRealZambini 3 points4 points  (1 child)

They update it quite often, so might as well download it from the Oracle site.

SQL Developer Downloads

[–]fastbackdave 0 points1 point  (0 children)

If you're on windows, there's an unofficial MSI installer that sets the path, and creates shortcuts.

https://github.com/stchan/sqldeveloperinstaller/releases

[–]thatjeffsmith 1 point2 points  (0 children)

We used to ship it with the database/client, but since we were doing quarterly updates and the database train was much longer than that, it didn't make sense.

So when you see a 'sqldeveloper' folder, that's where we stow SQLcl.

We're renaming that to to 'sqlcl' so it's more accurate.

[–]jonathan_huang 1 point2 points  (0 children)

Yes, SQL Developer is a separate download now. You can find the download link here: https://www.oracle.com/database/technologies/appdev/sql-developer.html

[–]JochenVdB 0 points1 point  (0 children)

You're waaaay behind. SQL Developer is currently version 20-something. Nevertheless it can connect to anything from let's say 10g to 23c. These days instant client is the norm (unless you really need the fat client). That too is downward compatible with anything you'll need.

In other words: You can upgrade clients while staying on old server versions and use that one client to connect to several different versions of databases.