Earlier quoted context omitted.
If all you do is deploying to Linux VMs, it'll be very hard to lock you in. If you depend on their proprietary software, you deserve what you get.
...And I suspect that if you deploy on them, they try their damned hardest to ensure that you depend on their exclusive cloud software. And to minimize data export options as much as possible.
Oracle is gunning for AWS with new infrastructure offering
81–90 of 166 posts
Re: Oracle is gunning for AWS with new infrastructure offering
#82Re: Oracle is gunning for AWS with new infrastructure offering
#83This must be what the nebula team was a used for.
Nimbula, yes. It's so very bad. Oracle's IaaS cloud is a Potemkin village.
http://www.businessinsider.com/oracle-hires-nebula-employees...
Re: Oracle is gunning for AWS with new infrastructure offering
#84Amazon and other large players have made fundamental innovations in how they construct custom X86 servers, Virtual servers & custom layer 2/3 networks at large scale. They don't just rack together Dell/HP servers & connect them with Cisco switches/routers, then slap a webui on top of it. That would just be putting lipstick on a pig. It doesn't matter if its a large pig with 64 Cpu cores.
Re: Oracle is gunning for AWS with new infrastructure offering
#85Earlier quoted context omitted.
If it could get into all the industries, Oracle would literally be Mr. Robot's ECorp.
Or, you know, Cyberdyne Systems - the creators of SkyNet: http://www.businessinsider.com/terminator-genisys-cyberdyne-...
Re: Oracle is gunning for AWS with new infrastructure offering
#86They offer quite an extraordinary breadth of managed services, whether it be queuing/messaging/Notifications (Kinesis, SQS, SNS), to databases (RDS, Aurora, Redshift), cluster based computing (EMR), object storage (S3), quite fine grained access control (IAM), monitoring (cloudwatch), infrastructure as code (cloudformation)....
The list goes on, I don't see this Oracle offering much more than just being a bit of a cheaper version of EC2
Re: Oracle is gunning for AWS with new infrastructure offering
#87Earlier quoted context omitted.
Good that it was possible for CIO throw away Oracle dependency just like that. Normally Oracle replacement with alternatives in big companies would be in order of decade not months or years. In those kind of places Oracle people would treat these threats as routine business discussion.
The reason for this is the way in which the db is embedded throughout the organisation. Many years of dev being done on oracle specific technologies with business logic tied up in things like plsql procs. Organisations do not realise the risk they face with closed source software. You are basically at the mercy of your vendor. I believe any a CTO/CIO worth their salt would require motivation on why to use proprietary…
As an engineer, I like to think of this primarily social problem like trying to focus a huge, distributed system architecture upon as few languages and platforms as possible. With most enterprises having grown through dozens, maybe hundreds of mergers they have a huge zoo of different stuff to support culturally. You could try integration approaches like message buses and such, but there's a lot of people overhead involved there and it gets really ugly when everyone disagrees upon the message bus (and in sufficiently large groups, conflict is inevitable).
Re: Oracle is gunning for AWS with new infrastructure offering
#88Re: Oracle is gunning for AWS with new infrastructure offering
#89Earlier quoted context omitted.
What is 'Generation 2' using then? Oracle VM Manager? Enterprise Manager? A handful of bash scripts for Exalogic provisioning? Puppet and Mcollective?
From last year: http://www.businessinsider.com/oracle-has-special-team-worki... Basically, this is a new product from a new team comprised of a bunch of ex-Amazon engineers in Seattle, among others.
"..Oracle has been using very aggressive tactics to sell its current cloud platform. The company's sales team has resorted to the "nuclear option" of threatening a costly and expensive audit of other Oracle software products, then offering to skip the audit if the customer agrees to add cloud services."
This will work well for them.
Re: Oracle is gunning for AWS with new infrastructure offering
#90Earlier quoted context omitted.
The reason for this is the way in which the db is embedded throughout the organisation. Many years of dev being done on oracle specific technologies with business logic tied up in things like plsql procs. Organisations do not realise the risk they face with closed source software. You are basically at the mercy of your vendor. I believe any a CTO/CIO worth their salt would require motivation on why to use proprietary…
There's a trade-off being made by picking proprietary software vs. open source and it's entirely about control, strange as it might sound. A good CTO/CIO has some measure of power over their vendors and can boss them around a bit like they're an employee. If the primary account manager is golf buddies with him, endangering the relationship with arm-twisting on either part isn't just business it's personal and can be…
Really if your worried about becoming attached to a particular technology, you should choose from the beginning to build a heterogeneous environment, and require all your in house development to adhere. In the beginning it might be painful to assure that your software stack runs on two different databases/OSs/ec, but once the abstractions are built up it will likely result in a more stable environment, and ease porting to a third should one of your original choices die.