Oracle Database vs. TensorFlow

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Oracle Database
Score 8.3 out of 10
N/A
Oracle Database, currently in edition 23ai, is a converged, multimodel database management system. It is designed to simplify development for AI, microservices, graph, document, spatial, and relational applications.
$0.05
per hour
TensorFlow
Score 7.7 out of 10
N/A
TensorFlow is an open-source machine learning software library for numerical computation using data flow graphs. It was originally developed by Google.N/A
Pricing
Oracle DatabaseTensorFlow
Editions & Modules
Oracle Base Database Service - Standard
$0.0538
per hour
Oracle Base Database Service - Enterprise
$0.1075
per hour
Oracle Base Database Service - High Performance
$0.2218
per hour
Standard Edition
Contact Sales
Enterprise Edition
Contact Sales
Personal Edition
Contact Sales
No answers on this topic
Offerings
Pricing Offerings
Oracle DatabaseTensorFlow
Free Trial
YesNo
Free/Freemium Version
YesNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Oracle DatabaseTensorFlow
Considered Both Products
Oracle Database
Chose Oracle Database
Oracle completed solution and support is of cause better than open source solutions, we also choose other NoSQL database and Graph database, to address some very particular business use cases
TensorFlow

No answer on this topic

Features
Oracle DatabaseTensorFlow
Relational Databases
Comparison of Relational Databases features of Product A and Product B
Oracle Database
8.5
5 Ratings
7% above category average
TensorFlow
-
Ratings
ACID compliance8.85 Ratings00 Ratings
Database monitoring8.85 Ratings00 Ratings
Database locking8.85 Ratings00 Ratings
Encryption9.84 Ratings00 Ratings
Disaster recovery9.34 Ratings00 Ratings
Flexible deployment6.25 Ratings00 Ratings
Multiple datatypes8.05 Ratings00 Ratings
Best Alternatives
Oracle DatabaseTensorFlow
Small Businesses
InterSystems IRIS
InterSystems IRIS
Score 7.9 out of 10
InterSystems IRIS
InterSystems IRIS
Score 7.9 out of 10
Medium-sized Companies
InterSystems IRIS
InterSystems IRIS
Score 7.9 out of 10
Posit
Posit
Score 10.0 out of 10
Enterprises
SAP IQ
SAP IQ
Score 10.0 out of 10
Posit
Posit
Score 10.0 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Oracle DatabaseTensorFlow
Likelihood to Recommend
9.0
(190 ratings)
6.0
(15 ratings)
Likelihood to Renew
9.0
(6 ratings)
-
(0 ratings)
Usability
7.4
(5 ratings)
9.0
(1 ratings)
Support Rating
7.0
(5 ratings)
9.1
(2 ratings)
Implementation Rating
9.6
(3 ratings)
8.0
(1 ratings)
User Testimonials
Oracle DatabaseTensorFlow
Likelihood to Recommend
Oracle
We migrated from NoSQL to an Oracle database. One of the reasons was robust backup and recovery options available in the Oracle database, which provide zero data loss. A transactional database like Oracle is a better fit for our use case than NoSQL. On a large scale, deployment was evaluated as a cheaper option than the NoSQL engine. This conclusion came even after considering Oracle license is expensive.
Read full review
Open Source
TensorFlow is great for most deep learning purposes. This is especially true in two domains: 1. Computer vision: image classification, object detection and image generation via generative adversarial networks 2. Natural language processing: text classification and generation. The good community support often means that a lot of off-the-shelf models can be used to prove a concept or test an idea quickly. That, and Google's promotion of Colab means that ideas can be shared quite freely. Training, visualizing and debugging models is very easy in TensorFlow, compared to other platforms (especially the good old Caffe days). In terms of productionizing, it's a bit of a mixed bag. In our case, most of our feature building is performed via Apache Spark. This means having to convert Parquet (columnar optimized) files to a TensorFlow friendly format i.e., protobufs. The lack of good JVM bindings mean that our projects end up being a mix of Python and Scala. This makes it hard to reuse some of the tooling and support we wrote in Scala. This is where MXNet shines better (though its Scala API could do with more work).
Read full review
Pros
Oracle
  • Supports most of the Operating Systems like Unix, Linux and Windows Server.
  • It works well in high load environment under intense parallel transactions setup.
  • Highly reliable DBMS, especially RAC is very much reliable.
  • Well managed and predictable release of security patches.
  • We have highly scaled it from on-prem to a cloud cluster environment for our product.
  • One of the best-performing DBMSs on Linux machines under test delivers high throughput (QPS).
