Why Oracle? [message #538269] |
Thu, 05 January 2012 01:37 |
kame
Messages: 69 Registered: July 2009
|
Member |
|
|
Dear Experts.
I am developing a project in Oracle I want to know if some one ask that "why you selected oracle to develop software"
instead of VB, .Net etc.
what should be my answer?
regards
|
|
|
|
|
|
Re: Why Oracle? [message #538280 is a reply to message #538277] |
Thu, 05 January 2012 02:29 |
flyboy
Messages: 1903 Registered: November 2006
|
Senior Member |
|
|
kame wrote on Thu, 05 January 2012 08:59Ok.
if we compare oracle features with .net etc
is there any comparison?
That question makes no sense to me.
Oracle is relational database management system.
VB is procedural programming language.
.NET is a software framework.
It would make sense, if you compared Oracle to other RDBMSs (Microsoft SQL Server, MySQL, PostgreSQL, DB2, Informix, ...).
The same with other tools - why are you using VB and not Java? Why .NET and not some framework based on Java?
Now you are comparing totally different tools used for different task.
Either your application needs to work with data, so it has to store it (RDBMSs are most common/convenient way) or not and you do not need Oracle or any other RDBMS.
|
|
|
|
|