Oracle To Finish Linux Makeover This Year
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.'"
This prompts me to ask the above question whitch I have been asking in several other places.
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.
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?
Is it my imagination, or is there actually a reasonable migration to linux underway ?
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).
[ Monday is a terrible way to spend one seventh of your life. ]
Oracle isn't alone in embracing the open-source movement. Oracle are not alone, from the article: Dell is switching internal servers to Linux, while Novell is dropping Windows in favor of its own Linux desktop software for PCs.
Also various governments around the world have rejected Windows for Linux lately, the tide is turning.
Do you need a website upgrade?
This is the natural thing to do. Oracle started out on VMS and Unix type systems, and departed later into Windows. Since they ported their install process to Java between 8.1.6 and 8.1.7, and with their moves into the Application Server arena, it is clear that they have platform transparency in mind. Coupled with the fact that Unix is the dominant server platform, and Linux is a decent form of free Unix, this is a good move.
I stole this
Does this mean Oracle's web-based apps will finally be fully operational under Mozilla? It is incredibly frustrating to have to fire up Internet Explorer to manage some part of Oracle (9iAS management console for example).
sPh
Sounds identical to the NSPR (Netscape Portable Runtime) that Mozilla et al use to abstract away the underlying Operating System. Surely in this case new features exist immediately on all NSPR platforms.
Rich
Since Oracle itself is transforming to Linux, may be installing Oracle Server on a Linux box will become easy. It took me 3 days to figure out how to install and configure Oracle on my Linux box.
from the article
...
Windows is the most widely used server operating system;
Striving to be common....
Striving to be common...
Switching the programming staff from Solaris to Linux is no big deal. I'd be much more interested to hear what Oracle is doing with the PHBs, secretaries, marketers and other non-technical staff. I bet they're still on Windows.
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.
Mostly correct. However, be aware that Oracle are working on Linux and Linux-related projects.
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.
honestly say, this is a problem of linux and glibc and not of Oracle. One of the imprortant features in Solaris is compatibility - one could run a binary from 2.4 on 9. Try that with Linux. This is another issue, that stops Linux from being accepted in the enterprise world.
Oracle developers will be working on Oracle software.
The Oracle guys will also be working on the kernel (mainly memory management. IO and file systems OCFS) with leading linux distros (read redhat) to produce a better kernel for the database, hence redhat advanced server.
If you are running oracle on redhat (Linux) advanced server you can get direct support for linux (as well as the traditional database/oracle software questions) from the oracle helpdesk and metalink. That is of course if you have paid you maintaince fee
It said "windows 98 or better" so I installed Linux
So will they keep their SUN boxes but install Linux on them, or will they buy new PCs for all employees?
Installed the Bubblemon yet?
You've oversimplified things by just saying Oracle is fast. If given the right hardware, query time outweighs connection time, and the databases are extremely huge, Oracle performs well. Otherwise, it's too resource intensive to use reasonably
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 would not go near.
Newer Oracles are even better: 9 was a big step forward. Not resource intensive at all. I have Oracle 10 on a 256MB 2GHz AMD and it runs like a dream; just as fast as MySQL, even with lots of lightweight queries. Its not using that much of the memory - I have heavyweight Java IDEs running at the same time.
Older oracles did indeed try and be resource hogs. The trick with those is to install what you need and no more, and go into the resource specifications during setup (memory and disk use) and simply tell them to cut back.
I have been running Oracle 8 in 128MB on Solaris for years. If you are having trouble in 1GB, something is wrong.