View Full Version : Difference between SQL and Oracle?
britnilinda
05-16-2014, 01:36 PM
I want to learn Database, some of my friends are suggesting SQL and Oracle, would like to know which is the best one?
JeffreyMaas
07-16-2014, 10:26 AM
Difference between SQL and Oracle:-
1) In oracle everything is a transaction and it is not permanent until you COMMIT. In SQL server has not any transaction control.
2) SQL Server is for performance and not read consistency, But Oracle has read consistency.
3) When you setup an Oracle server, you should have one database with many schemas and tablespaces that are shared by all your users and SQL server uses logins to give you access to the SQL server.
Bharti Mahour
08-13-2014, 06:29 AM
In Oracle everything is a transaction and it is not permanent.
akashram
09-15-2014, 01:34 AM
SQL Server provides a Graphical User Interface to Perform Various operations on the Database. The GUI makes it easy to work with the database. But Oracle doesn’t provide Support for the GUI.
SQL server is that it is available for windows OS only and not for the Other Operating Systems such as UNIX, LINUX and SOLARIS.
Olin Lamanna
09-30-2014, 08:13 AM
Perhaps the most obvious difference between the two SQL and Oracle is the language they use.
RobMorrow71
10-01-2014, 04:10 AM
These are the main difference between SQL and ORACLE
Language difference.
Transaction Control difference.
Organization of Database Objects difference.
paulbrighton
10-06-2014, 07:46 AM
They are two different implementations of a relational database management system. Both implement the ISO SQL standard as the language for interacting with the databases.
Abhijit
11-12-2014, 08:31 AM
Hi friends,
Thanks for sharing oracle and sql related information.
markellis312
11-17-2014, 02:21 AM
Nothing special difference SQL is a family of Oracle.
StuartSpindlow
11-19-2014, 03:27 AM
I completely agree with all of you guys, this is really great information.
novaco112
12-13-2014, 12:42 AM
Another one of the biggest differences between Oracle and MS SQL Server is transaction control. For the purposes of this article, a transaction can be defined as a group of operations or tasks that should be treated as a single unit.
harry26
12-16-2014, 01:43 AM
SQL is best for learning and Oracle is also part of SQL but Oracle is more complicated then the SQL.
patriciaprice
12-18-2014, 03:14 AM
The main difference between SQl and Oracle are:
SQL provides a GUI(Graphical User Interface) to Perform Various operations on the Database. While the Oracle doesn’t provide GUI interface.
Oracle has high cost than SQL
SQL is available for Windows operating System online while Oracle is available for all type of OS like Unix, Linux etc.
lisaherry
12-26-2014, 05:26 AM
Applications Manager MySQL Server tracking capability helps data source directors observe the performance and accessibility to a MySQL data source village.
novaco112
01-01-2015, 06:30 AM
As with Oracle, MySQL users are maintained by the database. MySQL uses a set of grant tables to keep track of users and the privileges that they can have. MySQL uses these grant tables when performing authentication, authorization and access control for users.
StuartSpindlow
01-02-2015, 06:46 AM
I don't have any idea about the difference between SQL and Oracle.
kaufenpreis
01-06-2015, 08:16 AM
Oracle is a software company. Their primary product is an enterprise-level relational database management system properly known as "Oracle Database". The product's name is often shortened simply to "Oracle".
SQL stands for Structured Query Language. It's a language used to interact with databases, not a database itself.
Perhaps you're referring to Microsoft SQL Server, one of Oracle's competitors? Both products use SQL, although there are minor dialect differences.
davidsmith21
05-24-2018, 05:24 AM
Oracle uses Procedure Language SQL. It is Complex but powerful.
SQL Server uses Transact SQL. It is Simpler and easy to use.
jerryperes
05-29-2018, 06:56 AM
Oracle: Oracle is basically a software company. Their primary product is an enterprise level relational database management system properly known as oracle database. The short name is oracle.
SQL: It stands for structured query language. It is used to interact with databases.
Sherin
11-23-2020, 10:34 PM
SQL
SQL is the Structured Query Language.
Sql is like update,delete,find, etc.
sql basically using multithreading concept where oracle using multiprocessor oracle using for high database handling like banking etc.
Sql language is used in oracle as a writing language.
Oracle
Oracle is a specific relational database system.
Oracle is one type of DBMS software.Oracle understands only sql language.
There are so many versions of oracle like 9G,10G,11G,But Sql has no version,it is a language,only new features are added to it.
The only interface available between end users and an RDBMS is SQL.
So if you are using Oracle, you will also be using SQL to get information out of it.
jesica
11-26-2020, 06:21 AM
SQL is the Structured Query Language. SQL is like the update, delete, find, etc. SQL basically using multithreading concept where oracle using multiprocessor oracle using for high database handling like banking etc. SQL language is used in oracle as a writing language. In SQL server there is no transaction control.
Oracle is a specific relational database system. Oracle is one type of DBMS software. Oracle understands only the SQL language. There are so many versions of oracle like 9G,10G,11G, But SQL has no version, it is a language, only new features are added to it. The only interface available between end-users and an RDBMS is SQL. So if you are using Oracle, you will also be using SQL to get information out of it.
yuva12
04-07-2021, 08:24 AM
Perhaps the most obvious difference between the two RDBMS is the language they use. ... The main difference between the two languages is how they handle variables, stored procedures, and built-in functions. PL/SQL in Oracle can also group procedures together into packages, which can't be done in MS SQL Server.
Powered by vBulletin® Version 4.2.4 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.