TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Oracle SQL Developer

    Score8.1 out of 10
    N/AOracle 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

    Spyder

    Score8.7 out of 10
    N/ASpyder is a free and open source scientific environment for Python. It combines advanced editing, analysis, debugging, and profiling, with data exploration, interactive execution, deep inspection, and visualization capabilities. Spyder is sponsored by open source supporters QuanSight, and NumFOCUS, as well as individual donors.

    $0

    per month

    Pricing
    Oracle SQL DeveloperSpyder
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    Oracle SQL DeveloperSpyder
    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 DeveloperSpyder
    Considered Both Products
    Oracle
    No answer on this topic
    Open Source
    No answer on this topic
    Key User Insights
    Would buy again
    96%
    Would buy again
    22 Answers
    100%
    Would buy again
    8 Answers
    Delivers good value for the price
    100%
    Delivers good value for the price
    22 Answers
    100%
    Delivers good value for the price
    8 Answers
    Happy with the feature set
    96%
    Happy with the feature set
    22 Answers
    88%
    Happy with the feature set
    7 Answers
    Lived up to sales and marketing promises
    93%
    Lived up to sales and marketing promises
    13 Answers
    86%
    Lived up to sales and marketing promises
    6 Answers
    Implementation went as expected
    100%
    Implementation went as expected
    20 Answers
    100%
    Implementation went as expected
    8 Answers
    Best Alternatives
    Oracle SQL DeveloperSpyder
    Small Businesses
    No answers on this topic
    Visual Studio
    Score8.8 out of 10
    Medium-sized Companies
    Redgate SQL Toolbelt Essentials
    Score9.6 out of 10
    PyCharm
    Score9.3 out of 10
    Enterprises
    Redgate SQL Toolbelt Essentials
    Score9.6 out of 10
    WebStorm
    Score9.6 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Oracle SQL DeveloperSpyder
    Likelihood to Recommend
    9.0
    (74 ratings)
    8.7
    (8 ratings)
    Likelihood to Renew
    9.0
    (5 ratings)
    -
    (0 ratings)
    Usability
    8.9
    (4 ratings)
    8.0
    (2 ratings)
    Support Rating
    7.0
    (2 ratings)
    8.0
    (2 ratings)
    Implementation Rating
    9.2
    (2 ratings)
    -
    (0 ratings)
    User Testimonials
    Oracle SQL DeveloperSpyder
    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.
    Incentivized
    Read full review
    Open Source
    Spyder is an open-source Python IDE designed for the movement of data science work. Spyder comes with an Anaconda package manager distribution, so depending on your setup you may have installed it on your machine.
    Spyder includes most of the "standard IDE" features you can expect, such as a strong syntax code editor, Python code rendering, and an integrated text browser.
    Spyder is used when we want to develop a code that is useful and able to explore proper documentation of the code that has been written. We use Spyder to perform data-related operations like filtration, cleaning, and enhancing the data qualities. There some cases where it is less appropriate like working in an environment, creating dashboards of data visualizations and plots.
    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.
    Incentivized
    Read full review
    Open Source
    • Provides wider screen to read and write code and flexibility to adjust size as per requirement.
    • While running the code it provide the variable overview and memory overview
    • Lightweight and easily available in Anaconda Navigator
    • Multiple compilation options are available
    • Works well for data analytics, Django, Flask and Fast API frameworks
    Incentivized
    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.
    Incentivized
    Read full review
    Open Source
    • Colors in code format
    • Add a broadcast to share the project with friends
    • Contains more than one important language such as Python
    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.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Usability
    Oracle
    Oracle SQL Developer is very easy to use and there are a wide range of courses available which can help you get started just within a day. Data can be exported in multiple formats based on user requirements. Organizational data can be stored and management effectively using Oracle SQL Developer. All the data, tables, sequences, indexes can be easily created and updated in Oracle SQL Developer.
    Incentivized
    Read full review
    Open Source
    It is fairly straightforward to use. Pretty much good to go as soon as you install it. The IDE itself is very user friendly, and it is only limited by whatever limitations Python has as a language. Great for those who want to run their scripts quickly or do some Python programming without fussing.
    Incentivized
    Read full review
    Support Rating
    Oracle
    Large user community support
    Incentivized
    Read full review
    Open Source
    Most of data scientists or data engineers are either using ec2 on the cloud or Atom or PyCharm locally. It is a bit hard to find people who are still using Spyder and have the sight of the IDE and can help you to answer your question.
    Incentivized
    Read full review
    Implementation Rating
    Oracle
    Just download and uncompress!
    Incentivized
    Read full review
    Open Source
    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.
    Incentivized
    Read full review
    Open Source
    I think Spyder doesn't stack up as well as other IDEs due to its many limitations. But it is available for free and that is one advantage it has over its competitors
    Incentivized
    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.
    Incentivized
    Read full review
    Open Source
    • It has helped me learn python quickly
    • The ability to generate figures quickly and interact with them is helpful
    Incentivized
    Read full review
    ScreenShots