Once had Optimum (the ISP) do this to a business I was working with. Just yeeted all their emails account and their contents and all backups thereof one day. Declared it was because no user on the account was accessing their email via the webmail system so all the email was nuked for inactivity. IMAP and POP do not count, apparently.
Short version, do not use Optimum unless they are the only option, and if they are the only option seriously consider moving to fix that.
If one copy of all of your data is deleted, you should be able to recover it.
Maintain three copies of your data: This includes the original data and at least two copies.
Use two different types of media for storage: Store your data on two distinct forms of media to enhance redundancy.
Keep at least one copy off-site: To ensure data safety, have one backup copy stored in an off-site location, separate from your primary data and on-site backups.
Someone that was following best practices would have regularly made a copy of their data and stored it somewhere that doesn't depend on anything Oracle does, since I'd consider depending on Oracle to store all of your data to be storing all your data at one site.
As someone who had that misfortune to work woth their products, this tracks just great. Honestly. I've used their Apex and SQL developer. Both of them are unintuitive to use, inconsistent, lacking features, and just a complete resource hogs in their own ways. Makes me wonder how they are still keeping themselves afloat, considering the abhorrent state and quality their products are.
Oh god, Apex. I was trying to enjoy my morning. Unintuitive isn't even the right way to describe it. It has to be the most complicated way to build an application and that's just sticking with the templates. Even knowing what I would need to change would require guess work and 5 minutes of hunting to find the action that may not even work
I sincerely despise how it hides the primary keys of a table when creating a interactive grid with a form subpage for entering new data, I have to unhide the primary key twice, on two different places. I know it does that for the master details as well, and I think it does the same for reports as well. Like, come on! It's so infuriating how much time i have to waste just changing the primary key to be visible. Won't even gonna mention how much it's necessary to scroll to change a field to a dropdown list. The RESTful services are at least somewhat straightforward. Really like when it gives me "Under unscheduled maintenance" and then I gotta figure if it's my SQL or they being down for real... Also for some reason, all of Oracle's pages just take foooreever to load on my network. It's not my router, it's not my connection, since all other websites just load fine...
In both cases, I was using Oracle products for seminar projects. Specifically for Apex, I had to make a simple database with 15 tables, and visualise all of them in the Apex as a page. I am empathetic to anyone who has to use either in a production environment on a real project...
I recall My company at the time was getting free rehosting pro serve and 6 months active credit. Heavy oracle rac shop. Now, 6 years on they are stuck. I offered to migrate them off oracle but the CEO likes oracle. Down with the ship, I guess.
Ancient service contracts with companies who wouldn't be able to afford migrating to a new ecosystem. That's all that's keeping most of these older tech companies afloat.
I am moderately surprised that this didn’t have anything to do with Trump or Elon Musk. I was pretty curious what activist organization Erik Uden ran. But, the punchline wasn’t that, and was in the Mastodon replies.
Interestingly, two days before Oracle deleted my account and all servers associated with it, I publicly criticized Oracle's CEO in a viral post for promising dystopian AI surveillance technology to his investors.
Sounds about right for Oracle. I worked for a company that got bought by Oracle, and the support ticketing system we used was owned by Salesforce. Now, Larry Ellison hates Salesforce. So everyone was told to eliminate use of all Salesforce software.
Only problem was the Oracle software they wanted me to switch to - Service Center - was terrible. It was designed for massive call centers, not my team of five. It had almost zero automation, and the UX was circa 1985.
So I had a meeting with the Service Center team to go over my concerns. One feature I needed was an autocomplete field for ticket macros. This let us quickly process messages in our workflow. And it was just an autocomplete field, something I'd built myself dozens of times.
The Service Center folks acted like they'd never seen anything like that. They said it would take a year to add that feature to their product, but management still said I had to switch. So my boss, who had my back, got it thrown up the chain of command at Oracle. And then again. And again.
After a year and a half of this, averaging about a meeting a quarter, I finally got on the phone with an EVP who asked a very good question: "How much is this costing us per year?"
"$5,000" I said
"Why are you wasting my time with this?" she said
"Good question" I said.
I ended up getting to keep my ticketing software. I don't know if Service Center has autocomplete fields yet.
There's a really good chance it IS coincidence. Oracle Cloud has a history of straight up deleting "always free" tier VMs and data in Oracle Cloud. This has been going on for years.
I think the Oracle CEO was the original CEO asshole before the current batch became the new big thing. No that it means that he's actually deleting accounts left and right, but he's been a dick before it was cool.
It's the problem with their "always free" virtual machines. Use too much, and they delete it for abuse. Use just a little, and they delete it for inactivity.
Those aren't free because Oracle is benevolent, but simply because probably they had a contract with Ampere to purchase millions of those arm server CPUs and they have vacancy
They're "free" in the hope that they will catch a whale: someone gets used to their infrastructure with a test, then spin more paid virtual machines
If in a specific datacenter, suddenly a whale is asking more resources, the free ones are getting the cut
On the one hand, sure, oracle rep could have handled it better
But on the other hand...
The TOS do say you are only eligible to sign up once
Now, on the not telling you the reason why the shutoff happened, it's totally logical. No company will let you know what was the TOS violation to help you or others to avoid future detection and commit fraud. Anyone on IT knows this.
Not saying the guy did it, but apparently Oracle believes they did. It's the same as Google. One simple fuck up on an add in adwords and your account is screwed for life. Could be for the most innocuous of things, like a flag raised by usage patterns, or going to the extremes, a possible compromised instance got nuked preemptively
In any case always remember that the resources occupied in a free instance may and will be freed up when needed without warning.
And if stuff is THAT IMPORTANT, always go on prem , with at least two different providers for cloud services and backup
Also, read the terms of service. It's not that hard
Historically, the only thing Oracle ever made which was good was their database, and even that is only worth it beyond a certain size of dataset and number of simultaneous requests being served.
Nice try, larry.
While their database is completely decent, you cannot use it beyond certain size/performance requirements because that would require buying yet another yacht for the fucker.
I think your most demanding use of databases was in tiny environments with tiny datasets and relaxed performance metrics compared to my own experience in designing systems that include databases.
MySQL and Oracle DB are totally different beasts for totally different needs, even if they're both relational databases.
Further, the Oracle DB predates MySQL.
MySQL was created exactly because at the time there were either these massive Enterprise Class behemoth expensive databases such as Oracle DB and IBM's Db2 or stuff like Access and hacked Excel sheets being used as "databases", so there really wasn't a proper database for things like inventory systems for small and mid-sized companies - they either used Access which was a joke (didn't even had Transactions, so prone to get corrupted) or they paid a lot for licenses for the big databases which also required expensive machines to run them on.
One could say that MySQL made a lot of the modern Internet possible because it was Open Source and ran on Linux so you could for free make a dynamic website (say, a small online store) on top of a stack with it at the bottom (and Apache at the top and some custom middle layer in something things like PHP - remember that these were the 90s and Python only became popular later) on a pretty basic Linux server somewhere and that was enough until you got really big. You could do it with Oracle DB at the bottom also, but it was expensive and not really worth it unless you were serving tens or hundred of thousands or requests per minute.
That said, I agree that Oracle DB wasn't revolutionary, it just worked well with all kinds of loads, even extreme ones, as long as you knew what you were doing.
The point I was making was that the Oracle DB was the only decent product Oracle ever created, not that it was revolutionary.
Would be cool if there was a way to basically display a toot with mastadon-like formatting simply by linking it in Lemmy. Since it's all in the Fediverse it could even display the live number of likes, boosts, etc. and provide an easy link to the toot author's profile
You have my support. I don't do twitter-like feeds (never got the appeal), but absolutely love the content on Mastodon. Having that content on my Lemmy feed would be golden.
This is exactly why you don't use anything from Oracle, especially free stuff like OCP. If you think you're not going to regret it eventually, you're fucking wrong.
My much brainier than me friend was telling me about the courses he was taking to apply to Oracle. I had to break it to him how far down they've fallen, and not to expect anything working for them. He's smart, but not in the right social channels like the Fediverse to see what the real people are saying.
All of the tech people everywhere know about Oracle. You'd have to be actively avoiding the info, or be coming in from a completely different subculture at this point.
He's been so deeply invested in code itself and cloistered in Udemy courses. Trust me, I know how it sounds.
He really doesn't communicate with others in the business, which right now I think is his downfall. No connections.
He's the "no distractions and dive into paid resources" type of learner and I'm the "scour the web and find news and free resources" type of learner, but I'm easily distracted.
I use oracle always free server. It's actually some generous resources.... but yeah, It's oracle. I intentionally have a backup script run regularly for precisely this case. It's saved me $1200 in costs* so far so I'll keep freeloading until they screw me over
*based on what i was paying previously at another cloud service