Oracle SQL Developer vs. Python IDLE

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
Python IDLE
Score 8.7 out of 10
N/A
Python's IDLE is the integrated development environment (IDE) and learning platform for Python, presented as a basic and simple IDE appropriate for learners in educational settings.
$0
Pricing
Oracle SQL DeveloperPython IDLE
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
SQL DeveloperPython IDLE
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 DeveloperPython IDLE
Top Pros
Top Cons
Best Alternatives
Oracle SQL DeveloperPython IDLE
Small Businesses
PyCharm
PyCharm
Score 9.3 out of 10
PyCharm
PyCharm
Score 9.3 out of 10
Medium-sized Companies
PyCharm
PyCharm
Score 9.3 out of 10
PyCharm
PyCharm
Score 9.3 out of 10
Enterprises
PyCharm
PyCharm
Score 9.3 out of 10
PyCharm
PyCharm
Score 9.3 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Oracle SQL DeveloperPython IDLE
Likelihood to Recommend
7.5
(72 ratings)
2.1
(6 ratings)
Likelihood to Renew
10.0
(4 ratings)
-
(0 ratings)
Usability
8.2
(2 ratings)
10.0
(1 ratings)
Support Rating
7.0
(2 ratings)
8.0
(1 ratings)
Implementation Rating
9.2
(2 ratings)
-
(0 ratings)
User Testimonials
Oracle SQL DeveloperPython IDLE
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
Python Software Foundation
IDLE is a good option to run small scripts directly on the console, and that's it. It is a good exit when you don't want or need to open a proper IDE like Pycharm.
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
Python Software Foundation
  • Firstly, I would say Python IDLE interface is user friendly.
  • Easy to learn for the beginners.
  • Syntax highlighting is nice features.
  • Smart indent helps a lot.
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
Python Software Foundation
  • Too simplistic
  • Could not find source revision management integration support
  • Only basic debugging is available
  • Does not have data-science-specific notebooks (but can be installed separately)
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
Python Software Foundation
No answers on this topic
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
Python Software Foundation
The IDE Python IDLE is a good place to start as it helps you become familiar with the way Python works and understand its syntax.
This IDE allows you to configure the environment, font, size, colors, .....
It also looks like any simple text editor for any operating system, I work with Windows or Linux interchangeably, and you don't have to learn to use the IDE before programming.
Once the IDE is executed you can start programming directly in it.
Read full review
Support Rating
Oracle
Large user community support
Read full review
Python Software Foundation
Python IDLE support is what the community can give you. As it is free software, it does not have support provided by the manufacturer or by third-parties.
In any case, for most of the problems that normal users can find, the solution, or alternatives, can be found quickly online.
As this IDE is made in Python, the support is the same group of Python developers.
Read full review
Implementation Rating
Oracle
Just download and uncompress!
Read full review
Python Software Foundation
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
Python Software Foundation
It's easy to set up and run quick analysis in Python IDLE on my local machine. The output is direct and easy to read. But sometimes I prefer Jupyter Notebook when the datasets are large, since it would take too long to run on my local machine. It is easier to run Jupyter Notebook on my cloud desktop
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
Python Software Foundation
  • In a short time, we were able to develop several ML models for various teams to make accurate decisions.
  • Beginners can easily understand and adapt to GUI.
  • We could automate several manual validation tasks and so could reduce human intervention.
Read full review
ScreenShots