Oracle SQL Developer vs. Sublime Text

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
SQL Developer
Score 7.6 out of 10
N/A
Oracle SQL Developer is an integrated development environment (IDE) which provides editors for working with SQL, PL/SQL, Stored Java Procedures, and XML in Oracle databases.N/A
Sublime Text
Score 9.1 out of 10
N/A
Sublime Text is a highly customizable text editing solution featuring advanced API, Goto functions, and other features, from Sublime HQ in Sydney.
$80
Pricing
Oracle SQL DeveloperSublime Text
Editions & Modules
No answers on this topic
Business
$80.00
Offerings
Pricing Offerings
SQL DeveloperSublime Text
Free Trial
NoNo
Free/Freemium Version
YesYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Oracle SQL DeveloperSublime Text
Top Pros
Top Cons
Best Alternatives
Oracle SQL DeveloperSublime Text
Small Businesses
PyCharm
PyCharm
Score 9.0 out of 10
BBEdit
BBEdit
Score 8.2 out of 10
Medium-sized Companies
PyCharm
PyCharm
Score 9.0 out of 10
Vim
Vim
Score 9.7 out of 10
Enterprises
PyCharm
PyCharm
Score 9.0 out of 10
Vim
Vim
Score 9.7 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Oracle SQL DeveloperSublime Text
Likelihood to Recommend
7.5
(72 ratings)
9.4
(56 ratings)
Likelihood to Renew
10.0
(4 ratings)
10.0
(1 ratings)
Usability
8.2
(2 ratings)
8.9
(4 ratings)
Availability
-
(0 ratings)
9.0
(1 ratings)
Performance
-
(0 ratings)
10.0
(1 ratings)
Support Rating
7.0
(2 ratings)
9.3
(11 ratings)
Implementation Rating
9.2
(2 ratings)
-
(0 ratings)
Configurability
-
(0 ratings)
10.0
(1 ratings)
Ease of integration
-
(0 ratings)
7.0
(1 ratings)
Product Scalability
-
(0 ratings)
8.0
(1 ratings)
User Testimonials
Oracle SQL DeveloperSublime Text
Likelihood to Recommend
Oracle
Almost all development activities (the tool is called "SQL Developer", not "DBA Toolset") can be done easily and quick with [Oracle] SQL Developer. From data model creation (tables, views) to development (creation of procedures, functions, packages) and then testing (SQL Developer includes an easy to use debugger), all tasks can be performed in a single tool.
It may not be as complete as other solutions for DBA tasks like instance monitoring, but it is usually OK for development and testing environments if you want to do some basic troubleshooting.
Read full review
Sublime HQ
My CMS has a small window in which I can edit custom HTML/CSS. It can be expanded some, but not as much as I would like. It also displays all code as dark text on a white background. On a page where I am doing extensive custom coding, it is helpful to see it in a larger window and in a color-coded display so that I don't have to strain my eyes as hard. Especially when I'm trying to scan for specific elements and target issues and so that I don't have to scroll endlessly in a tiny window.
Read full review
Pros
Oracle
  • Object Browser in SQL Developer allows you to explore the contents of your database using the connection tree.
  • The SQL Worksheet is an editor that allows for execution of SQL statements, scripts, and PL/SQL anonymous blocks. SELECT statements can be executed to return results in a spreadsheet-like 'grid' or can be executed as a script such to emulate SQL*Plus behavior and output
  • DBA Console allows users with administrative privileges to access DBA features such as database init file configuration, RMAN backup, storage, etc.
Read full review
Sublime HQ
  • It is very light and boots up instantaneously.
  • It has tons of plugins that will help you to customize sublime entirely according to your needs and thereby is not bloated
  • Package control is really easy to work with and most plugins can be installed in 2 just clicks.
  • Free version has nearly all the features of the paid version.
  • Its User Interface is simple and makes it easy to located many features.
  • It gives you a ton of control over your ide setting through User-settings where you can customize almost everything.
Read full review
Cons
Oracle
  • Inability to run multiple queries on the same database. You can only run one query on a given database.
  • Analytical models created from complex tables isn't accurate, and needs work.
  • Inability to view multiple tables of a database side-by-side. When trying to find correlations between tables, it would help to be able to see them at once on the same page.
Read full review
Sublime HQ
  • Plugins are easier to use and less complicated but transferring your license to a new computer isn't as simple as it sounds.
  • Sublime has an automatic file comparison feature, but it's challenging to use and should be improved.
  • Adding the ability to mark or highlight the text with different colors would be an excellent application.
Read full review
Likelihood to Renew
Oracle
We had already thought of changing to TOAD, but we decided to stick with Oracle SQL Developer until the end.
Read full review
Sublime HQ
I love this application. It has helped to improve my work. Also, I became so used to the shortcuts that It's hard for me to change to another editor.
Read full review
Usability
Oracle
At times, Oracle SQL Developer may experience freezing issues. However, despite this occasional inconvenience, the tool offers valuable features such as the ability to integrate plugins like utPLSQL, which greatly assists in debugging and testing our packages. Additionally, the usage of breakpoints and the flexibility to format text according to individual configurations enhance the debugging process.
Read full review
Sublime HQ
This is a programmers tool. As such a lot of the features and benefits are lost on a non-technical user. To get the most out of the tool you need to have a basic crash course in how it works and what it can do. The documentation and community are good, but it takes a bit of time to get up to speed.
Read full review
Performance
Oracle
No answers on this topic
Sublime HQ
It has many handy hacks and shortcuts which enhances its performace.
Read full review
Support Rating
Oracle
Large user community support
Read full review
Sublime HQ
Never had to use their customer support before. There is ample documentation online so it's straightforward to find a solution to any problem you might encounter. For example, I needed to convert a string of HTML code to a properly formatted HTML file to "modify." Easy to do when there are so many users of the product who have needed to do that same thing before.
Read full review
Implementation Rating
Oracle
Just download and uncompress!
Read full review
Sublime HQ
No answers on this topic
Alternatives Considered
Oracle
I have started to use Toad for Oracle recently because it is easier to sort and filter results, due to their memory sort feature that puts the results from your query in memory so that you don't have to rerun your query. I have used SQL Developer to easily update records in tables that I need to fix. I haven't found an easy way to do this in Toad other than writing SQL insert statements.
Read full review
Sublime HQ
We've used both Notepad++ and Atom; both are great but nothing really beats the Sublime Text UI; super intuitive and friendly and does everything you need without overwhelming you with stuff you don't. Other options are free, but for our organization, it was well worth the small license cost for the persistent use of a great product.
Read full review
Return on Investment
Oracle
  • It gives 100% return on investment as it is free of cost.
  • No need to have multiple tools for each database
  • Considering the employee training, so one can save money on training, as it is not very hard to use so still savings.
Read full review
Sublime HQ
  • Sublime Text has helped me to focus on specific tasks, cutting out the clutter that many other IDEs have. As such, it has helped me be a more productive employee because I don't get dazed by hundreds of buttons. I can focus on just the code.
  • Sublime Text is so affordable that it's a no-brainer to have an extra tool in your toolset.
  • The Search features of Sublime Text are so useful that it has saved me a great amount of time compared to using Find & Replace menus in Xcode, Android Studio, or Eclipse.
Read full review
ScreenShots