Oracle To Finish Linux Makeover This Year 299
An anonymous reader writes "According to a CNET News article: 'Oracle will finish switching its 9,000-person in-house programming staff to Linux by the end of 2004, the database powerhouse said Wednesday. In October, the company finished the Linux transition for the 5,000 programmers of its Oracle Applications software. Now the transformation has begun for those who work on the database product, said Wim Coekaerts, director of Linux engineering, in an interview at the CeBit trade show in New York.'"
Anyone using Linux/Oracle on standard PC (Score:5, Interesting)
Was wondering what the potential was for using Linux on fairly standard PC hardware to run an Oracle server. Is anyone actually using one in a
production set up and if so what number of users/size of database/applications are they using.
What I was thinking was something like fairly standard main board (i.e. gigabyte/Abit) Inter/AMD 2000 (possibly dual) with 1-2GB memory (or even
less) and Serial-ATA (or possibly IDE RAID) disk.
I guess my question is can oracle be run on a sub 1000 system for real world applications in SME?
your general experiences/feeling (based on real world rather than theory) would be interesting.
Re:Anyone using Linux/Oracle on standard PC (Score:5, Informative)
Re:Anyone using Linux/Oracle on standard PC (Score:2, Informative)
As for the licencing fees, according to oraclestore.oracle.com, Oracle Standard Edition One costs USD 999 per processor per year. It is perfec
Re:Anyone using Linux/Oracle on standard PC (Score:3, Informative)
The cost of licensing Oracle for development purposes is 0$. You only pay licenses for a production instance.
Re:Anyone using Linux/Oracle on standard PC (Score:5, Informative)
going to get.
At my office there's a Pentium 3 with 512 MB
of RAM running just fine with Oracle 9i on Redhat 8 for a small intranet site (about 60 users).
Re:Anyone using Linux/Oracle on standard PC (Score:5, Funny)
wow! do you also drive to the corner store in a space shuttle?
Re:only old Linux Distros currently supported (Score:3, Informative)
Ask anyone who has installed Oracle 8i or 9i on it's officially supported distro versions how easy and fun it is to get Oracle to install.
Applying patches to the _installer_ and hacking up scripts, screwing with compat libraries and the LD_* series of environment variables just to get the installer to run is not my idea of "supported".
Re:Anyone using Linux/Oracle on standard PC (Score:5, Insightful)
Putting Oracle on a low-end box is like putting a $3000 stereo system in a Yugo.
Totally off topic but... (Score:3, Funny)
As completely inexplicable as such things are, they do happen.
Re:Totally off topic but... (Score:4, Insightful)
Not inexplicable at all. You noticed it, and remembered it. It made an impression. Exactly what was intended.
Re:Anyone using Linux/Oracle on standard PC (Score:5, Funny)
But about the only way you'll get someone to steal your Yugo for you. Might be worth it.
This guy walks into a NAPA store and up to the parts counter where he asks, "Excuse me, can you give me a rear view mirror for my Yugo?"
The gentleman behind the counter gets a thoughful look, scrathes his a head for a moment, and replies," Yeah, sure. Why not? It sounds like a fair trade to me."
I'm not at all sure that the same would apply to a PC with Oracle on it though. A thousand dollar PC is actually good for something and you might miss it.
I think what Oracle is good for is still an open question, but at least many find it useful. Kinda like a brick is useful when you need to swat a fly. It's a crude instrument, but it gets the job done.
But I advise not using it on Windows.
KFG
Re:Anyone using Linux/Oracle on standard PC (Score:5, Informative)
Because Oracle is fast. Very, very fast. Not only is it fast, but it has serious database features. Its like putting a $30,000 engine in a Yugo.
Also, Oracle allows you use their database for development and prototyping for free. You don't need to pay for a license, or for high-end hardware to host the system, until you are ready to deploy.
Re:Anyone using Linux/Oracle on standard PC (Score:3, Informative)
Re:Anyone using Linux/Oracle on standard PC (Score:3, Interesting)
Compare DB2 or Oracle to a MySQL database... you'll find that with the exception of a "read only" database with prepared queries, the commercial DBMS's will blow MySQL away.
Re:Anyone using Linux/Oracle on standard PC (Score:3, Interesting)
Oracle has phenomenal speed, and superb query and index optimisation. Its even faster if you give it raw access to disk. The point of paying a lot for a system like Oracle is you don't sacrifice speed for atomicity. You don't just get speed, you get scalable speed.
Re:Anyone using Linux/Oracle on standard PC (Score:5, Informative)
Raw Devices
Raw devices are disk partitions or logical volumes that have not been formatted
with a file system. When you use raw devices for database file storage, Oracle
writes data directly to the partition or volume, bypassing the operating system file
system layer. For this reason, you can sometimes achieve performance gains by
using raw devices. However, because raw devices can be difficult to create and
administer, and because the performance gains over modern file systems are
minimal, Oracle recommends that you choose ASM or file system storage in
preference to raw devices.
Re:Anyone using Linux/Oracle on standard PC (Score:4, Interesting)
Scaling of clustered Oracle is linear.
Re:Anyone using Linux/Oracle on standard PC (Score:2)
Re:Anyone using Linux/Oracle on standard PC (Score:3, Informative)
Also, Oracle allows you use their database for development and prototyping for free
That is not true. Well it made be true for you and your company, depending on what deal you guys cut, but not for everyone. I just spoke to oracle sales today about getting a license for our new dev environment and they said that we would have to pay for the same license that production runs. IE to run our dev environment on a dual CPU dell 4600 with the same DB features of the enterprise edition running in production
Re:Anyone using Linux/Oracle on standard PC (Score:2)
From the oracle website:
"All software downloads are free, and each comes with a development license that allows you to use full versions of the products only while developing and prototyping your applications."
Perhaps you are working on updating an already deployed system? Sounds like it.
Re:Anyone using Linux/Oracle on standard PC (Score:2)
Absolutely, but that was not the question. It was why use Oracle on low-end hardware, not why use Oracle at all.
Re:Anyone using Linux/Oracle on standard PC (Score:3, Interesting)
Do you have to uprate the brakes, suspension, transmission, wheels, tyres and seatbelts too? How much does it cost to run? How much does it cost to service? How much are spare parts for the fancy engine?
After uprating the Yugo that much, wouldn't it have been better to buy a sportscar in the first place? One that's been designed and engineered as a balanced, integrated and tuned system to begin with?
Re:Would you like to back that up? (Score:3, Interesting)
I have found exactly the opposite: having used oracle from version 7, I have seen it run very nicely on positively archaic machines (ancient sparc systems), being robust, fast, and handling bizzare page-length SQL queries, with sub-selects and unions, that MySQL wou
Re:Anyone using Linux/Oracle on standard PC (Score:2, Interesting)
Most of the cost is the support contract anyway
As for PC hardware - generally more than adequete for running most Oracle i
Re:Anyone using Linux/Oracle on standard PC (Score:5, Informative)
We set up an unused desktop PC with a copy of Red Hat Advanced Server (P3 730Mhz, 512 Mb RAM) and it is running several databases in Oracle which compare favourably with our aging Sun boxes. What's more, because IDE drives are so cheap we got several huge disks and got reliability and speed extremely cheaply.
Well worth the try if the license cost is not a issue.
Unfortunately, Yes (Score:3, Informative)
First of all, Oracle won't install without X, which this server wasn't going to have. There is an option for a completely non-interactive install which just reads the options from a file, but the installer still won't load without X installed on the system.
So, Oracle indicated that we could install the database and then remove X afterwards and it would still work. So, we started to install it a
Re:Anyone using Linux/Oracle on standard PC (Score:2)
Oracle, like all other databases, is pretty disk intensive for non-trivial volumes of data so you'll probably want to go for SCSI rather than IDE if you can. IDE will work tho'. Running Oracle on Linux you need either Redhat AS or SuSE Enterprise Server, it requires libraries not shipped in the free download versions or the personal/desktop versions. There are work arounds but they're far from guaranteed and you need to get seriously down and dirty with the innards. Not a job for the faint of heart or t
Re:Anyone using Linux/Oracle on standard PC (Score:2)
It's my Oracle testing box and it works just fine. No extra libraries/workarounds required.
Granted it doesn't run anything except Oracle and it's slow. But who cares about that for app testing (it kinda simulates heavy load/lots of data - in a round about way)
Bob
Re:Anyone using Linux/Oracle on standard PC (Score:2, Informative)
My Question is this, what version of oracle are you going to use? IE entprise, standard etc..
The chances are that if you are only looking at sub $1000 hardware the price of an oracle license is going to kill you.
But to answer your question I have setup oracle on redhat linux on a machine that was close to your specs for a "proof of concept" It was able to handle 4k-5k transactions a day without break to much of a sweet but big DB operations (IE full exports imports, sqlldr) really killed the machi
How many programmers now? (Score:5, Interesting)
Microsoft sometimes claims that it has more full-time programmers working on Microsoft software than there are working on Linux software. If we add up IBM, Novell and Oracle, all of which have moved thousands of programmers to Linux, do we have Microsoft beat yet?
Re:How many programmers now? (Score:2, Insightful)
Re:How many programmers now? (Score:3, Funny)
Re:How many programmers now? (Score:5, Insightful)
How do they know?
Re:How many programmers now? (Score:5, Funny)
Re:How many programmers now? (Score:3, Funny)
yes, they are. Even though the red-hot shells are ejecting into their faces, they explain it away as a hardware problem.
Re:How many programmers now? (Score:2, Insightful)
Its not the quantity of programmers that's important but the quality of the programmers...
Re:How many programmers now? (Score:2, Insightful)
I'm sure MS have a ton of guys, very skilled guys working on the next version of Office to add a ton of features that no-one wants.
Oracle developers are not working on Linux (Score:5, Insightful)
Re:Oracle developers are not working on Linux (Score:2)
Quick quiz : if a programmer is using a Linux desktop, he'll be using Linux development tools. So it's most likely that the resulting programs developed by those tools will run on _________ (fill in the blank).
Hint : It's not "exclusively on Windows"
On an unrelated note, Oracle *does* employ
Re:Oracle developers are not working on Linux (Score:2, Interesting)
Re:How many programmers now? (Score:3, Interesting)
Re:How many programmers now? (Score:3, Insightful)
You mean all the companies that outsourced their development to India? The reason why its impossible to find a development job in the US so their CEOs cans have 3 airplanes. Sorry but I'll stick with Micrsoft who keeps all their platform software development in the US.
Momentum (Score:5, Interesting)
I would imagine that Oracle had a long ramp up for this.
Putting it in perspective - the next chance M$ will have to try and pull accounts back is in two years time.
What am I getting at:
If Acme Co decides to start a Linux changeover today - it could be implemented before the next OS release by MS.
My Point: The traffic is really only going to go one way for at least two years (assuming that the companies that switch now benefit from the change).
Re:Momentum (Score:5, Insightful)
Seriously - all those companies pay MS considerable sums each year in licencing fees. Now MS is effectively losing all of the key players in an important sector of US industry. That's got to hurt a bit, hasn't it?
Re:Momentum (Score:5, Insightful)
Re:Momentum (Score:5, Insightful)
This is not a major event, but it is a good straw in the wind. At the moment everybody uses Microsoft because everybody uses Microsoft. When it is obvious that not everybody uses Microsoft, people will put more thought into what they should uses - giving Linux a level playing field.
And yes, I have read that Oracle is dumping Solaris, not M$. But it is not the jumping off that matters, it is the jumping on. They are still giving more credibility, both as an employer and as a software manufacturer, to Linux).
Re:Momentum (Score:3, Interesting)
I would add that will force "windows only" hardware/retailers/web pages/application to be linux compatibile as well
Re:Momentum (Score:5, Informative)
a) Oracle moved from SUN to Linux and not from MS, so there is no loss there.
b) MS still gets licensing fees from OEMs so anytime a big company buys a few thousand Intel based workstations, MS still get a stack of cash regardless of what OS you run on them.
I honestly think the whole Intel/MS licensing thing is the biggest thing holding back Linux from gaining acceptance in the small to mid size firm (at least in the desktop market). There just isn't any financial incentive to not run MS operating systems when you get it free with every system you buy and financial reasons are the only ones that are going to persuade businesses to change.
Admittedly Linux will continue to gain market share in areas such as file and print serving where Samba is both cheaper than a Windows Server license and also performs better but MS got where it is today by having its desktop as the de-facto choice. Every chimp (manager) used it on the desktop so assumed that it was the way to go for servers.
Re:Momentum (Score:2)
If they are getting their PCs without OS or with Linux preloaded and money is still being paid to Microsoft, either Oracle or the OEM in question should take MS back into court for antitrust violations.
Re:Momentum (Score:3, Insightful)
you work in a really small shop dont you.
most corperations but windows TWICE. once on the PC they bought and once in the blanket license that guarentees that the BSA goons wont come knocking.
I know of NO corperation that is silly enough to try and maintain thousands of descreet software licenses...
Re:Momentum (Score:5, Informative)
Re:Momentum (Score:3, Informative)
So? (Score:2)
So? The point is, Oracle is sticking with Unix. In the late 1990s, the trend was to migrate from Unix to NT. Oracle has had their software available for NT for several years now, but they kept the whole ship running on Sun Solaris. Now they're moving to Linux. So... true, this isn't a "MS to Linux success story", but it is just as important... Oracle is stemming the tide and showing the world that porting and movi
Re:Momentum (Score:5, Interesting)
Small to medium size organisations are still installing a lot of Microsoft servers for in-house use. On the desktop, Linux has made virtually no impression in smaller organisations, and I think they feel more comfortable with desktops and servers based on common technology. It will be interesting to see if this changes over the next year or so.
Re:Momentum (Score:5, Interesting)
While it's true that Linux has not made many inroads on the small to medium organization desktops, it *HAS* made a huge change in the way small to medium size businesses handle server tasks. Yes, there are MANY small businesses that run dedicated Microsoft-based servers, but there may be just as many running Linux. In fact, I've seen more Linux than "Windows Server" in the small businesses I've worked with. The Internet and Internet-related protocols and standards are one reason this is even possible. Another driving force is cost savings.
From my own experience and informal polls amongst friends, I would say that the popularity ordering for internal servers in small to medium size businesses is:
1) Windows personal file sharing
2) Dedicated Windows client running as a server
tie
2) Linux/Unix based dedicated server
3) Dedicated "Windows Server" (such as Server 2003)
For large businesses, Microsoft is king. There are a few corporate giants that run Lotus, but most are MS Office + Exchange based. It's not uncommon to see an entire rack dedicated to Exchange running on a cluster of Dells serving the email and calendar needs for a 3000 employee company. Overkill? Maybe. Overpriced? Probably.
I wish Sun hadn't killed Cobalt... I knew a lot of very happy small businesses using RaQ and Qube servers for their internal servers. The big thing today seems to be Network Attached Storage, but such applicances generally lack email daemons.
Re:Momentum (Score:5, Insightful)
However, it is effectively consolidating the Unix market into more or less a single front, which makes it a more formidable opponent to Windows in the long run.
My anecdotal observation shows a slow-simmering movement to open source in general by the "proles" of the IT industry: bread-and-butter IT departments for hospitals, industrial firms, etc, who don't really care about software religion, but just want to save money over the long haul. I knew when a friend of mine told me that the CIO of his rural hospital system was looking to migrate to OpenOffice/StarOffice to save costs, a slow movement based on raw economics was underway, techie religions be damned.
These types of migrations can stay under the radar for a long time before hitting a critical mass. Watching this unfold will keep things interesting, if nothing else.
Re:Momentum (Score:2)
We'll see how ccumbersome it is but it sounds like it'll decrease security concerns.
Re:Momentum (Score:2)
Honestly? Not really.
If Slashdot reported every company that migrated from Windows 9x/NT to Windows 2000/XP then you'd find that the stories of Linux migrations will be submerged under the huge volume of Windows migrations.
Thats not to say that migrations aren't happening (they are) but lets just not get ahead of ourselves. A small number of companies are migrating, the average working Joe is still no more likely to s
Re:Momentum (Score:2)
Re:Momentum (Score:3, Interesting)
Not the year of Linux? (Score:2, Insightful)
But I guess this, along with all the other switches (like the City of Large), won't make them stop flaming Linux all day.
The tide turns (Score:5, Interesting)
Oracle isn't alone in embracing the open-source movement. Oracle are not alone, from the article: Dell is switching internal servers [slashdot.org] to Linux, while Novell is dropping Windows in favor of its own Linux desktop software [slashdot.org] for PCs.
Also various governments around the world have rejected Windows for Linux lately, the tide is turning.
Switching from Solaris, not Windows (Score:5, Informative)
This is a move FROM Sun Solaris TO Linux.
Oracle never used Windows for development because of portability issues to other OS's
Re:Switching from Solaris, not Windows (Score:2)
Ok, but I'm not sure it really matters. It's still a big win for Linux.
Personally I'd like to see Sun get purchased by Novell. Then they'd have all the peices of the jigsaw to do some really serious damage to MS.
Re:Switching from Solaris, not Windows (Score:5, Insightful)
It will be interesting to see what happens from Redmond HQ...if you cant beat em, join em?
The point is... it's not NT (Score:2)
You are correct.
BUT! Oracle stuck with Unix in general. They didn't move the whole ship, captain, and crew to NT as was common in the late 1990s. They're showing everyone that NT is not necessarily "the future" or "the only way to stay competitive" as so many other companies have said.
Get a copy of Oracle and try it out for yourself (Score:5, Informative)
Re:Get a copy of Oracle and try it out for yoursel (Score:4, Informative)
Re:Get a copy of Oracle and try it out for yoursel (Score:3, Insightful)
Re:Get a copy of Oracle and try it out for yoursel (Score:3, Informative)
Re:Get a copy of Oracle and try it out for yoursel (Score:3, Informative)
What else is there? (Score:5, Interesting)
That's great news (Score:5, Insightful)
I have developed several large applications that involve an Oracle database as one of their components, but the idea of actually having to install Oracle anywhere sends shivers down my back (and not from joy). If this keeps up I can see future work centering around PostgreSQL, just to avoid the endless hassle associated with the installation.
Really, I like Oracle a lot, but I wish they would fix the endless installation issues...
Re:That's great news (Score:4, Informative)
If you install it on the supported linux versions, the process is pretty well documented.
Going for a non-supported config will be a bit of pain, but there's information around the net with help on how to do it. Considering the level of complexity of the software, I woudn't expect otherwise.
BTW, its supported under RH ES, Suse SLES and United Linux. I've seen it installed under RH9 and some other platforms with some tweaking. Obviously, who would run a production database on unsupported OS escapes to me.
Significance (Score:5, Informative)
For those that don't know, from version 8.0 Oracle is in fact two seperate components, VOS (virtual operating system) and Oracle itself. VOS completely abstracts everything from the actual OS; Oracle programmers have their own APIs for file I/O, memory management, networking, threading, scheduling, you name it. To port Oracle to a new platform, VOS is ported, then Oracle itself compiled against the new VOS libraries.
Solaris was the primary platform, which meant that everyone developed on a Solaris box and then compiled against VOS on all platforms prior to release. This meant that inevitably useful new features went into Solaris first, but eventually they would have to be incorporated into VOS otherwise Oracle itself would fail to compile anywhere else.
So, this means that everyone gets a Linux box on their desktop, but they are still developing against VOS, and so while Oracle is pushing Linux as its platform of choice, all its other builds such as Solaris and AIX will remain current.
Re:Significance (Score:5, Interesting)
Re:Significance (Score:3, Funny)
Not such a big deal (Score:4, Insightful)
Re:Not such a big deal (Score:4, Informative)
I'm not sure I understand you here, but there seems to be a confusion between operating system and development tools. There is no such thing as a 'Solaris IDE', any more than there is a 'Linux IDE'. Sure, on most Linux distros you can choose to install GNU C++, but also you might not. The development system is 'GNU/Linux'. You can also set up 'GNU/Solaris' by downloading GNU C++ and all other GNU stuff for solaris from www.sunfreeware.com for years. You don't even need to compile - the software is packaged ready for Solaris.
Re:Not such a big deal (Score:3, Informative)
Sun produces and ships their own compiler and IDE suite called Forte. From my understanding the executables it's compiler generates are still signficantly faster then what gcc produces for the sparc platform.
I have not seen the telltale GCC strings in executables for many of the proprietary software packages I've installed and used on Solaris over the years.
Oracle apps finally support Mozilla? (Score:5, Interesting)
sPh
Re:Oracle apps finally support Mozilla? (Score:2)
This really only effects where new features in the actual database will be seen first. Instead of it being Solaris it is not Linux.
Re:Oracle apps finally support Mozilla? (Score:2)
> for a while.
Yes, I am aware of that. We have opened 45 TARs in the last 6 months against 9iAS R2. Whenever one of the web components exhibits anomalous behaviour, support's first question/suggestion is "have you tried that in Internet Explorer? We really don't support Mozilla". Which makes the whole concept of converting off the Windows platform a bit problematic, since if we had a 100% web-enabled environment (or a 100% Linux environment for that mat
Re:Oracle apps finally support Mozilla? (Score:5, Informative)
Re:Oracle apps finally support Mozilla? (Score:2)
It is a dogfood issue. Oracle claim to be working on a platform neutral universal architecture. But many of their core web-enabled apps do not work on non-IE browsers. Which means that it isn't possible to have a 100% clean non-Microsoft environment.
Good Oracle/Linux Website (Score:5, Informative)
http://www.puschitz.com/OracleOnLinux.shtml" [puschitz.com]
May be now... (Score:3, Interesting)
Re:May be now... (Score:3, Insightful)
However, I normally use about 30 minutes to install the software on my Linux box (Gentoo, not supported) and about the same time to create a database from scratch, not using the pre-seeded starter database that comes with the software.
I can understand that you spend 3 days on the install, but that is not Oracle's problem, but yours. Oracle RDBMS is one of the most complex pieces of software commercially available and you need to have a certain lkevel of Orackle knowledge in order to insta
What about the non-technical staff? (Score:5, Insightful)
Re:What about the non-technical staff? (Score:4, Interesting)
Which may be the best route. I recall when I did some time on a Mainframe in the early 90's how ludicrous it seemed to have *everyone* using the same system to do their work: from the managers, engineers, developers, and clerical workers. All of these people had totally different jobs, but they all were forced to use the same setup to get their work done. The PC/LAN revolution was still gaining speed, and I recall thinking how much more efficient this would be: the engineers could upgrade systems rapidly for their uses, while the clerical staff could use more modest equipment that was geared for their jobs, and everyone would be happy now that they didn't have to use the same black Model T.
I felt this same derision when I was given a new box with Windows XP (I'm a developer). It seems like a return to those days where everyone is forced to use the same system. The file searching in XP is horrible for my uses, because it was altered to help newbies find their documents and digicam pics. The multitasking has degraded even more since Win2K, probably because it was optimized for home users who rarely run multiple heavy-lift applications. It feels like the mainframe days all over again: let's make the newbies and engineers all use the same system. What's old is new, I suppose.
Postrgres (Score:3, Funny)
Re:Postrgres (Score:2)
Re:Postrgres (Score:3, Informative)
What Oracle on Linux Needs...... (Score:3, Informative)
Because of glibc differences, saying there should be "one binary Oracle for all Linux" is like saying there should be one binary for all of Unix. Granted, the differnces betweeen Suse, Redhat, & Debian are not quite as drastic as the differences between Solaris, HP-UX and AIX, but fact remains that you can't install Oracle compiled against Suse 8 on Fedora without jumping through some major hacks.
Oracle needs to do frequent recompiles and offer different binaries for the various versions of Suse, Redhat AS, Fedora, Debian, and whoever else they decide to support.
Re:What Oracle on Linux Needs...... (Score:3, Insightful)
I can run Windows 3.1 programs written in 1992 on me Windows XP box... try doing that with a non-trivial Linux application without recompiling.
Re:What Oracle on Linux Needs...... (Score:3, Informative)
Having been at Oracle... (Score:5, Informative)
As pointed out, this is largely a shift from development under Solaris to development under Linux. In part, Linux is more of an open-book to work with, and they'd really like to see better consistency amongst UNIXes in their feature sets and APIs with regard to what Oracle uses. Going to Linux is a statement basically saying -- "we like the Linux environment and you'd do well to make yours like it..."
That said, there are other ramifications: where some had Sun workstations, others were using mid-range PCs with Windows as sort of heavyweight graphical terminals to develop on centralized servers. There's a shift now towards having more people developing on Linux on the desktop.
Basically, Linux has proven to be a far more comfortable and flexible development and general use platform for Oracle than the previous Sun + Microsoft setup before.
The Windows developers will undoubtedly use Windows, and many people will have more than one computer on their desk, each with a different OS. Both Sun and MS are taking it on the chin in this case, but for MS it's probably more a PR/Marketing problem. For Sun, it's bound to be a revenue problem.
FWIW - I currently work for a company where 48% of the desktops runs Windows and 48% Mac (4% Linux) -- and 90% of the application use is either web-based, Java, or X11 clients where the underlying OS isn't relevelent. The cost of the OS, maintenance, etc. is really the brunt of the cost of a desktop workstation. If the 10% of OS-native apps were not absolutely crucial (or they worked with Citrix/RDP), there would be little incentive to stick with the commercial OS offerings at all. As it stands, we already give preference to vendors that offer platform-neutral solutions and have ruled out many vendors that only offer Windows-server based solutions...
I don't think any of this is particularly uncommon (at least in my industry). If you are a software vendor, you better hope that you don't get a competitor that offers a platform-neutral/multiplatform solution similar to yours -- if so, you're sunk.
SCO comment of the day :) (Score:2, Insightful)
Will they keep the SUN boxes? (Score:3, Interesting)
Replace the stupid Java-GUI install (Score:3, Insightful)
Oh, and fact that having a GUI-only installer forces you have to either have an X windows client + server or rig up a GUI server to talk to the client libraries on a server in your DMZ is just plain stupid. The place where you have (often by company policy) text-only Linux installs.
Price considerations aside, PostGreSQL is better just because you don't need to fiddle around with special install and maintenance procedures that are contrary to most companies' security policies for servers.
Oh, and they should keep up with the GLIBC versions, too.
For a company going "linux first" they're doing a pretty piss-poor job of it.