Read full review
Open Source
  • A vast library of functions for all kinds of tasks - Text, Images, Tabular, Video etc.
  • Amazing community helps developers obtain knowledge faster and get unblocked in this active development space.
  • Integration of high-level libraries like Keras and Estimators make it really simple for a beginner to get started with neural network based models.
Read full review
Cons
Oracle
  • The memory demand and management makes it impossible to run it in a container.
  • It is hard to perform local unit testing with Oracle even using the personal edition (aggressive all the available memory grab for itself).
  • Lack of built in database migrations (e.g. as Flyway).
  • The need to install the Oracle client in addition to its drivers.
  • The cost of running it, especially in the Cloud.
  • Comes with very spartan community grade client/management tools whereas the commercial offerings tend to demand a premium price.
Read full review
Open Source
  • RNNs are still a bit lacking, compared to Theano.
  • Cannot handle sequence inputs
  • Theano is perhaps a bit faster and eats up less memory than TensorFlow on a given GPU, perhaps due to element-wise ops. Tensorflow wins for multi-GPU and “compilation” time.
Read full review
Likelihood to Renew
Oracle
There is a lot of sunk cost in a product like Oracle 12c. It is doing a great job, it would not provide us much benefit to switch to another product even if it did the same thing due to the work involved in making such a switch. It would not be cost effective.
Read full review
Open Source
No answers on this topic
Usability
Oracle
Many of the powerful options can be auto-configured but there are still many things to take into account at the moment of installing and configuring an Oracle Database, compared with SQL Server or other databases. At the same time, that extra complexity allows for detailed configuration and guarantees performance, scalability, availability and security.
Read full review
Open Source
Support of multiple components and ease of development.
Read full review
Support Rating
Oracle
1. I have very good experience with Oracle Database support team. Oracle support team has pool of talented Oracle Analyst resources in different regions. To name a few regions - EMEA, Asia, USA(EST, MST, PST), Australia. Their support staffs are very supportive, well trained, and customer focused. Whenever I open Oracle Sev1 SR(service request), I always get prompt update on my case timely. 2. Oracle has zoom call and chat session option linked to Oracle SR. Whenever you are in Oracle portal - you can chat with the Oracle Analyst who is working on your case. You can request for Oracle zoom call thru which you can share the your problem server screen in no time. This is very nice as it saves lot of time and energy in case you have to follow up with oracle support for your case. 3.Oracle has excellent knowledge base in which all the customer databases critical problems and their solutions are well documented. It is very easy to follow without consulting to support team at first.
Read full review
Open Source
Community support for TensorFlow is great. There's a huge community that truly loves the platform and there are many examples of development in TensorFlow. Often, when a new good technique is published, there will be a TensorFlow implementation not long after. This makes it quick to ally the latest techniques from academia straight to production-grade systems. Tooling around TensorFlow is also good. TensorBoard has been such a useful tool, I can't imagine how hard it would be to debug a deep neural network gone wrong without TensorBoard.
Read full review
Implementation Rating
Oracle
Overall the implementation went very well and after that everything came out as expected - in terms of performance and scalability. People should always install and upgrade a stable version for production with the latest patch set updates, test properly as much as possible, and should have a backup plan if anything unexpected happens
Read full review
Open Source
Use of cloud for better execution power is recommended.
Read full review
Alternatives Considered
Oracle
Because of a rich user base and support for any critical issue, this is one of the best options to choose. In case the project has a TCO issue, it can compromise and choose Postgres as the best alternative. SQL server is also good and easy to code and maintain but performance is not as good as the Oracle
Read full review
Open Source
Keras is built on top of TensorFlow, but it is much simpler to use and more Python style friendly, so if you don't want to focus on too many details or control and not focus on some advanced features, Keras is one of the best options, but as far as if you want to dig into more, for sure TensorFlow is the right choice
Read full review
Return on Investment
Oracle
  • Multiple applications can use the same database and still get high performance
  • Licensing cost is still a concern compared to the other options available in the market that are very very inexpensive
  • Almost a maintenance free database
  • Oracle Grid makes life easy in terms of monitoring and managing the databases
Read full review
Open Source
  • Learning is s bit difficult takes lot of time.
  • Developing or implementing the whole neural network is time consuming with this, as you have to write everything.
  • Once you have learned this, it make your job very easy of getting the good result.
Read full review
ScreenShots