I wonder if anyone here has seen any net new adoption of Oracle DBs in the last few years? It was an absolute juggernaut 10-15 years ago and has rapidly tanked their reputation and spread their business across software, services and cloud with mixed results. Is it actually still growing or just milking their stodgy enterprise customers for more money?
Amazon’s Consumer Business Turned Off Final Oracle Database
421–430 of 471 posts
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#422Here's the key difference between Oracle and AWS: - Oracle will schedule periodic audits on their customers and legally threaten them for inadvertent licensing oversights - AWS makes it a mandatory policy that all their sales folks periodically sit with their customers to help optimise and reduce their ongoing AWS Cloud costs If you are making a case that Oracle == AWS, you don't know what you are talking about. Yes,…
> AWS makes it a mandatory policy that all their sales folks periodically sit with their customers to help optimise and reduce their ongoing AWS Cloud costs Their KPIs are to reduce costs for customers but also to increase usage of AWS services to make more money. The KPIs seem to contradict each other.
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#423Amazon is a slightly annoying company that I rarely root for, but Oracle is a predatory company whose customer relations strategy seems to actively involve litigating them as a default assumption. Amazon is considered a paragon of IT, so their expulsion of Oracle is a useful tool at the CIO/CTO level of "nobody ever got fired for IBM" level of reasoning. Unfortunately, AWS is becoming the new IBM in that reasoning. G…
> Amazon is a slightly annoying company that I rarely root for, but Oracle is a predatory company Amazon and Oracle couldn't be more different in this point of view. Amazon's predatory instincts are pointed inwards and downwards, towards employees and vendors, while being mostly great towards the customer. Everything from their warehouse workers with timers, the crying software engineers and all other things I hear a…
I know you only said "mostly", but I find their product comingling to be very bad for the consumer and products in general on Amazon.com seem to be a lot worse now. If we're specifically talking about AWS, I'm not anti-AWS and do use them, but lets be honest here: they are very expensive, especially for bandwidth, and their pricing models are definitely not consumer friendly. I find it very hard to determine ahead of time how much my bill will be.
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#424Earlier quoted context omitted.
It's the same way with my company. In the rare situation I see my employer mentioned on HN, I can't even bother reading the comment. It's all so overwhelmingly negative. Not just on the management, but on the employees as well. HN's perception of the company who signs my paychecks is so wildly different from my own perspective as an employee there that I have a hard time believing anyone on HN who talks about a negat…
HN isn’t even bad as far as Internet forums go, but the longer you work in the field, the more and more obvious it becomes that Internet forums are generally full of shit.
People can rationalize a whole lot when it's their lifeblood.
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#425Earlier quoted context omitted.
Using SQL Server exclusively has given me a Never-Oracle mindset. Some of these differences sound insane. and > any functions in the order by clause must be moved to the select statement (e.g. order by lower(column_name)) I'd pull the hair outta my head
My top 1 is this one: > Oracle: uses IS NULL to check for empty string; in postgres, empty string and null are different Any programmer who doesn’t distinguish NULL and "" has not passed the 2-year experience. Being generous. How did this make it to production?
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#426Earlier quoted context omitted.
> Amazon's predatory instincts are pointed inwards and downwards, towards employees and vendors... the crying software engineers and all other things I hear about them are about running an internally facing extraction economy... The squeeze is being put on those who draw a paycheck (or at least, a profit) from Amazon I know 10+ software engineers at Amazon, including people in their early 30s making close to half-a-m…
I know 10+ software engineers at Amazon, including people in their early 30s making close to half-a-million in yearly income What do these people do?
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#427Earlier quoted context omitted.
Fully MySQL/PostgreSQL-compatible DBMS with automatic failover across AZs so you get upgrades all the time, fully managed, without ever having downtime. It's really good. Access management can be through IAM. Like, Google Cloud SQL has 5 minutes of planned downtime every month by design, in comparison, or something.
I don’t believe this is accurate - Aurora has maintenance windows: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide...
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#428Here's the key difference between Oracle and AWS: - Oracle will schedule periodic audits on their customers and legally threaten them for inadvertent licensing oversights - AWS makes it a mandatory policy that all their sales folks periodically sit with their customers to help optimise and reduce their ongoing AWS Cloud costs If you are making a case that Oracle == AWS, you don't know what you are talking about. Yes,…
> AWS makes it a mandatory policy that all their sales folks periodically sit with their customers to help optimise and reduce their ongoing AWS Cloud costs Their KPIs are to reduce costs for customers but also to increase usage of AWS services to make more money. The KPIs seem to contradict each other.
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#429Earlier quoted context omitted.
How do you develop and debug triggers?
I'm not sure what you mean. Triggers are developed and debugged in Postgres the same as in Oracle.
No secret, that with oracle you have few full-blown IDEs where you can literally step by step execute triggers, write unit tests for them etc.
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#430I wonder if anyone here has seen any net new adoption of Oracle DBs in the last few years? It was an absolute juggernaut 10-15 years ago and has rapidly tanked their reputation and spread their business across software, services and cloud with mixed results. Is it actually still growing or just milking their stodgy enterprise customers for more money?
We started a new SaaS company last year. We use Java + Oracle from the get go. Last company was very reliant on Oracle, we ran the entire business on a single Oracle instance for a couple of decades. We had our share of adventures, but over the years never lost a minute's worth of data despite server, hard drive and other issues. We've also had a few scary performance problems, but have always been able to tune the D…
Yet.