Live data from Hacker News

Oracle vs. PostgreSQL – A Comment

postgresql.org

31–40 of 238 posts

Re: Oracle vs. PostgreSQL – A Comment

#32

It has been known for DECADES that Oracle is outrageously expensive compared to the competition. But the unwillingness of larger companies to go with open-source databases which have no multi-billion dollar company behind them has kept Oracle in the saddle all these years.

I think that mission critical, legacy systems from a time before there was big OSS acceptance at the CTO level is the main reason. I’m not sure how many greenfield projects are using Oracle, but I’d expect that is rapidly decreasing over time. However, if you’ve had an Oracle db running for 20 years, and the cost of screwing up a migration starts at 9 figures, and runs into the 10 figures, then Oracle have you by the…

Oracle consultant here -> The Oracle world is shrinking admittedly and its shrinking from the smaller end up. I almost never get called by a company with less then 500 users or $100k a year of licence obligations.

Oracle is a tried and tested safe bet when implementing corp wide, multi year projects. The HN crowd won't like it (and for good reason) but CTOs will always bet on name recognition when millions or billions are on the line.

Re: Oracle vs. PostgreSQL – A Comment

#33
post #3

Copying from https://stackoverflow.com/questions/12115397/is-it-against-l... : The standard license ( http://www.oracle.com/technetwork/licenses/standard-license-... ) you agree to when you download software from the Oracle Technology Network (OTN) does state that you're not allowed to disclose benchmarks. You may not: > - disclose results of any program benchmark tests without our prior consent. I sadly suspect that…

> any program benchmark tests

Don't think installation size or length of time taken to set up the program really qualify as a "program benchmark test", so he should be fine

Re: Oracle vs. PostgreSQL – A Comment

#34

>” create stand alone database: ~30m” Something is oddly wrong in his tests if it took him 30 minutes to create an oracle database.

Go deploy a standard Oracle 19c multitenant database on windows server 2016, time it, then come back and post results.

I bet its pretty close to 30m based on experience.

Re: Oracle vs. PostgreSQL – A Comment

#35
post #10
post #3

Copying from https://stackoverflow.com/questions/12115397/is-it-against-l... : The standard license ( http://www.oracle.com/technetwork/licenses/standard-license-... ) you agree to when you download software from the Oracle Technology Network (OTN) does state that you're not allowed to disclose benchmarks. You may not: > - disclose results of any program benchmark tests without our prior consent. I sadly suspect that…

What are the damage claims for something like this, if any? Surely neither side would want to litigate this.

Oracle may very well want to litigate it. I doubt they care about the optics.

This is the well-known DeWitt clause, so named because Oracle crafted it to squelch database research being performed by Dr. David DeWitt. I believe these clauses should be clearly ruled as illegal, but to my knowledge they still persist. Details here: https://dwheeler.com/essays/dewitt-clause.html

Re: Oracle vs. PostgreSQL – A Comment

#36
post #10
post #3

Copying from https://stackoverflow.com/questions/12115397/is-it-against-l... : The standard license ( http://www.oracle.com/technetwork/licenses/standard-license-... ) you agree to when you download software from the Oracle Technology Network (OTN) does state that you're not allowed to disclose benchmarks. You may not: > - disclose results of any program benchmark tests without our prior consent. I sadly suspect that…

What are the damage claims for something like this, if any? Surely neither side would want to litigate this.

Larry loved those full banner Exadata claims against competitors in your airport terminal. A week later, they’d be gone after HP/Dell/IBM/Cisco sent the lawyers to contest.

Larry would just rotate the banner, mission accomplished, no fine with a retraction.

Since competitors make bank selling Oracle solutions and can’t publish a bmark w/o his permission he doesn’t need to litigate. It’s his ocean.

Re: Oracle vs. PostgreSQL – A Comment

#37
post #3

Copying from https://stackoverflow.com/questions/12115397/is-it-against-l... : The standard license ( http://www.oracle.com/technetwork/licenses/standard-license-... ) you agree to when you download software from the Oracle Technology Network (OTN) does state that you're not allowed to disclose benchmarks. You may not: > - disclose results of any program benchmark tests without our prior consent. I sadly suspect that…

> any program benchmark tests Don't think installation size or length of time taken to set up the program really qualify as a "program benchmark test", so he should be fine

Why not? Installation time and disk size are two values that may be important for some customers, and measuring those might therefore be considered benchmarks.

Re: Oracle vs. PostgreSQL – A Comment

#38

That's not a very useful comparison. Databases are made to execute queries, not to install them. The only useful metric is performance and features (and price, of course). Sure, Oracle is bloated and pain to manage, but if it works faster, provides unique features and costs less in the end, people will use it.

> That's not a very useful comparison. Databases are made to execute queries, not to install them. The only useful metric is performance and features (and price, of course). Sure, Oracle is bloated and pain to manage, but if it works faster, provides unique features and costs less in the end, people will use it.

Initial installation may not matter much but long maintenance windows directly lead to higher costs. If every patch requires a 60-90 minute downtime, you're going to pay for that in production deploy time.

Re: Oracle vs. PostgreSQL – A Comment

#39

It has been known for DECADES that Oracle is outrageously expensive compared to the competition. But the unwillingness of larger companies to go with open-source databases which have no multi-billion dollar company behind them has kept Oracle in the saddle all these years.

That, and a huge ERP thing.

Re: Oracle vs. PostgreSQL – A Comment

#40

Honest question, what is that with former Oracle clients and SUSE LInux? Did the Novell ownership make it similar/alternative to Oracle stuff? Or is it just that it was the first linux with a paid support option and those folks likely used it earlier because of this? Asking for people that actually use openSUSE today, not other pundits with baseless hypothesis like myself :)

SUSE is reasonably popular (it's to Europe as Red Hat is to the USA, if I understand right), and SLES is (like openSUSE) RPM-compatible, making it reasonably friendly to large enterprise software packages (like, say, Oracle DB). I'd expect most people using Oracle DB to be doing so on either SLES or RHEL (or some derivative of the latter, like Oracle Linux).
Post reply on HN