Live data from Hacker News

Oracle’s Cloudy Future

stratechery.com

61–70 of 154 posts

Re: Oracle’s Cloudy Future

#61
post #3

I am happy Oracle is losing this battle (edit: or at least feeling the heat), one sort of personal reason is that they have killed/crippled many open source projects. Other reason, they are gaining money mainly because there are enough fools around running big corps, who can conveniently pass the buck if something goes wrong. Similar is true for MS too. But if you really want to see your money well spent, Oracle is n…

[deleted]

Re: Oracle’s Cloudy Future

#62

A genuine question: If you have worked with any fortune 500/1000 companies (Lets pick non software based companies) either directly or if they are your customers, how many of them use Oracle database or SQL Server? Some of the reasons why this trend WILL continue: 1. Critical software like databases needs support. To the point where there should be someone who can come on premise to fix things. 2. We need to use X be…

You missed one critical situation: "You must use X because this required / desired product uses X as a backend". Thus, I pay Oracle every year because some Software Developer used it in a product.

Re: Oracle’s Cloudy Future

#63
post #58
post #35

Earlier quoted context omitted.

I work for a Fortune 1000, and we have production DB2, Oracle, SQL Server, PostgreSQL, MySQL, Access, and an old IBM mini computer...

wow, you need some architectural discipline there. Postgres and mysql: what was the reasoning behind that?

We've acquired many companies over the years.

Re: Oracle’s Cloudy Future

#64
post #3

I am happy Oracle is losing this battle (edit: or at least feeling the heat), one sort of personal reason is that they have killed/crippled many open source projects. Other reason, they are gaining money mainly because there are enough fools around running big corps, who can conveniently pass the buck if something goes wrong. Similar is true for MS too. But if you really want to see your money well spent, Oracle is n…

"Other reason, they are gaining money mainly because there are enough fools around running big corps, who can conveniently pass the buck if something goes wrong. Similar is true for MS too." - Is there any source to justify this comment ?

Re: Oracle’s Cloudy Future

#65

This is a wonderful explanation of the original rationale for relational databases. Periodically poeple re-invent IMS' hierarchical design only to rediscover why relations are important. MongoDB's "document database" is a current example.

Actually, I just got a little training on IMS last week, and I have to say, IMS should be reinvented. But not for its weaknesses (hierarchy), but for its strengths (speed).

The idea that the application program gets a compiled representation of the exact data pointers that are in the database, and those data pointers optimized for the problem, is very sound, IMHO. IMS is very close to the metal, at the expense of flexibility, and that's how it should be reinvented.

Re: Oracle’s Cloudy Future

#67
post #23

Earlier quoted context omitted.

> why Oracle is trying to take on Amazon, despite being years late to the party. I believe it's a defensive move Ellison is all about the money. When "the cloud" started, he quietly bankrolled a bunch of companies spearheading the space, so he didn't have to risk his cash-cow. Once the space was proven, he's steered the whole company - and he didn't do it yesterday, he's done it about 6 years ago. You're seeing resul…

Oracle selling higher-end products as a service makes total sense, and I agree, the subscription model has potential to make them a good deal of money. What I'm getting at, however, is why are they so aggressively taking on Amazon in the IaaS space? That's the part which doesn't make sense on the surface--they show up late and then attempt to compete on price. Since when has Oracle competed on price? The conclusion I…

There's another thing that is specific to IaaS: auditability. Part and parcel of Oracle's business model is sending goons to count your servers running this or that appserver, and invariably telling you are not paying enough in licenses. A serious cloud-based architecture that can scale up and down at will (which is what you would deploy on AWS) is fundamentally non-auditable, because it can be scaled down to minimal levels when auditors land. But if you're running on Oracle's servers...

Re: Oracle’s Cloudy Future

#68
post #44

A genuine question: If you have worked with any fortune 500/1000 companies (Lets pick non software based companies) either directly or if they are your customers, how many of them use Oracle database or SQL Server? Some of the reasons why this trend WILL continue: 1. Critical software like databases needs support. To the point where there should be someone who can come on premise to fix things. 2. We need to use X be…

We use Oracle. When starting a new project you are told to use Oracle because that is strategic plan of the company. There are teams of Oracle specialists in house that assist us. There are Sybase, SQL Server apps around but would ideally be migrated. I think its probably time to move off to a free open source platform like PostGres, esp for non critical apps. Don't underestimate the power of corporate support. I had…

This! Enterprise DB vendors like Oracle will send a team of engineers to your site and work with you until the problem is solved. For IT managers, knowing they can rely on this level of commitment is something they will happily pay for.

Re: Oracle’s Cloudy Future

#69
post #28
post #10

Earlier quoted context omitted.

For many people in IT, generally not the Hacker News crowd, but the guys in the trenches of [insert corporation name here] with ops in many countries, The Money is NOT really the important thing. Risk mitigation by having a passthrough to the big IT vendors is what they are paying for specifically. I work in the IT consulting / business research space. In our surveys, "vendor viability" is a frequent concern, and the…

Well, thing is, Open Source is changing that proposition. As long as you're prepared to be conservative in your choices, something like Debian + Apache + OSS programming language will likely be around 20-40 years from now. When is the last time an OSS programming language that took off actually died? For example, even though it's not as popular Perl 5 is still used professionally in many environments and as far as I…

A lot of large U.S. organizations wont use software they cant buy support for. So, you can use RedHat and buy support. When you create software, your developers are going to use all kinds of tools, libraries, etc. and depending on the policies of the organization they are going to want to manage that risk. For example, if you're a bank and the devs who make your mobile app use some random authentication library that later turns out to have major security issues- the bank wants to have support for fixing the problem immediately. And, they want to know who they sue to recover the money they lost due to the security issues.

This is certainly a cultural thing. In some organizations (and even the governments of other countries) open source is well regarded and sometimes required. These organizations realize that a strong trusted community around an open source project is usually good enough- especially when you invest in good employees.

Re: Oracle’s Cloudy Future

#70
post #65

This is a wonderful explanation of the original rationale for relational databases. Periodically poeple re-invent IMS' hierarchical design only to rediscover why relations are important. MongoDB's "document database" is a current example.

Actually, I just got a little training on IMS last week, and I have to say, IMS should be reinvented. But not for its weaknesses (hierarchy), but for its strengths (speed). The idea that the application program gets a compiled representation of the exact data pointers that are in the database, and those data pointers optimized for the problem, is very sound, IMHO. IMS is very close to the metal, at the expense of fle…

There is definitely a place for that.
Post reply on HN