Slashdot Mirror


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.'"

299 comments

  1. Anyone using Linux/Oracle on standard PC by funkytwig · · Score: 5, Interesting

    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.

    1. Re:Anyone using Linux/Oracle on standard PC by Super_Z · · Score: 5, Informative

      Databases are usually pretty disk intensive, so I would probably go for SCSI disks. Anyway - when the hardware costs are dwarfed by the Oracle licence cost - why skimp on the hardware?

    2. Re:Anyone using Linux/Oracle on standard PC by Anonymous Coward · · Score: 5, Informative

      Sure, depending on the load the server is
      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).

    3. Re:Anyone using Linux/Oracle on standard PC by Anonymous Coward · · Score: 5, Insightful

      If you are spending the kind of money necessary to have a licensed copy of Oracle the cost of the hardware involved is not significant. You could run Oracle on low-end hardware but why? If you are going for a budget solution then use Postgre or MySQL.

      Putting Oracle on a low-end box is like putting a $3000 stereo system in a Yugo.

    4. Re:Anyone using Linux/Oracle on standard PC by Anonymous Coward · · Score: 0

      Pick your distro carefully. It's supposed to be a breeze with DeadRat, but I've never been able to get the install routine up with Slackware - and yet I even managed alsa sound and a laptop touchpad with Slack and kernel 2.6!

    5. Re:Anyone using Linux/Oracle on standard PC by Orgazmus · · Score: 0

      I would have picked up another 2gb of ram, and mounted them as a ram-disk.
      Just put the db on the ramdisk, and update/backup it to a RAID mirrored disk whenever the load is low.
      That should make it a nice and fast server without having to spend too much :)

      --
      The system had the verbosity of HTML combined with all the readability of compiled assembly viewed as bitmap images
    6. Re:Anyone using Linux/Oracle on standard PC by kfg · · Score: 5, Funny

      Putting Oracle on a low-end box is like putting a $3000 stereo system in a Yugo.

      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

    7. Re:Anyone using Linux/Oracle on standard PC by toledo · · Score: 5, Informative

      We have a sitewide license for Oracle, so the license cost wasn't an issue for the department, but hardware costs were.

      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.

    8. Re:Anyone using Linux/Oracle on standard PC by maqish · · Score: 1

      It is certainly possible to install 9i on slackware 9.1 I installed oracle 9i on slack 9.1. i only got 2 errors during installation but you can get pass by them quite easily. i know i did. do not try to install the first 9i release on slack that one will not install the latest release will.. greetings Maqish running oracle on slack 9.1 P4 1.7ghz 1GB ram (test development server)

    9. Re:Anyone using Linux/Oracle on standard PC by Xrikcus · · Score: 1

      And REALLY don't use it on windows on a 500MHz machine whilst coding in VB. Trying to use that remotely slowed me to a crawl, and I felt so sorry for the poor guy having to code on the machine itself!

    10. Re:Anyone using Linux/Oracle on standard PC by Decaff · · Score: 4, Informative

      You could run Oracle on low-end hardware but why?

      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.

    11. Re:Anyone using Linux/Oracle on standard PC by golgotha007 · · Score: 5, Funny

      ...running just fine with Oracle 9i on Redhat 8 for a small intranet site (about 60 users)

      wow! do you also drive to the corner store in a space shuttle?

    12. Re:Anyone using Linux/Oracle on standard PC by Anonymous Coward · · Score: 2, Interesting

      Oracle licenses (at least for the database) are not nearly as expensive as everyone thinks. Yes, for a large machine, they can be expensive, but Oracle Server Standard Edition is similar in price to SQL server or Sybase. Probably about $2000 for a single CPU linux box. Oracle is a complicated product, but it does have a lot of features. And I find the documentation to be very good.

      Most of the cost is the support contract anyway

      As for PC hardware - generally more than adequete for running most Oracle instances. The application design is a million times more important than the hardware (good query plans, good CBO statistics, etc)

      The number of disks is generally more important than the type, but for a large database, disks will tend to be the biggest bottleneck. These days, the disks are generally going to be in an array, connected via a Fibre Channel card. The disk array probably costs more than the oracle license.

      As a long-time Oracle consultant, I see customers always willing to spend money on more disks/cpus, but never to make relatively simple application changes (put redo logs on disks by themselves, have developers use explain plan to see what their query does, THINK about what thier data actually looks like and index appropriately -- i.e. histograms)

      FYI - I run oracle 9i and 8.1.7 on an old PC - easily can do 50,000 TpM (small transactions), probably a lot more. Just depends on what you are trying to do with it.

    13. Re:Anyone using Linux/Oracle on standard PC by pyite · · Score: 3, Informative

      Oracle is not fast. Not not fast. Speed isn't Oracle's game. Data integrity is. The point is that you sacrifice speed for things like real atomicity.

      --

      "Nature doesn't care how smart you are. You can still be wrong." - Richard Feynman

    14. Re:Anyone using Linux/Oracle on standard PC by duffbeer703 · · Score: 2, Interesting

      It's fast because basic features that you would have to code yourself in your apps are integral to the database engine.

      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.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
    15. Re:Anyone using Linux/Oracle on standard PC by stephenbooth · · Score: 1

      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 technically unskilled.

      Stephen

      --
      "Don't write down to your readers, the only people less intelligent than you can't read" - Sign on Newspaper Office Wall
    16. Re:Anyone using Linux/Oracle on standard PC by snero3 · · 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 we would have to buy the same license at the same price as the production license costs even though the dell has no where near the IO of the production machine. Hell if you want to use oracle data guard (TM) as a redunancy solution you have to buy an extra license for the backup machine even thought IT IS NOT ON!!!

      Remember oracle didn't become the second largest and richest software corp buy givening things away, they well get their $ out of you in the end

      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

      Oracle may be fast in comparision to other enterprise databases (Db2, sqlserver etc....) but for some applications/organisations it is just far to over the top. For small websites/apps the default SGA in 10g is just far to high + 90% of the features you don't need and if you haven't install it properly (IE seperate files on seperate disks 7 minium) plus tuned the schema's plus redo log groups etc it will just crawl and cause massive IO. So for some small apps and small companies oracle + DBA is just far to expensive and far to over the top to get the speed out of it. They would be far better off going mysql, sql server etc...

      --
      It said "windows 98 or better" so I installed Linux
    17. Re:Anyone using Linux/Oracle on standard PC by Decaff · · Score: 2, Interesting

      Oracle is not fast. Not not fast. Speed isn't Oracle's game. Data integrity is. The point is that you sacrifice speed for things like real atomicity.

      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.

    18. Re:Anyone using Linux/Oracle on standard PC by Decaff · · Score: 1

      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.

      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.

    19. Re:Anyone using Linux/Oracle on standard PC by Decaff · · Score: 1

      Oracle may be fast in comparision to other enterprise databases (Db2, sqlserver etc....) but for some applications/organisations it is just far to over the top.

      Absolutely, but that was not the question. It was why use Oracle on low-end hardware, not why use Oracle at all.

    20. Re:Anyone using Linux/Oracle on standard PC by adelton · · Score: 2, Informative

      Whether the database is disk intensive depends heavily on the type of applications you run on top of the database. For many Web applications, most of the operations is reading and you can have most of the data you need cached in RAM. The throughput of the database system is also heavily dependant on the way you use (or abuse) the database and its transaction manager.

      As for the licencing fees, according to oraclestore.oracle.com, Oracle Standard Edition One costs USD 999 per processor per year. It is perfectly possible to run Oracle database on stock PC hardware, making it possible to upgrade to new processor and bus speeds at a fraction of cost of more up-scale hardware.

    21. Re:Anyone using Linux/Oracle on standard PC by snero3 · · 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 machine and often took hours/days to complete even in direct mode. So short answer is if your data set is small (ie most sql's + result sets can be keep in the buffer cache/ram) and the app is transactional (not data warehouse type operation) and your concurrent user base if fairly small then yes a production oracle DB on that hardware can work just fine.

      --
      It said "windows 98 or better" so I installed Linux
    22. Re:Anyone using Linux/Oracle on standard PC by CowboyBob500 · · Score: 1

      I have Oracle 9i running on a 266MHz PC with 512Mb RAM on top of the download version of RedHat 7.3.

      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

    23. Re:Anyone using Linux/Oracle on standard PC by SoTuA · · Score: 1

      I think that the place where Oracle really shines is in product integration. PostgreSQL might provide all the capabilities of the Oracle DATABASE, but the app framework around Oracle is really, really nice. If you have the $$$, that is.

    24. Re:Anyone using Linux/Oracle on standard PC by adelton · · Score: 1

      More like a reliable SUV, I'd say. With the multithreading servers, the overhead of database connection drops significantly, and it can be further tuned down with mod_perl persistent connections.

      The biggest pain I've had with Oracle lately is their focus on graphical-only installation and configuration tools, with Java versions being rather critical factor of success.

    25. Re:Anyone using Linux/Oracle on standard PC by nelsonal · · Score: 1

      Oracle claims to be running their internal corporate database on a cluster of x86 boxes (I think they are Dell's). They also claim to have chosen it, not for cost savings--Oracle has plenty of cash, but because the cluster x86 was much faster than availible Unix systems. I had a friend running their developer edition (free download) on his PII 400 at school but it wasn't doing much more than organizing his MP3 collection (test for a database class). I think he had 256 mb of ram (and this was Windows). Oracle has free downloads for non production systems go check it out and see if it meets your needs.

      --
      Degaussing scares the bad magnetism out of the monitor and fills it with good karma.
    26. Re:Anyone using Linux/Oracle on standard PC by fuzzix · · Score: 1
      And REALLY don't use it on windows on a 500MHz machine whilst coding in VB.
      Are you that guy tearing his hair out in the cube at the other end of my office?

      *waves at you

      Coo-ee!
    27. Re:Anyone using Linux/Oracle on standard PC by adelton · · Score: 1

      Actually, non-enterprise versions of Red Hat, as well as Fedora, will do just fine. There might be some minor problems, but Google is your friend in resolving them (or ignoring bogus error messages). After you install the software, there is no problem running it in a rock-stable fashion.

    28. Re:Anyone using Linux/Oracle on standard PC by turgid · · Score: 2, Interesting
      Its like putting a $30,000 engine in a Yugo.

      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?

    29. Re:Anyone using Linux/Oracle on standard PC by stephenbooth · · Score: 1

      'Minor Problems' like it just plain doesn't work? I can only go on my own experiences of trying to run Oracle on Redhat 9 and SuSE Linux Professional 8.1 and the responses I got when I googled for solutions and asked around on various technical forums. I eventually got it working but only with some serious kludges. Then I got a hold of SLES8.1 and installed it, it worked perfectly with no kludges.

      Stephen

      --
      "Don't write down to your readers, the only people less intelligent than you can't read" - Sign on Newspaper Office Wall
    30. Re:Anyone using Linux/Oracle on standard PC by stephenbooth · · Score: 1

      I can only go on my own experiences of trying to run Oracle on Redhat 9 and SuSE Professional 8.1 and the responses I got when I googled for solutions and asked around on various technical forums. I eventually got it working but only with some serious kludges. Then I got a hold of SLES8.1 and installed it, it worked perfectly with no kludges.

      Stephen

      --
      "Don't write down to your readers, the only people less intelligent than you can't read" - Sign on Newspaper Office Wall
    31. Re:Anyone using Linux/Oracle on standard PC by adelton · · Score: 1

      By minor problems I mean having to set the LD_ASSUME_KERNEL environment variable, the problem of ins_ctx.mk, or having to touch /etc/rac_on even if you do not run RAC.

      Having installed and upgraded Oracle on multiple RH and Fedora boxes, I did not get the "plain doesn't work" result. ;-)

    32. Re:Anyone using Linux/Oracle on standard PC by CowboyBob500 · · Score: 1

      Ahhh. Using RedHat 9 was your problem. RedHat 7.3 uses the same core build as RedHat AS. That's why I used that particular downloaded distro. A bit of research beforehand was all that was needed ;-)

      Bob

    33. Re:Anyone using Linux/Oracle on standard PC by snero3 · · Score: 1

      True, It is a system that is constant development. Like I said we have production and development(new). So if you are not deploying just one app but many over a long period of time you have to have a development environment the mirrors the production which your apps are already running on. Oracle will charge you for this at the same rate your production environment is charged at.

      --
      It said "windows 98 or better" so I installed Linux
    34. Re:Anyone using Linux/Oracle on standard PC by aralin · · Score: 1
      If you are spending the kind of money necessary to have a licensed copy of Oracle the cost of the hardware involved is not significant.

      This is folk legend and its not true as most of them. The cost of hardware for server running Oracle DB used to be at least 10 to 20 times the license cost. Bringing Oracle to commodity PC hardware on Linux can bring the total cost of the system at the same level of service down significantly. Down to 20% or less of original cost.

      --
      If programs would be read like poetry, most programmers would be Vogons.
    35. Re:Anyone using Linux/Oracle on standard PC by Slugworth01 · · Score: 1
      Oracle Standard Edition One list price: $4,999 USD, from Oracle's USA price list. You can run this version on a host with up to two processors.

      Microsoft SQL Server Standard Edition price: $4,999 per processor. When looking at commerical database server packages, these prices aren't bad. $5K for Oracle on a high-end dual processor system can get quite a bit of work done.

    36. Re:Anyone using Linux/Oracle on standard PC by snero3 · · Score: 1

      bsolutely, but that was not the question. It was why use Oracle on low-end hardware, not why use Oracle at all.

      Yep understand that but you answered because oracle is fast I was merely point out that oracle is not always fast, actually if not set up right it is dead slow. I said that towards end of post. I tend to crap on sometimes so my meaning gets lost :)

      --
      It said "windows 98 or better" so I installed Linux
    37. Re:Anyone using Linux/Oracle on standard PC by chefbb · · Score: 1
      I guess my question is can oracle be run on a sub 1000 system for real world applications in SME?

      I'm sure you could get it running on sub 1k hardware, but to get the reliablility that Oracle gives, you need the hardware reliability as well. You don't get hot swappable harddrives and power supplies and large backup solutions for less than 1k, that's for sure.

    38. Re:Anyone using Linux/Oracle on standard PC by blinky · · Score: 1

      I'm running it on RH9, on a 700MHz laptop with 256Mb ram.

    39. Re:Anyone using Linux/Oracle on standard PC by bwt · · Score: 1

      What are you talking about? ACID is non-negotiable. If you have something that doesn't have atomicity it is not viable and you should not call it an RDBMS. Oracle is the fastest RDBMS by a lot for real world problems.

    40. Re:Anyone using Linux/Oracle on standard PC by ArsonSmith · · Score: 4, Informative

      Raw devices are only negligably faster, and much more of a pain in the as to actually use. from Oracle documentation:

      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.

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    41. Re:Anyone using Linux/Oracle on standard PC by Decaff · · Score: 1

      Yep understand that but you answered because oracle is fast I was merely point out that oracle is not always fast, actually if not set up right it is dead slow. I said that towards end of post. I tend to crap on sometimes so my meaning gets lost :)

      Well, you must understand I have been in IT for a very, very long time. I used to consider a 25MHz 486 fast!

      When people talk about multi-gigahertz machines (i.e. a typical home pc these days) as 'low end' it makes me feel very old and bitter :) I feel I have to defend such hardware....

    42. Re:Anyone using Linux/Oracle on standard PC by TheRealMindChild · · Score: 1

      Id start picking out the spyware from your machine then pal, because I run 2k on a 266mhz PII, and other then the disk thrashing, everything runs great... even VB.

      --

      "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
    43. Re:Anyone using Linux/Oracle on standard PC by psi · · Score: 1

      How do you get scalable speed?

      Please qualify that one to me. I personally am really tired of people trying to pass off scalable as some type of buzz word, and yet not back it up. Does it scale exponentially, logarithmically, or linear? In what respect is it scalable to? Sure, it can be REALLY fast if the quantity of hardware under the product scales exponentially, so does the cost. If you want to say something is fast, qualify it by doing a comparison between products on the same hardware setup. Oh wait, Oracle is the same people that said you couldn't do that "benchmarking".

    44. Re:Anyone using Linux/Oracle on standard PC by pyite · · Score: 1

      People on slashdot very often compare Oracle to open source offerings (many of which lack ACID). So I don't think it was very off the wall of me to compare Oracle to non-ACID DBs.

      --

      "Nature doesn't care how smart you are. You can still be wrong." - Richard Feynman

    45. Re:Anyone using Linux/Oracle on standard PC by stefanlasiewski · · Score: 1

      and Serial-ATA (or possibly IDE RAID) disk.

      Keep in mind that many low-cost products which hype "IDE RAID" are actually Software RAID using propietary drivers (Look under "RAID issues (a separate wrinkle)"). These devices often come with drivers for Windows. Linux drivers are rarely provided by the manufacturer, and you'd be better off with using Linux MD (multidisk) module support with the Kernel.

      These low cost software RAID systems really reduce the potential value, performance and convenience of a RAID setup.

      --
      "Can of worms? The can is open... the worms are everywhere."
    46. Re:Anyone using Linux/Oracle on standard PC by BrianMarshall · · Score: 2, Interesting
      Databases are usually pretty disk intensive, so I would probably go for SCSI disks. Anyway - when the hardware costs are dwarfed by the Oracle licence cost - why skimp on the hardware?

      It has been my experience, over many years, that when Oracle is working, it is compute-bound. Actually, now that I think of it, I am not sure that this is true when using IDE disks, but Oracle goes through a lot of cycles. One reason is that it gets a big block of disk to which it has very fast access but it uses cycles to encode/decode data going to/from the disk.

      I am running a $700 personal version of Oracle on a $900 box (2.4 GHz).

      --
      "When the going gets weird, the weird turn pro" -- HST
    47. Re:Anyone using Linux/Oracle on standard PC by brunson · · Score: 1


      What an idiotic statement. I ran Oracle 8i supporting 30 users on a machine that would grind to a halt trying to run Borland JBuilder.

      Besides, you can get an Oracle license for $99/yr.

      --
      09F911029D74E35BD84156C5635688C0
      Jesus loves you, I think you suck
    48. Re:Anyone using Linux/Oracle on standard PC by jedidiah · · Score: 3, Interesting

      Code your Oracle application well and you will be able to successfully exploit multiple datacenter grade servers with it. Oracle installations that exploit more than 100 cpu's for a single database are not that uncommon.

      Scaling of clustered Oracle is linear.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    49. Re:Anyone using Linux/Oracle on standard PC by jedidiah · · Score: 1

      Oracle is perfectly reliable with dodgey hardware. That's actually one of it's saving features. You can run something roughly equivalent to a contemporary PC and not need to worry about data loss.

      My first production database was v7 on a sparc pizza box. The data was safe even if uptime wasn't as good as it should have been.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    50. Re:Anyone using Linux/Oracle on standard PC by Stone316 · · Score: 1

      Yes, we have a production database running on a dual cpu P3 400 system with a couple of disks. Handles on average 350 simutaneous users but resources are rather tight and the slightest process that hogs juice will get noticed very fast. I was very surprised to find out what hardware was running this database given how important the application is. So, if windows can handle it, Linux certainly can handle load like that on old hardware. But like another poster says, the big bottle neck with databases is usually IO (and usually thats high IO caused by poorly written applications..). So, if you can, invest in some good disks and spread the load.

      --
      "Thanks to the remote control I have the attention span of a gerbil."
    51. Re:Anyone using Linux/Oracle on standard PC by M1FCJ · · Score: 1

      You must have a very relaxed attitute towards life. No hurry 'cause nowhere to go?

    52. Re:Anyone using Linux/Oracle on standard PC by M1FCJ · · Score: 1
      Hear hear. I have Oracle 9iR2 (9.2.0.2 and 9.2.0.4) running on Suse 9 FTP version and nothing but SLES8 and 9 are supported for Suse. Still works fine if you are careful and know what you are doing. Still, there is a difference between "works out of the box" and "works" but hey, I like tinkering. :)

      I have my Fedora Core 2 CDs but I haven't found any time to try it yet. :(

    53. Re:Anyone using Linux/Oracle on standard PC by M1FCJ · · Score: 1

      4-5k txns/day is nothing. You are talking about a couple of commits every minute. On a DB size over 2GB and 1000 fetch&commits/min, works fine. Even that's nothing, this test system still does a small amount of txns per second. The main limitation I had was the JMS queue I was using, Sun iMQ is single-threaded and when you have a bottle-neck, you have a bottleneck.

    54. Re:Anyone using Linux/Oracle on standard PC by M1FCJ · · Score: 1
      Suse 8 Pro, 500MHz P3 laptop, 256MB ram. Works fine as long as I don't start Tomcat and our app as well at the same time! :)

      Similarly, FC1, same laptop, different OS partition, same Oracle installation, works fine.

    55. Re:Anyone using Linux/Oracle on standard PC by FriedTurkey · · Score: 1

      Oracle licenses (at least for the database) are not nearly as expensive as everyone thinks.

      Yeah but you need to factor in the management cost of Oracle. As you stated it is a complicated product. You need some serious experience/training when managing an Oracle instance. SQL Server (no M$ fan here) is cheaper because management is dumbed down to items on a menu.

      As an Oracle consultant, I am sure you do well because developers like me need you to do the config stuff. When on a SQL server project I can just do all the config stuff myself. On an Oracle project the database is locked down for only an Oracle DBA to change. So every change involves finding the DBA. (Usually on a golf course.) This adds costs to the project.

      Yeah for a really big implementation Oracle/DB2 is the only way to go. But for so many projects it was like: "Only 20 people are using the system???" Often times it is better because they have Oracle resources and licenses already but it could've been done in less time and save time/money with maintenance costs with SQL Server or MySQL.

    56. Re:Anyone using Linux/Oracle on standard PC by snero3 · · Score: 1

      Yep 4-5k txns a day for one table is not alot but if you are updating 10-12 tables per transaction then the join time only has huge IO for the transaction.

      --
      It said "windows 98 or better" so I installed Linux
    57. Re:Anyone using Linux/Oracle on standard PC by sirsnork · · Score: 1

      He's not talking about data loos but redundancy. Presumably buying Oracle you want the thing to be solid, so using a single IDE drive and no redundant power means a single hardware failure will bring the DB down

      --

      Normal people worry me!
    58. Re:Anyone using Linux/Oracle on standard PC by Anonymous Coward · · Score: 0

      Hmm... funny, for $199/yr, you can subscribe through otn.oracle.com to get development versions of Oracle.

      When I had a cable modem, I did download Oracle 8.0 a few years ago this way, and if I could leave my dial-up on for more than 12 hrs, I would download 10g from otn also.

    59. Re:Anyone using Linux/Oracle on standard PC by bakes · · Score: 2, Informative

      Anyway - when the hardware costs are dwarfed by the Oracle licence cost - why skimp on the hardware

      The cost of licensing Oracle for development purposes is 0$. You only pay licenses for a production instance.

      --
      Ho! Haha! Guard! Turn! Parry! Dodge! Spin! Ha! Thrust!
    60. Re:Anyone using Linux/Oracle on standard PC by Xrikcus · · Score: 1

      It has to be said that you must be in no hurry to cope with that. I work with visual studio on a 500MHz box here happily though.

      What I was referring to was running Oracle on it as well, however.

    61. Re:Anyone using Linux/Oracle on standard PC by Lozzer · · Score: 1
      Its like putting a $30,000 engine in a Yugo.

      That sounds like fun until you start it for the first time, and it jumps out taking the engine block with it.

      --
      Special Relativity: The person in the other queue thinks yours is moving faster.
    62. Re:Anyone using Linux/Oracle on standard PC by jedidiah · · Score: 1

      No, if you are buying Oracle you want your data protected. Everything else is secondary.

      Redundant/reliable hardware components are nice but you never rely on just those. You use Oracle's online backup facility (which postgres lacks) or have a standby server.

      You can use Oracle to insulate yourself from the worst hardware on an average day or the best hardware on the worst day. The same goes for any serious RDBMS.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    63. Re:Anyone using Linux/Oracle on standard PC by 0racle · · Score: 1

      I think you'll find he was referring to the astronomical cost of Oracle when only for a tiny site. How on earth did you ever get accounting to sign off on that.

      --
      "I use a Mac because I'm just better than you are."
    64. Re:Anyone using Linux/Oracle on standard PC by laird · · Score: 1

      "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."

      I've used Oracle on Linux and BSD in production, and it's worked out well. While Oracle's licenses aren't cheap, it doesn't hurt to save on an NT or UNIX license (both are quite expensive if you actually pay for a real internet server license), so it's a meaningful savings. Oracle's low end licenses are actually pretty cheap (a single CPU license of Oracle database cost less than a single CPU unlimited user NT or Solaris OS license, not to mention MS SQL Server, the last time I looked). Of course, Oracle costs a ton once you start buying multi-CPU, Enterprise licenses, but with some ingenuity you can do a surprising amount with Oracle's cheapest database.

      But the real reason to run the database using Linux or BSD is consistency -- the last few years it's become standard to run your front-end servers on a free OS, and it's convenient to run the back-end on the same OS. If your team is more productive using Oracle over a free OS than a proprietary OS, it's hard to argue that you should spend the money.

      The other scenario where it makes sense to run Oracle on a free OS is at the very high end, where Oracle has some really cool looking clustering tools. If you run a 50 CPU database, you'd hate to have to buy 50 CPU's of UNIX or NT, at a few $K per CPU. (Keep in mind that the XP license you buy in stores can't legally be used to run an internet server -- it has all sorts of license restrictions).

      That being said, I certainly have nothing against running Oracle on Solaris (or Digital UNIX) -- I've done both, and been very happy with the performance and scalability. If my company goes under if the database dies, I don't mind spending money on the server OS.

    65. Re:Anyone using Linux/Oracle on standard PC by funkytwig · · Score: 1

      At the risk of starting another tangental thread on this slightly tangental thread, it should be noted that software raid is often, if not normaly, a lot faster than hardware raid. The main advantage of hardware raid is the ability to hot-swap.

  2. How many programmers now? by pubjames · · 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?

    1. Re:How many programmers now? by pmsr · · Score: 1, Insightful
      So what? They could claim the world is flat, and sure there would be someone to believe them. Some would probably even declare wars based on that "fact". But i digress.

      /Pedro

    2. Re:How many programmers now? by jimicus · · Score: 5, Insightful

      Microsoft sometimes claims that it has more full-time programmers working on Microsoft software than there are working on Linux software.

      How do they know?

    3. Re:How many programmers now? by eelke_klein · · Score: 2, Insightful

      Its not the quantity of programmers that's important but the quality of the programmers...

    4. Re:How many programmers now? by Anonymous Coward · · Score: 5, Funny

      they have hidden cameras in your house looking over your shoulder as you're typing code so they can steal it. (it's a lot faster than having to wait until you submit it). if you find out too much, they hire someone to hold a gun sideways and point it at you. (that was a couple years ago though. i'm not sure they're still hiring people to hold guns sideways.)

    5. Re:How many programmers now? by log2.0 · · Score: 1

      well, in that case you have to include all the ISV's that write software for windows...as well as all the people who work on linux programs (and there are a lot of those I would imagine).

      I dont think its clear cut like that...I dont care, linux is getting better every day :)

      --
      Can your karma go above being Excellent?
    6. Re:How many programmers now? by Anonymous Coward · · Score: 1, Interesting

      By Microsoft's numbers there are three million Visual Basic developers out there. That means that over three million people write software for the Windows platform. Like it or not, the thousands of Oracle programmers are a drop in the bucket in comparison.

    7. Re:How many programmers now? by Chainsaw+Messiah · · Score: 3, Funny
      i'm not sure they're still hiring people to hold guns sideways


      yes, they are. Even though the red-hot shells are ejecting into their faces, they explain it away as a hardware problem.

    8. Re:How many programmers now? by nado · · Score: 1

      I dont care, linux is getting better every day :)

      What would you say about other operating systems?

    9. Re:How many programmers now? by 16K+Ram+Pack · · Score: 2, Insightful
      And the project...

      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.

    10. Re:How many programmers now? by Anonymous Coward · · Score: 0

      they hire someone to hold a gun sideways and point it at you.

      That came about because of the dot-com bust. All the programers who lost their jobs coding got jobs holding guns. And holding them horizontal vice vertical is much easier on the carpal tunnel.

    11. Re:How many programmers now? by AKnightCowboy · · Score: 1
      if you find out too much, they hire someone to hold a gun sideways and point it at you.

      Then they spraypaint your walls with racist grafitti after they kill you to make it look like some street thugs broke in. They were really only pissed at you because you didn't accept their offer to come work for them on their satellite network that can broadcast to any device. Thankfully your friend avenges your death by finding the secret console for this evil satellite network in the day care center of all places! How evil is that!?

      As for the holding the gun sideways thing.. I'm pretty sure that increases the stopping power. Sort of like adding bigger tailpipes to a Honda Civic. It LOOKS more powerful so it must be.

    12. Re:How many programmers now? by BlackHawk-666 · · Score: 2, Interesting

      I seem to recall reading they have(had) about 1500 people coding Win 2000 (NT?) and even more involved in the testing of it. With Linux, there are just a few hundred kernel developers, and they have managed to build an OS every bit as good and better than Windows. I guess the figures would become closer if you counted the Apache, KDE/GNOME teams, since Windows has this sort of functionality. If you counted all the people who work on a Linux distro or the software bundled in it then I'm pretty confident we way outnumber the MS crew now.

      --
      All those moments will be lost in time, like tears in rain.
    13. Re:How many programmers now? by XryanX · · Score: 3, Funny

      Some people already believe it, but I'm not sure that Gates & Co. have anything to do with it.

    14. Re:How many programmers now? by Anonymous Coward · · Score: 0

      They are getting more DRM every day. :-(

      (Well, ok not the other Free ones.)

    15. Re:How many programmers now? by Anonymous Coward · · Score: 0

      Add a few thousands from SAP...

    16. Re:How many programmers now? by ad0gg · · Score: 2, Insightful
      up IBM, Novell and Oracle

      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.

      --

      Have you ever been to a turkish prison?

    17. Re:How many programmers now? by CameronGary · · Score: 1

      I was with you until you said Microsoft keeps it's development in the U.S. Why do you think Windows 2000 was codenamed Cairo ? Part of the development was done overseas, somewhere in the Middle East.

    18. Re:How many programmers now? by ad0gg · · Score: 1

      I wasn't aware of that, do you have an urls for this? Everything I've read is that micrsoft outsourced its Customer Support and its internal application development. But anyway, my major concern is that if we keep supporting companies that outsource, its going to be a grim future for software development in the US. CEO's of the companies doing this tactic keep saying, "US workforce just needs to retrain", what am I suppose to retrain for? Flipping burgers? Cutting lawns? I'm so glad that they can afford 3 plane, yet lay off all their US developers, so they can maybe afford another 3 more. But jokes on them when countries we outsource all of to development realize they don't need high priced american executives.

      --

      Have you ever been to a turkish prison?

    19. Re:How many programmers now? by samhalliday · · Score: 1
      Microsoft sometimes claims that it has more full-time programmers working on Microsoft software than there are working on Linux software

      well, of course they do! linux is just the kernel, not the entire operating system.

      if they claimed they had more programmers than all those doing free software, then i'd question them.

    20. Re:How many programmers now? by aardwolf204 · · Score: 1

      Anti-Trust incase anyone is wondering

      Pretty bad hacker movie, but not as bad as The Net.

      --
      Im dreaming ofa big bndwdth, That can resist the /.crowd.May ur days b merry & bright & may al
    21. Re:How many programmers now? by Anonymous Coward · · Score: 0

      No joke, this really happens. There's even a documentary on the subject. Posting AC so they don't find me...

    22. Re:How many programmers now? by Minna+Kirai · · Score: 1

      As for the holding the gun sideways thing.. I'm pretty sure that increases the stopping power.

      It's so that the empty shells fly downward, instead of to the left. If you have a friend next to you who doesn't want brass in his face, or if you plan to sweep up afterwards, then try a sideways grip.

    23. Re:How many programmers now? by plj · · Score: 1

      Come on.

      With what OS they'd run the system capable of processing all that video data? Windows?

      --
      “Wait for Hurd if you want something real” –Linus
    24. Re:How many programmers now? by dotz · · Score: 1

      That's not "stealing the code", that's "following you" tactic from http://www.extremeprogramming.com ;)

    25. Re:How many programmers now? by hayden · · Score: 1
      How do they know?
      Why do you think Oracle is switching to linux?
      --
      Nerd: Derogatory term typically directed at anybody with a lower Slashdot ID than you.
    26. Re:How many programmers now? by harikiri · · Score: 1

      I think you've watched Antitrust a few too many times... ;)

      --
      Man watching 6 MSCE's around a sun box, looks alot like the opening scene's of 2001:space odyssey...
    27. Re:How many programmers now? by Anonymous Coward · · Score: 0

      actually, i only saw it once. and i paid to see it in a movie theater (back when i had a job). and i actually told other people it was good. now you know my terrible secret. why i must post AC. and why no one pays me enough anymore to afford that fabulous apartment i used to inhabit. i'm many miles from there now. only in the bay area in the late '90s could someone like me get a job... and to think we believed that we deserved those inflated salaries for being smart...

  3. Momentum by johnhennessy · · Score: 5, Interesting

    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. ]
    1. Re:Momentum by pubjames · · Score: 4, Insightful

      An interesting question is, how much revenue is MS going to lose as a result of much of heavyweights of the IT industry (Sun, Novell, IBM, Oracle) moving their many or all of their staff to Linux?

      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?

    2. Re:Momentum by Timesprout · · Score: 5, Informative

      Oracle did not migrate from MS though. They previously used SUN workstations for development.

      --
      Do not try to read the dupe, thats impossible. Instead, only try to realize the truth
      What truth?
      There is no dupe
    3. Re:Momentum by Mostly+a+lurker · · Score: 5, Interesting
      It is my impression that Linux has momentum, but I think Sun is suffering more than Microsoft. To date, most of the major server migrations have been large companies switching from proprietary Unix systems to Linux.

      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.

    4. Re:Momentum by not_a_product_id · · Score: 4, Insightful

      I'd have thought it would be less to do any direct loss of revenue and more to do with smaller companies saying that if Linux is good enough for "Sun, Novell, IBM and Oracle" it should be good enough for us.

      --

      ---
      We spoke for about a half an hour. I don't recall a thing we said. - Colorblind James Experience

    5. Re:Momentum by johnhennessy · · Score: 2, Informative

      Did you forget, this is slashdot. Post first, read the article later!

      --
      [ Monday is a terrible way to spend one seventh of your life. ]
    6. Re:Momentum by AlecC · · Score: 5, Insightful

      More significant, I think, is the impact on the jobs market. On one side, people looking to get jobs in these big, relatively secure (yes, I know, nowhere is secure) companies will ensure that they have Linux skills on their resume. And at the other end, people looking to move on from these companies will be trained up in Linus, ready to act as advocates in their new employers or startups, and pressuring hirers to use Linux because the skills are available.

      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).

      --
      Consciousness is an illusion caused by an excess of self consciousness.
    7. Re:Momentum by PerryMason · · Score: 5, Informative

      A couple of things;

      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.

      --
      "I'm tired of all this 'Aren't humanity great' bullshit. We're a virus with shoes" - Bill Hicks
    8. Re:Momentum by Deliveranc3 · · Score: 1

      There might be some interesting stuff in the next service pack actually.

      We'll see how ccumbersome it is but it sounds like it'll decrease security concerns.

    9. Re:Momentum by xlyz · · Score: 2, Interesting


      I would add that will force "windows only" hardware/retailers/web pages/application to be linux compatibile as well

    10. Re:Momentum by Anonymous Coward · · Score: 0

      Oracle will still be using microsoft products.... Its not as if they will stop creating oracle releases for windows.

    11. Re:Momentum by log2.0 · · Score: 1

      That alone will increase linux adoption by a lot. Some friends/family dont use linux/mozzy just because some websites wont work...ninems.com.au being one of them ;) heh

      --
      Can your karma go above being Excellent?
    12. Re:Momentum by Mr_Silver · · Score: 1
      Is it my imagination, or is there actually a reasonable migration to linux underway ?

      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 see Linux on his desktop when he joins a new company.

      As I said about, it is happening, but it'll take a very long time to build up momentum. As soon as it hits critical peak (30%-40% penetration? I'm guessing) then you'll get an avalanche of migrations as companies will be directly affected because their competitors are spending money that would normally go on the IT budget elsewhere (such as marketing).

      --
      Avantslash - View Slashdot cleanly on your mobile phone.
    13. Re:Momentum by green+pizza · · Score: 4, 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.

      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.

    14. Re:Momentum by JWW · · Score: 1

      It would be my guess that Oracle is probably getting their machines without the license fee being paid to MS by the OEM.

      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.

    15. Re:Momentum by CommandNotFound · · Score: 4, Insightful

      It is my impression that Linux has momentum, but I think Sun is suffering more than Microsoft. To date, most of the major server migrations have been large companies switching from proprietary Unix systems to Linux.

      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.

    16. Re:Momentum by BlackHawk-666 · · Score: 1

      You're looking at the finger that points to the moon, and not the moon itself. These companies who are moving are the big industry ones...the most technologically respected companies. When the jump ship other companies follow. If Sun, Novell, IBM, Dell, and all the other ones we read about in the papers are all moving to Linux then smaller companies are going to start questioning why they haven't moved also. Where the shepherd goes, the sheep will follow.

      --
      All those moments will be lost in time, like tears in rain.
    17. Re:Momentum by Frugal · · Score: 1
      If Sun, Novell, IBM, Dell, and all the other ones we read about in the papers are all moving to Linux then smaller companies are going to start questioning why they haven't moved also. Where the shepherd goes, the sheep will follow.


      People will only follow Dell and IBM when they start selling kit with Linux installed as default and Windows as an option.

      I know I can buy a server from Dell with RedHat enterprise, but I can not buy a laptop from either IBM or Dell with any flavour of linux on it, despite their much flaunted marketing campaigns.
      --
      The two secrets to success: 1- Don't tell anyone everything.

      -13

    18. Re:Momentum by Lumpy · · Score: 2, Insightful

      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.

      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... ONE blanket license is easier to take track of and is your protection money to keep from being raided by the software police.

      Finally my company does NOT pay for windows from Dell. all of our pc's have NO OS installed and we set them up to baseline with an image file, then take the next 5 days patching,rebooting, upgrading..

      --
      Do not look at laser with remaining good eye.
    19. Re:Momentum by drinkypoo · · Score: 1
      MS is probably not going to directly lose any revenue from any of these people moving their staff to linux. Industry giants often offer each other volume software licenses for free (though they still pay for support) just so they can say that such and such uses their software. For example, the Tivoli TME10 install at intel was gratis but as I said, they still pay for support. As an install of software like that (including licensing) can run anywhere from US$1M to $10M (or more, I suppose, but US$10M is the most I can recall for a single install) it's a considerable savings. I don't know what these players pay for support, though.

      Microsoft's immediate loss of marketshare through occurrences like this (though, see sibling comments, most of their developers were on Sun hardware - Sun is the company circling the toilet bowl at the moment) is not the problem, it's their loss of mindshare. When people see all those companies dropping Microsoft like the crap it is, they come closer to the realization that we don't need Microsoft. It's true that they are driving new features amongst operating systems these days - I don't see other OSes implementing anything like WinFS as part of their standard install. Then again, I guess it's going to be a while before we see M$ do it, too :)

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    20. Re:Momentum by adelton · · Score: 1

      In addition, Oracle making Linux its primary development and target platform means that there should be less obstacles actually using the (Oracle) software on Linux machines. If companies get new versions and patches for Linux earlier than for Windows versions of the database software, it might make the swich decission easier.

    21. Re:Momentum by snero3 · · Score: 1

      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).

      Oracle have pretty much done everything but dump MS. When 10g was released every bit of software for the MS platform come out atleast 2-3 months after the Unix versions and sometimes 6 months after the linux (beta) versions. The Linux version where always first and recieved the biggest push from oracle sales. Speak to any oracle sales guy now and he/she will push 10g grid running on linux on "commodity" intel hardware.

      This is not a major event, but it is a good straw in the wind.

      That really depends on who you speak to. If you have alot of oracle DB's or you business depends on oracle it is a major event. IE when I joined my present company all DB's where running on HP machines when it came time to upgrade I managed to sell the CIO on the idea of Oracle RAC + DELL + EMC which came out alot cheapper plus proved to be more reliable(big gamble but I had faith). Now they trust linux and are allowing more and more linux servers into other key area's of the business (IE firewall, file servers, gateways etc...) so 60% of the servers are Linux and it now looks like linux for the desktop is a real possibility through out the organisation which means that the remaining 40% of the servers can be switched (the last 40% where groupware servers IE exchange etc...which required a certain os). So like I said it really depends on who you ask or which way you look at it before you say if it is a major event or not

      --
      It said "windows 98 or better" so I installed Linux
    22. Re:Momentum by CoolCat · · Score: 1

      you work in a really small shop dont you.

      ...

      all of our pc's have NO OS installed and we set them up to baseline with an image file, then take the next 5 days patching,rebooting, upgrading..


      Sound like you are working on a smal shop too, spending 5 days to setup a computer...

    23. Re:Momentum by Decaff · · Score: 1

      For large businesses, Microsoft is king. There are a few corporate giants that run Lotus, but most are MS Office + Exchange based.

      All you are saying here is that Microsoft is king of windows-based collaboration servers. What about file servers, print servers, app servers, database servers? These are the areas in which Linux (and UNIX) use is huge. There is even a significant Netware presence.

      If Microsoft were a transport company, they would be selling thousands of overpriced bicycles, comparing this to truck sales numbers, and calling themselves King of the Road.

    24. Re:Momentum by Tin+Foil+Hat · · Score: 1

      Yes, but the Linux tide is rising. That means that more people are going to be clamoring for Linux pre-installed on their new computers. When the noise level gets high enough, the major computer manufacturers will listen. I think that could happen as early as late summer, or perhaps early next year.

      Some of these manufacturers have exclusive contracts with Microsoft, however, so it will be interesting to see how that plays out.

      --
      No matter how many of my rights are taken away, somehow I still don't feel safe. -Frigid Monkey
    25. Re:Momentum by aralin · · Score: 2, Interesting

      This is more significant than it seems at the first sight. Switiching from Sun to Linux as primary development platform means that there is actually more demand among customers for Linux systems than for Sun systems. This means that Oracle thinks that its customers are already far along in move to Linux and they have usually pretty good idea about their customers.

      --
      If programs would be read like poetry, most programmers would be Vogons.
    26. Re:Momentum by Anonymous Coward · · Score: 0

      when you have a fleet of 20 of them set up on your workbench, YES it takes 5 days to get them updated before roll out.

      I had a nice solution using a linux server so I could reimage and dd the drives quickly but the complete morons at Corperate said it was not part of their "supported software list" and would not allow me to use it. and they demand we use the 1 year old corperate blessed images they dole out.

      I have a total of 290 desktops 129 laptops and 75 servers under my sight at 3 offices in a large chunk of my state as well as the connectivity ...

      what do you have?

    27. Re:Momentum by Anonymous Coward · · Score: 0

      I see that the astroturfers have gotten out again.

    28. Re:Momentum by Anonymous Coward · · Score: 0

      yes, patches are available (via Metalink) months later for Oracle software for wintel.

    29. Re:Momentum by I_am_the_man · · Score: 1

      I knew I was going to have to straighten this out: I am almost certain that Oracle is moving it development evironment to Linux from Solaris. This most certainly means their development servers and not user's workstations. Now this does not mean that their workstations will not be changing to Linux, but I would guess that most people workstations are going to remain what they are presently and would change slowly over time. So presently there are probably Windows, Sun/Solaris and Linux workstations in use on developers desks. At my company we could care less what the developers use on their machine as long as they do all their work on our Linux servers :) .

    30. Re:Momentum by MouseR · · Score: 1

      a) Oracle moved from SUN to Linux and not from MS, so there is no loss there.

      I work for Oracle. This statement above isn't quite true.

      The majority of desktops are Windows machines, throughout Oracle (despite their office location). Most developers also have a Sun blade server in an off-site location where builds and source management is going on. There are exceptions (my group uses Macs among other things).

      Oracle has a standard binary install for desktops, based on Windows. They call it the OBI (Oracle Binary Install or something like that). This is what they're replacing. Internal users get a new "OBI" that's based on Linux (I haven't seen it in our office yet, so can't comment on this).

      We're not getting rid of our Sun machines. We're simply moving out of Windows and saving a bundle.

    31. Re:Momentum by Anonymous Coward · · Score: 1, Interesting

      We have two major UK food retail companies, one major mobile phone company and one major German department store as customers. Our software run on java. One food retailer went for Windows-only solution, the other went for Linux-only solution. The germans are running on Linux as well, phone guys are going for Windows stations and Sun servers. Apart from the windows-only shop, every one runs Oracle 9i. As far as I can tell, Oracle and Linux are the winners.

    32. Re:Momentum by roror · · Score: 1

      rightly said. May I add, "hey you having xyz problem with your database? it runs fine on my linux box, aha .. you are running it on xp, see thats the problem, Oracle's developers develop and test it on linux box, so for a person like you for whom database is the reason you have that box for (primarily) you might wanna consider using oracle on a linux installation, at least that way you can have your _peace_of_mind_! 'cause as i said, 9000 developers in Oracle develop and test that thing on linux, so you can be reasonably sure of it."

    33. Re:Momentum by Anonymous Coward · · Score: 0

      Lumpy, is that you? :)

      ps: I hate to bride.. but your shop sounds like one of our midsize branch offices ;-)

  4. Not the year of Linux? by FooBarWidget · · Score: 2, Insightful

    Anti-Linux zealots have been predicting the death of Linux since 1998, yet Linux is only getting stronger and stronger.
    But I guess this, along with all the other switches (like the City of Large), won't make them stop flaming Linux all day.

    1. Re:Not the year of Linux? by aztracker1 · · Score: 1

      I wouldn't consider myself anti-linux, or pro-MS, but I don't know anyone who's predicted the death of linux at all, even in the early-mid 90's when it was just beginning.

      My biggest impression with linux, is it's pretty great for servers, if you have a FTE, or at least a contract with someone who knows linux inside and out, for PT support... And, I wouldn't consider using linux for the desktop yet. I think from a usability standpoint that MySQL + PHP, are as capable for most uses, as say MS-SQL + Classic ASP... I think that Firebird (with better cross-platform, ie windows support), and Mono, with a cross-platform path, offer more for linux acceptance than most other OSS projects out there.

      This isn't an attempt at FUD, but simply that there really aren't tools for linux that have the polish of those for the windows side of things.. and people pay for that polish, even if technically they aren't superior for performance, stability, or reliability - clicking a checkbox with a mouse is generally easier than editing a config file for most of the human race...

      I, like many others in the IT field are responsible for more than a few things, and time spent learning the intricacies(sp) of various server tools in linux, tends to take away from other tasks... I know this is just my $.02, but still, I wish that people in linux development would just *get* than many people *want* and *need* gui tools... I really like graphical text editors, and I *REALLY* appreciate simple things like CUT-AND-PASTE between *ANY* windows application.

      This is why Linux has made huge inroads on the server side of things, and has been pretty stagnant on the desktops... Drivers, RAD Software Development, and Ability for easier code/software migration for internal tools are probably the biggest areas that need to be addressed... core drivers are pretty good, sound being the weak link, RAD development is getting better use of Mozilla's interface markup engine, and Mono/dotGNU will help this and portability imo.

      --
      Michael J. Ryan - tracker1.info
    2. Re:Not the year of Linux? by FooBarWidget · · Score: 1

      Urgh, you've clearly not read enough Slashdot posts or OSnews posts. I regularly see people predicting the death of Linux. Webwereld (Dutch news site) once said that 2001 (or was it 2002?) was the year of "the downfall of Linux" (because so many companies went bankrupt).

      As for the rest of your post: GUI tools they are being created. RedHat/Fedora, Mandrake and SuSE all come with GUI configuration tools (although not for every single). There's an ongoing gnome-system-tools efford which attempts to create a unified set of GUI configuration tools for all distributions (they kinda lack manpower unforunately).
      Linux on the desktop needs some work but it isn't *that* bad. In it's current form it's certainly usable.

    3. Re:Not the year of Linux? by aztracker1 · · Score: 1

      I am well aware that it is usable, and for *most* business use, it's pretty much there.. the problem are a lot of apps aren't ready...

      --
      Michael J. Ryan - tracker1.info
  5. The tide turns by Whitecloud · · Score: 5, Interesting
    Oracle switches to Linux because its "less expensive and faster", but im sure a bonus factor is the pro-Linux news this will generate, which will be a body blow to Microsoft.

    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?

    1. Re:The tide turns by Anonymous Coward · · Score: 1, Insightful

      err, no. Oracle is switching to Linux because that's it's next potential market, given that MS is selling and heavily promoting SQL Server as the database for Microsoft Windows.

    2. Re:The tide turns by Anonymous Coward · · Score: 0

      From another post

      "Oracle did not migrate from MS though. They previously used SUN workstations for development"

      IMO, they are switching because its cheaper, and in the future possible better ...

    3. Re:The tide turns by lower · · Score: 1

      Dell has long had a policy of moving away from running their own internal systems on other vendors kit and OS. This was called "Dell on Dell" back in the day. It was a little publicized fact that many of the mission critical apps ran on Sun/Solaris.

      As time has gone on and their own iron has become more powerful, it was inevitable that they would look to migrate away from these 3rd parties to reduce overheads.

    4. Re:The tide turns by kevman42 · · Score: 1

      which will be a body blow to Microsoft.

      Sorry, can't help myself... Body blow, body blow! Left, left! Body blow, body blow! Knockout!

    5. Re:The tide turns by Anonymous Coward · · Score: 0

      And a body-blow to Microsoft benifits Oracle shareholders how?

    6. Re:The tide turns by Donny+Smith · · Score: 1

      They ain't embracing shit - they just want to screw up Microsoft.

      How can anyone expect from an enterprise to embrace Linux or any idea/project/product for purposes other than profit?
      I'm not talking about campaign-style announcements here, but about real direction shifts for a company.
      And even if this wasn't true - just look at Larry - that guy is a sore loser and can't ever forgive himself being No. 2.

      BTW, consider purchasing cost of the following two combos:
      o Win2K + SQL Server 2000
      o Linux + Oracle 9i

      One pays a bit less for Linux OS (actually maybe not now that you have to buy an Enterprise version), but more for Oracle, whereas SQL Server is cheaper.

      Also consider that Oracle won't support you if you don't have a valid maintenance agreement for the underlying Linux so after all, even after Oracle's switch to Linux it won't help them very much - SQL on Windows will continue to be a more attractive solution for the average mid-size company.

      Oracle's switch doesn't really matter that much.

    7. Re:The tide turns by harikiri · · Score: 1

      The other bonus for Linux is, that as more companies migrate to the platform, the vendors and integrators (IBM, Novell, RedHat, etc) gain more experience in deploying it as an end-user platform, as well as demonstration sites they can point to when courting new customers.

      --
      Man watching 6 MSCE's around a sun box, looks alot like the opening scene's of 2001:space odyssey...
  6. Switching from Solaris, not Windows by buro9 · · Score: 5, Informative

    The headline doesn't make it clear, whilst it is a good thing that migrations to Linux happen from all other OS's, it should be highlighted before the anti-MS crowd jump in too fast:

    This is a move FROM Sun Solaris TO Linux.

    Oracle never used Windows for development because of portability issues to other OS's ;)

    1. Re:Switching from Solaris, not Windows by pubjames · · Score: 1

      This is a move FROM Sun Solaris TO Linux.

      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.

    2. Re:Switching from Solaris, not Windows by Whitecloud · · Score: 4, Insightful
      You are correct, but I think the public perception of Linux as "okay to use compared to microsoft" is very important. So any pro Linux publicity is going to damage Microsofts income base.

      It will be interesting to see what happens from Redmond HQ...if you cant beat em, join em?

      --

      Do you need a website upgrade?

    3. Re:Switching from Solaris, not Windows by Orgazmus · · Score: 0

      Novell running a SuSe derivative AND owning java?
      Now that would be a hard hit for microsoft.
      Novell would then seem like a big thing again :)

      --
      The system had the verbosity of HTML combined with all the readability of compiled assembly viewed as bitmap images
    4. Re:Switching from Solaris, not Windows by Orgazmus · · Score: 0

      if you cant beat em, join em?
      Well, that would be:
      if you cant beat em, copy them, alter the products and then stadardize on the software that almost works on their systems
      This is MS you know ;)

      --
      The system had the verbosity of HTML combined with all the readability of compiled assembly viewed as bitmap images
    5. Re:Switching from Solaris, not Windows by ClosedSource · · Score: 1

      And what non-Unix OS is Linux compatible with? I think portability is red herring here.

    6. Re:Switching from Solaris, not Windows by Anonymous Coward · · Score: 0

      Except this is news.com which is a pro-linux news site of ill-repute.

      so. The public won't see this news.

    7. Re:Switching from Solaris, not Windows by Anonymous Coward · · Score: 0

      I agree with you. If a vunerability is found in Linux the story on news.com always reminds us that MS has a lot of vunerabilities too even though it has nothing to do with the story. On the other hand, if Windows has a vunerability no comment is made on other OS's. This is just one example of news.com's anti-MS slant.

    8. Re:Switching from Solaris, not Windows by zlern · · Score: 1

      Wrong. Solaris and Win32 were the base platforms for the Oracle database starting roughly in 1999 (maybe even 1998... it's been a while). There was a lot of development done on Windows, because compared to an UltraSparc PCs were three times faster and cost a third as much, and the portability layer insulated you very well from the differences between unix and Win32, thank you very much. There was a lot of hue and cry about everyone not being allowed to upgrade from Office 97 to Office 2000, but a lot of work got done on Windows.

  7. Sun, not MS by Paul+Townend · · Score: 1, Redundant

    Lest we forget, Oracle are switching their development platform from Sun Solaris to Linux; they didn't use Windows to begin with, as I think a number of people here assume.

  8. SCO's chance by G3ckoG33k · · Score: 0, Offtopic

    This might be SCO's last chance to pound their bruised nose once more.

  9. Get a copy of Oracle and try it out for yourself by drizst+'n+drat · · Score: 4, Informative

    Oracle on Linux isn't a bad product. You can get the latest release; Oracle Database 10g Release 1 (10.1.0.2) for Linux x86 or Linux Itanium from their Oracle Technology Network website at http://otn.oracle.com/software/products/database/o racle10g/index.html for your own non-commercial use. I played with it for a while but went back to using MySQL only because performance seemed to be better than Oracle's on a Linux box. In all fairness though, the box was an old Dell Inspiron 7500!

  10. SCO code within Oracle by tronicum · · Score: 1

    I forecast hereby even it is only the workstation SCO will someday find some "unix" code within the Oracle Code.

  11. Totally off topic but... by Anonymous Coward · · Score: 3, Funny

    A few years ago I saw a completely pimped out Pinto. Perfect paint, perfect everything. And in the rear window a panoramic landscape painting that was stippled so the driver could see through it.

    As completely inexplicable as such things are, they do happen.

    1. Re:Totally off topic but... by little_fluffy_clouds · · Score: 3, Insightful

      As completely inexplicable as such things are, they do happen.

      Not inexplicable at all. You noticed it, and remembered it. It made an impression. Exactly what was intended. ;)

      --
      What were the skies like when you were young?
    2. Re:Totally off topic but... by tzanger · · Score: 0

      What were the skies like when you were young?

      Man I remember that song... talk about a blast from the past...

    3. Re:Totally off topic but... by flanderz · · Score: 0

      The Orb - Little Fluffy Clouds ?

  12. What else is there? by basingwerk · · Score: 5, Interesting

    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 .sig
    1. Re:What else is there? by ClosedSource · · Score: 1

      Ah yes, Oracle's Java install process that doesn't work out of the box. In any case, if the database code itself is not written in Java, I don't see how having the installation program in Java buys you anything.

    2. Re:What else is there? by dbc · · Score: 1

      Oracle has always supported a *huge* number of platforms. Many you have not heard of, ever, I guarantee that. Development started on VMS, moved to Unix, now is moving to Linux. All other platforms have always been ports done by the porting engineering group after the mainline development group completed feature development.

    3. Re:What else is there? by basingwerk · · Score: 1

      It gives you a common installation procedure - that has some benefits. First, Oracle only has to maintain one version of the installation software, so they save time/costs and risks. Second, DBAs have a machine transparent installation procedure, so (in theory) they don't need separate training on installing on Unix, NT, Linux etc. In actual fact, there are some system level tweaks that are different. I what way doesn't it work? There is usually a need to set up DBA and Oracle users and groups and set up some Kernel parameters before the install, but what is wrong with that - any other things? Unless you mean the first Linux release (8.1.7/8i?), which I admit was a pain to install.

      --
      I stole this .sig
    4. Re:What else is there? by basingwerk · · Score: 1

      I knew Oracle ran on a lot of hardware types, and I have wondered how they arranged this. It occurred to me that if they only develop on Linux, how can they get it to work on other things? Presumably this porting engineering group have all manner of hardware with which to roll out the different binaries. Is there a full list of all the platform support? Do they offer everything on all supported platforms?

      --
      I stole this .sig
    5. Re:What else is there? by dbc · · Score: 1

      Presumably this porting engineering group have all manner of hardware with which to roll out the different binaries.

      Yes.

      Is there a full list of all the platform support?

      It's called the price list. Thick document.

      Do they offer everything on all supported platforms?

      No, but quite a lot is.

    6. Re:What else is there? by ClosedSource · · Score: 1

      I see your point, but the effort to write an installation procedure for each platform is insignificant compared to effort to write the application itself. In addition, I doubt there are many DBAs that don't have experience on the platforms they are going to work with.

      As far as the specific problems I (and many others encountered) in installation, it had to do with how a Pentium 4 bug messed up the Java environment during the installation. The fix was to create a new installation CD with some of the files renamed so that JIT function was effectively disabled.

  13. That's great news by johannesg · · Score: 5, Insightful
    Now can we please have a version of Oracle for Linux that just installs out of the box, so to speak? So far every version I have tried either fails to install completely, or installs only on highly specific versions of Linux (like Red Hat 7.1), or requires arcane knowledge of the installation process to complete.

    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...

    1. Re:That's great news by 1001011010110101 · · Score: 4, Informative

      Arcane knowledge?
      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.

    2. Re:That's great news by Anonymous Coward · · Score: 1, Informative

      There have been, and probably still will be, some issues installing Oracle on various linux distros. Currently Oracle only support Red Hat and (I think) Suse. However, the 10g installer had an option '-ignoreSysPrereqs' which enabled me to install it on Mandrake 9.2 with 0 errors :-)

    3. Re:That's great news by Anonymous Coward · · Score: 0

      Well, people like the stability and powerful administration on Debian, for a start. Not to mention the 11 different platforms. It doesn't matter to Oracle itself, but it may matter to other parts of their setup.

    4. Re:That's great news by Anonymous Coward · · Score: 0

      "Really, I like Oracle a lot, but I wish they would fix the endless installation issues..."

      That's odd, on Solaris I've never had any issues with installation...

    5. Re:That's great news by NineNine · · Score: 1

      Oracle DBA's do installations. Oracle is not designed for average computer guy to install and use at all, and I don't think that they pretend to be. It's a large, complex, expensive product, and to expect an Installshield click-through install is pretty silly. Any Oracle DBA with his salt can do an installation for you easily.

      As far as highly specific platforms that it runs on... that's true. A mission critical database isn't going to be running on multiple versions of an OS. Various versions are optimized for various OS's.

    6. Re:That's great news by snero3 · · Score: 1

      The main problem installing oracle 9.2.0.2 on any redhat system above 8 was the broken implememtation of glibc that the oracle install depended on (just in case you didn't know when oracle installs it will actually recomplie it's self depending on the options you selected hense the need for glibc). When redhat switch to 9 (can't comment on other distros) the broken glibc was fixed unfortunately this then broke oracle's install as it depended on the previous implementation. However oracle 9.2.0.4 and above fix this and will install fine on almost any distro I have used (fed core 1, redhat 9, redhat AS 2.1/3, suse, mandrake 10).

      --
      It said "windows 98 or better" so I installed Linux
    7. Re:That's great news by Tin+Foil+Hat · · Score: 1

      Well, perhaps I'm a little dense, but isn't Linux Linux, no matter what flavor you use? It seems to me that the only thing that should matter is the kernel version.

      What is it about Oracle that makes that not true?

      --
      No matter how many of my rights are taken away, somehow I still don't feel safe. -Frigid Monkey
    8. Re:That's great news by 1001011010110101 · · Score: 1

      For what I've seen so far, what changes is:

      1.Compiler (GCC Version)
      2.Libraries (Lib gcc mainly)
      3.Installed Packets (available packets) for some misc OS utilities.

      Usually, 95% of the work of making Oracle work in some other enviroment (not certified) is figuring out the right convination from those 3. You can imagine the beast does some low lvl stuff that gets broken easily.

    9. Re:That's great news by 1001011010110101 · · Score: 1

      I'm not a DBA, and I've installed both the DB and the app server (which is a real pain in the ass to install) many times, and I've found that USUALLY if you follow the pre-instalation (on the same CD) it tends to work 9.5 out of 10 times.
      Well, 7 out of 10 for the App server, but those docs are getting better lately too :)
      Btw, I digged some notes for those bored that wants to install on nonsupported platforms:

      Installing Oracle 9i on RedHat Linux 7.1, 7.2, 7.3, 8.0, 9, Red Hat Advanced Server 2.1, and on Red Hat Enterprise Linux Advanced Server 3 (RHEL AS 3). Fedora core is around there too.

  14. Such a surprise too... by Anonymous Coward · · Score: 0

    because Oracle has been such a staunch supporter of Microsoft.... Oh wait, that's just the smack talking.

  15. Re:Get a copy of Oracle and try it out for yoursel by BiggerIsBetter · · Score: 3, Informative

    Oracle has so many cache levels and tuning options going on it's pretty easy to have it running slow. To be fair though, if basic MySQL does the job, you don't even need to look at something as complex (and complete) as Oracle. IMHO, a happy medium is either SAP DB / MySQL Max or Postgresql.

    --
    Forget thrust, drag, lift and weight. Airplanes fly because of money.
  16. Significance by sql*kitten · · Score: 5, Informative

    This is perhaps both more and less significant that it first appears.

    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.

    1. Re:Significance by rjw57 · · Score: 4, Interesting

      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
    2. Re:Significance by LesDawson · · Score: 3, Funny
      This is perhaps both more and less significant that it first appears.
      A great way to begin any post.
    3. Re:Significance by Anonymous Coward · · Score: 0

      There is a no monolithic internal subsystem like that, its actually a set of subsystems such as CORE and NLS. One of the big QA issues was/is coordinating the subsystem configuration. This is one reason why during an install, you will be told to put something like iAS in a separate ORACLE_HOME.

      The Tools and ST divisions have been using this concept from the very beginning. My experience there started with the 7.2 database and everything written in C (which was everything but the Apps) was written against these subsystems and the practice was old hat then when I joined.

      You're right about it being a virtual OS (when the Toolkit was being used, it even had its own GUI). All of the susbsytems take the "over specify" route and as such on some OSes there is a lot of functionality in that platform's versions of the subsystems while on others such as the UNIX variants there is much less.

      The two platforms that have been the most problematic, particularly with the GUI, are Windows and MacOS prior to OSX. This is one reason why the UNIX-esque ports always appear first.

      The big advantage is that with Linux all developers have access to the source. And as such if your code runs into problems and you track it into the CORE subsystem, you can develop a fix, patch your machine so that you can go forward and then put the patch into the bugdb for the CORE team to look at. Bugs that have fixes attached always get looked at first.

    4. Re:Significance by sql*kitten · · Score: 1

      The big advantage is that with Linux all developers have access to the source.

      But surely all Oracle developers had access to the Oracle source previously?

    5. Re:Significance by Anonymous Coward · · Score: 0

      What the hell are you talking about? VOS is the (Veritas Oracle Sun) innitiative. These three vendors got together to develop their products in concert to work extremely well together...

      -Veritas Quick I/O, snapshots, volume mangler, NetBackup/RMAN, etc.
      -Oracle works with Sun and Veritas to get support and the best performance out of the OS and Disk/Filesystem/Backup...
      -Sun Slowlaris performance tuning out of the box that works with Oracle (RHEL users still have to mess with sysctl to increse kernel paramaters, not a big deal, but you can bet that RHEL 4.0 will either out of the box have the appropriate tuning parameters or RH will provide some CLI wizard to enable "Oracle Mode")

      The port of Oracle from any Unix to Linux is trivial in comparison to Windows...I'm sure theres a merged code tree for all platforms and the hardware/OS specific components are broken out into seperate sub-trees as needed.

      If you have any proof of this Virtual Operating System please provide it and I'll gladly shut-up.

  17. Not such a big deal by gsasha · · Score: 4, Insightful

    Migrating development from Solaris to Linux is not that hard - they're both Unices, and in my experience, Solaris as a dev platform... to put it politely... not the best out there. For a long time there's been no decent C++ compiler, their IDE is so-so, and for compilation speeds, a Linux workstation is beating Solaris unless you are prepared to pay some serious $$$ for a large server. Now migrating development from Windows is another story - there's MS Visual suite of tools, which are generally very good (and requires a different mindset at that). Getting people of that camp to work on Linux would be much harder.

    1. Re:Not such a big deal by Decaff · · Score: 3, Informative

      Solaris as a dev platform... to put it politely... not the best out there. For a long time there's been no decent C++ compiler, their IDE is so-so, and for compilation speeds,

      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.

    2. Re:Not such a big deal by polarbear · · Score: 2, 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.

      --
      --- polarbear
    3. Re:Not such a big deal by harikiri · · Score: 1

      Solaris is a pain in the ass if you're looking to use many typical open-source software. If you can't find a prebuilt package at either Sunfreeware or Blastwave (my fave), you have to build it yourself. Then comes the problem of having very long $PATH's to various third-party package "bins". /opt/sfw/bin, /opt/csw/bin, /usr/bin, /usr/local/bin - and becomes a bit of a nightmare when having to specify library paths and header locations.

      --
      Man watching 6 MSCE's around a sun box, looks alot like the opening scene's of 2001:space odyssey...
  18. Oracle apps finally support Mozilla? by sphealey · · Score: 5, Interesting

    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

    1. Re:Oracle apps finally support Mozilla? by will_die · · Score: 1

      Probably not, most of the oracle admin/end user tools are still aimed for a ms-windows environment.
      This really only effects where new features in the actual database will be seen first. Instead of it being Solaris it is not Linux.

    2. Re:Oracle apps finally support Mozilla? by goldspider · · Score: 1
      What does this have to do with Mozilla? As many have pointed out, they're switching their development boxes from Solaris to Linux. This has nothing to do with what browser they code their software to run (best) on. And lets not forget that Linux != Mozilla.

      Chances are they're going to do things the way they've been doing them for a while: develop on *nix, test on MS.

      --
      "Ask not what your country can do for you." --John F. Kennedy
    3. Re:Oracle apps finally support Mozilla? by Anonymous Coward · · Score: 1, Informative
      Yes, it does. And for a while. My company runs Oracle Applications 11.5.5 on Oracle 8.1.7 database. I've been running the Oracle Applications on my Mandrake 9.2 laptop for a while now. Running it is pretty easy. Just enter the url:


      http://your_oracle_host:port/dev60cgi/f60cgi?jin it _mimetype=application/x-java-vm


      Of course, make sure you have the latest Java runtime installed.

    4. Re:Oracle apps finally support Mozilla? by 1001011010110101 · · Score: 1

      Err, sorry, but most tools have been Java for a while.
      End user tools are a different thing tho, and even then most of them are going Java now. What's left on Windows only for the moment is SCM/Designer, Discoverer, Warehouse Builder and some other stuff. Discoverer got a web version for 1/2 the functionality tho.
      DB Admin tools are either web based or Java.

    5. Re:Oracle apps finally support Mozilla? by Nadir · · Score: 5, Informative

      Actually, the Oracle Enterprise Manager which comes with iAS 10g says it supports Mozilla 1.4+

      --
      --
      The world is divided in two categories:
      those with a loaded gun and those who dig. You dig.
    6. Re:Oracle apps finally support Mozilla? by sphealey · · Score: 1

      > Err, sorry, but most tools have been Java
      > 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 matter) we wouldn't have IE around to try/use.

      Of course, 9iAS being what it is, support have lately taken to asking us "have you tried that in Mozilla" when the function doesn't work in IE! But that is another story.

      sPh

    7. Re:Oracle apps finally support Mozilla? by sphealey · · Score: 1
      What does this have to do with Mozilla? As many have pointed out, they're switching their development boxes from Solaris to Linux. This has nothing to do with what browser they code their software to run (best) on. And lets not forget that Linux != Mozilla.
      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.

      I was just wondering (hoping?) that with Oracle movinv more of their internal focus to Linux if they would be more affected by these problems and take some time to clean them up.

      sPh

    8. Re:Oracle apps finally support Mozilla? by snero3 · · Score: 1

      It bloody well better support all browsers as it is only web based now (no more client), well it is there but it doesn't support the extra packs IE tuning etc....

      --
      It said "windows 98 or better" so I installed Linux
    9. Re:Oracle apps finally support Mozilla? by arunkv · · Score: 2, Informative

      Our (yes, I work for Oracle) other web based Apps that have been built since 2001 all run on Mozilla too. Things work by and large on Konqueror (atleast 3.2.x) but there isn't much interest in officially supporting it.

  19. Re:Get a copy of Oracle and try it out for yoursel by funkytwig · · Score: 3, Insightful

    MySQL is bound to be faster than oracle because compared to oracle it douse very little. MySQL is a small lean RDBMS whitch douse the basic stuff fast. Oracle douse a lot more and as a result of this is not so fast. This is why MySQL is very popular for holding web content and Oracle for complex business aplications.

  20. Oracle developers are not working on Linux by brunes69 · · Score: 5, Insightful

    They will be working "on" Linux ( that is, they will be running it on their desktop ), but they will not be working "on" Linux ( writing code for the OS ). Oracle developers will be working on Oracle software.

    1. Re:Oracle developers are not working on Linux by aurelian · · Score: 1
      They will be working "on" Linux ( that is, they will be running it on their desktop ), but they will not be working "on" Linux ( writing code for the OS ). Oracle developers will be working on Oracle software.

      Same applies to a lot of MS's Windows programmers, e.g. the ones working on those programs which aren't integrated into the OS core. Or maybe there are no such programs?

    2. Re:Oracle developers are not working on Linux by Xpilot · · Score: 1

      They will be working "on" Linux ( that is, they will be running it on their desktop ), but they will not be working "on" Linux ( writing code for the OS ). Oracle developers will be working on Oracle software.

      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 Linux kernel hackers, though not thousands.

      --
      "Backups are for wimps. Real men upload their data to an FTP site and have everyone else mirror it." -- Linus Torvalds
    3. Re:Oracle developers are not working on Linux by markxsd · · Score: 2, Interesting

      Mostly correct. However, be aware that Oracle are working on Linux and Linux-related projects.

    4. Re:Oracle developers are not working on Linux by snero3 · · Score: 2, Interesting

      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
    5. Re:Oracle developers are not working on Linux by bruthasj · · Score: 1

      Oracle developers will be working on Oracle software.

      Databases usually tax an operating system quite well; I'm certain there is opportunity for collaboration in improvements to Linux, the kernel, and possible improvements to user-space utilities which will go along way to improving every distro out there.

    6. Re:Oracle developers are not working on Linux by Anonymous Coward · · Score: 0

      I guess that means that we will still only have support for Oracle 10i on RedHat and SUSE's expensive enterprise edition releases of Linux.

  21. Seriously by Krusty_Klown · · Score: 0

    Now that Oracle is on board I am starting to wonder... Wonder if 30 years from now we are going to look back and wish for the early days of Linux. What if a company like Oracle (whom I hardly trust) uses our own savior of operating systems against us, to maybe enslave us all. Not literally of course but maybe you know where I am going. All the while, Bill sits in his pile of money while laughing at us for what the world as become and what we did to create it. I am not trolling. I love Linux but the bandwagon is getting full.

    1. Re:Seriously by Anonymous Coward · · Score: 0

      Perhaps it's time to jump off and get involved in another, other OS. Aros or OpenBeOS or whatever takes your fancy.

    2. Re:Seriously by LnxAddct · · Score: 1

      Then jump onto freebsd. I personally think that the day linux really goes corporate that the hobbyist hackers will move onto Hurd. Maybe thats just wishful thinking:)
      Regards,
      Steve

  22. Good Oracle/Linux Website by Anonymous Coward · · Score: 5, Informative

    I had some problems installing Oracle on Linux until I found following website which shows you how to do it step by step for database and RAC:
    http://www.puschitz.com/OracleOnLinux.shtml"

  23. are you sure it was a pinto... by Anonymous Coward · · Score: 0

    and not a mustang II?

    1. Re:are you sure it was a pinto... by Anonymous Coward · · Score: 0

      I've seen about 3 restored pintos around here in the last year, and I haven't seen a Mustang II in a decade. Apparently there's a collectors market for the Pinto.

      You guys will have to think of a new car to rag on (dodge omni, chevette, K-Car...)

  24. Wow, you sure do know a lot about databases! by Anonymous Coward · · Score: 0

    Ah, I see, MySQL is faster than Oracle! Please, share more of your brilliant observations!

  25. May be now... by KrisCowboy · · Score: 3, Interesting

    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.

    1. Re:May be now... by IdleTime · · Score: 2, Insightful

      No it will not.

      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 install and maintain it, like maybe a 5 day DBA class and then some more. If you think this is a click and run type of software, you are wrong and that is what is causing you to spend time on getting it up and running, when it in fact is very easy as long as you can read and follow and installation guide and not sjip any steps.

      3-dya install? Your problem, not Oracles!

      --
      If you mod me down, I *will* introduce you to my sister!
    2. Re:May be now... by Anonymous Coward · · Score: 1, Insightful

      That's commonly referred to Oracle's steep learning curve. Because the damn thing is powerful, it means you have to take time to learn it. The first time I installed it on linux it took several days. Now that I know better it can take a little as several hours to a week. Again, depending on what kind of database I want to setup. There are certain cases where auto configuration is not as powerful as an expert DBA with years of experience. For low performance stuff, auto configuration like Sql Server is fine, but once the loads are demanding you still need an expert to tune it. Take for example, Oracle can easily maintain thousands of open database connections with thousands of concurrent queries. Sql Server can't. Therefore, COM+ is used to throttle the queries so the inbound queue is manageable. If you didn't use COM+ to queue the queries, you would kill Sql Server very quickly. Don't take my word, go read up on it yourself.

    3. Re:May be now... by adelton · · Score: 1

      You might be right for production environment. There you would well expect the DBA to know what they are doing.

      However, having the installation in the form of

      rpm -Uvh oracle-standard-one-10.1.0.2.i386.rpm

      would certainly be nice. After all, it is just software.

    4. Re:May be now... by IdleTime · · Score: 1

      You have obviously no experience with an Oracle database?

      First of all, Oracle software is not installed as 'root', but as 'oracle' and as a memeber of 'oinstall' and 'dba' groups.
      Second, there are a lot of steps that needs to be taken during install, such as rleinking againts your libraries, configuration done by root, configuration of your network etc.

      You will never see Oracle as an RPM (which btw is about the worst format you can distribute software on, no matter what)

      i will repeat again: Oracle is not a click and run isntallation, but requires knowledge other than just typing install or rpm -Uvh. until you understand that, you will continue to tout rpm based installs, but that only shows an Oracle savvy person that you have no clue whatsoever!

      --
      If you mod me down, I *will* introduce you to my sister!
    5. Re:May be now... by adelton · · Score: 2, Insightful
      You have obviously no experience with an Oracle database?

      You mean besides doing DBA and PL/SQL development on a daily basis?

      First of all, Oracle software is not installed as 'root', but as 'oracle' and as a memeber of 'oinstall' and 'dba' groups.

      Second, Oracle software can be installed as any user and group you please (except root, which I believe is still technically possible, even if not recommended). Third, rpm can very well install the software under any user and group it chooses, the same way it does with mailservers, HTTP server or database servers. The same holds for linking anything to anything else and setting up default configuration. Besides, rpm could easily handle dependencies.

      i will repeat again: Oracle is not a click and run isntallation, but requires knowledge other than just typing install or rpm -Uvh. until you understand that, you will continue to tout rpm based installs, but that only shows an Oracle savvy person that you have no clue whatsoever!

      Your claims are being contradicted by Oracle Corp. Did you install Oracle Database lately? They made it into ./runInstaller, click, click, click, OK, click, click some more, and run thing, as far as setting the software fast is concerned. You do not need to be fluent with names of v$ and dba_ views to run the database with OEM, 10g has ADDM, the SGA can be sized by the database server, ... Yes, as I've said, for production environment you better know what you are doing, but that is by no means unique to Oracle. Oracle is a piece of software. It is not a shame to make software easily usable

    6. Re:May be now... by maw · · Score: 1
      It's the customer's problem, not Oracle's, because of Oracle's position in the market.

      For a while, I thought that Oracle (and a number of other johnny come latelys to the Linux market, such as Veritas) would do well to hire competent release engineers.

      Then it dawned on me that Oracle doesn't want their product to have an adequate install. In addition to charging exorbitant amounts for their software, they have a thriving business in training too.

      People don't choose to not use Oracle because it's hard to install, so making it easy to install isn't (for now, at least) in their interests.

      --
      You're a suburbanite.
  26. Security through Obscurity... by twoslice · · Score: 0
    Putting Oracle on a low-end box is like putting a $3000 stereo system in a Yugo.

    Yes but, would a thief even think to steal a stereo out of a Yugo?

    --

    From excellent karma to terible karma with a single +5 funny post...
  27. What about the non-technical staff? by Ed+Avis · · Score: 5, Insightful

    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.

    --
    -- Ed Avis ed@membled.com
    1. Re:What about the non-technical staff? by CommandNotFound · · Score: 3, Interesting

      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.

  28. Let's ask the Oracle... by Anonymous Coward · · Score: 0, Offtopic

    ... who the winner of the next presidential elections will be.

  29. FUD by proudlyindian · · Score: 0, Interesting

    from the article

    Windows is the most widely used server operating system; ...

    Striving to be common....

  30. Postrgres by Anonymous Coward · · Score: 3, Funny

    Now all they need to do is switch to Postgres. ^^

    1. Re:Postrgres by HighOrbit · · Score: 1

      I would be interested in knowing how much of Postgres has ended up in Oracle. Since Oracle is only in binary, we will probably never know (unless some Oracle employee gets mad because he didn't get his bonus).

    2. Re:Postrgres by Edmund+Blackadder · · Score: 2, Informative

      I asked Eben Moglen the same question one time (he is the chief counsel for the EFF). And he says that actually there are ways of knowing, and he was confident he was doing a good job of keeping OSS out of non OSS products.

  31. So? by green+pizza · · Score: 1

    Oracle did not migrate from MS though. They previously used SUN workstations for development.

    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 moving to NT is not necessarily the wave of the future.

    1. Re:So? by ClosedSource · · Score: 1

      It's an interesting strategy, but it might not be good for their business. Many of their Windows-based customers might conclude that their support from Oracle is waning and switch to MS's database. It's better to let your customers believe that you are OS agnostic.

      Obviously, you may want to choose a single platform for your primary development, but you don't have to expose that detail to your customers and risk alienating some of them.

  32. Wim? by Anonymous Coward · · Score: 0

    Now the transformation has begun for those who work on the database product, said Wim Coekaerts

    Wim Coekaerts? Did the family cat walk across the keyboard when his parents were making their "potential baby names" list, and nobody noticed?

    1. Re:Wim? by BlackLotus · · Score: 0


      For all the "John's", "pete's" and "jebediah's" you Americans have, we dutch/belgian people have "Wim's"

  33. What Oracle on Linux Needs...... by HighOrbit · · Score: 2, Informative

    Oracle needs to drop the "one Linux" fits all concept and to recompile against different (and up to date) distributions on a more frequent basis. Right now, Oracle for Linux is compiled against old versions of Suse with ancient glibc libraries. This causes its installation to fail on any modern distributation, unless you apply lots of compatibility patches and some ugly hacks to the configuation.

    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.

    1. Re:What Oracle on Linux Needs...... by duffbeer703 · · Score: 2, Insightful

      I disagree. Whomever writes glibc should be taking backward compatability and code stability into account.

      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.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
    2. Re:What Oracle on Linux Needs...... by ivlad · · Score: 1, Interesting

      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.

    3. Re:What Oracle on Linux Needs...... by snero3 · · Score: 1

      racle for Linux is compiled against old versions of Suse with ancient glibc libraries. This causes its installation to fail on any modern distributation, unless you apply lots of compatibility patches and some ugly hacks to the configuation.

      Umm, I don't know which versions of oracle you recently tried but since 9.2.0.4 it installs just fine with all versions of glibc. I have tried in on redhat 9 fedcore 1 and 2 and gentoo. Maybe you should give it another go

      --
      It said "windows 98 or better" so I installed Linux
    4. Re:What Oracle on Linux Needs...... by HighOrbit · · Score: 1

      I agree with you and duff (above) that at the root this is a glibc issue. But, GNU being what it is, and Linux being what it is, I don't expect to see glibc/Linux development practices changing anytime soon. Because there are several Linux vendors with different release cycles, trying to get them all to use compatible libraries is impossible. The pratical fact remains that Suse version 9, Redhat AS version 3, and Debian version 3, can (and do) ship with different and incompatable version of glibc. So saying that a single binary is "for Linux" is a recipie for trouble.

      However, I don't think it is unreasonable for Oracle to offer "Oracle for Suse 9" and "Oracle for Redhat AS 3.0" side by side, when they offer "Oracle for Solaris" and "Oracle for AIX" side by side.

    5. Re:What Oracle on Linux Needs...... by Anonymous Coward · · Score: 0
      The platform-specific docs for Oracle on Linux delineate Oracle's generic Linux requirements. So long as your platform meets these requirements (kernel version, glib version, etc.), Oracle will support its own software on your platform.

      If you want Oracle to support Linux on your platform, then you need to install one of the distros listed in their compatibility matrix, e.g., Red Hat, SuSE, or UnitedLinux.

    6. Re:What Oracle on Linux Needs...... by surprise_audit · · Score: 1
      I can run Windows 3.1 programs written in 1992 on me Windows XP box...

      And that right there is a major contributor to Windows instability - making every new update backwards-compatible with previous versions. Granted, Microsoft pretty much *had* to do it so that legacy apps would still work, but they've still fucked themselves over with it.

    7. Re:What Oracle on Linux Needs...... by KarmaMB84 · · Score: 1

      Backwards compatibility is also probably one of the reasons Windows has some of the problems it does.

    8. Re:What Oracle on Linux Needs...... by duffbeer703 · · Score: 1

      Yeah, like that 95% marketshare. Big problem.

      Linux on the desktop is a myth because it is prohibitively expensive to run applications when the pace of incompatible kernel, system library, window manager and other changes is so fast.

      The independent "distro" operating model for Linux is a total nightmare -- there are literally dozens of different "linux" systems, all with different incompatabilities and quirks. Sounds alot like the Unix market circa 1991, doesn't it?

      Even Linux cheerleaders like IBM envision client linux as a glorified terminal -- the real apps run on distributed servers, which is what Linux & Unix systems do best.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
    9. Re:What Oracle on Linux Needs...... by FooBarWidget · · Score: 2, Informative

      16-bit apps cannot link to 32-bit DLLs. You can run Win 3.1 apps because the backward compatibility libraries are already installed. That's no different than Linux with compatibility libraries installed.

  34. Oraclesoft by thirty2bit · · Score: 0, Redundant

    Boy, that announcement has got to be frying Billy Gates' kippers & giving him sleepless nights. To have the most high-profile DB vendor switching to Linux for development is a setback in the World Domaination plan...

  35. The point is... it's not NT by green+pizza · · Score: 1

    This is a move FROM Sun Solaris TO Linux.

    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.

  36. Good for Linux, bad for Linux? by Anonymous Coward · · Score: 0

    I'm wondering, if Oracle starts pushing into the Linux DB space, what will become of other Linux DB's like MySQL, PostGreSQL? Will support for them wane as companies flock the the "standard" of Oracle?

    And yes, I realize that Oracle costs $$, there are scaling issues, etc. etc. But I'm talking corporate users here. Companies that can leverage Oracle on Linux might be less inclined to use (and support) the other OSS database products.

    If Oracle offered a "free" version of their DB (say, personal edition) for users of linux without cost, would you switch from MySQL?

    (posting anonymous since I've already moderated this topic.)

  37. Re:Get a copy of Oracle and try it out for yoursel by jlechem · · Score: 2, Informative

    You would think so. I did some comparisons against Oracle and mySQL for a software engineering project and found some interesting results. Granted I was using the personal free version of Oracle not the 30K version. But yeah Oracle and mySQL are pretty equal in speed. Oracle is defintately no slouch but mySQL wasn't the ultra speed demon I was expecting either. I would say they were pretty close to equal. However Oracle did much better in one department and that was the number of concurrent users. No matter how many concurrent connections I threw at it it stayed at a steady speed. However mySQL started to slow down pretty bad as more users got added. This might not be the case on server hardware but on a fairly normal PC mySQL bogged down after too many connections were in use.

    --
    Hold up, wait a minute, let me put some pimpin in it
  38. Having been at Oracle... by Anonymous Coward · · Score: 5, Informative

    ... for an interview for a higher-level position (I'm a scientist, not a coder or manager), I think I can comment a little on the ramifications.

    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.

  39. Yawn. Oracle & Open Source by LesDawson · · Score: 0, Flamebait
    Reasons why this is no big deal :

    It's only for "geek use", this is the developers desktop we are talking about.

    Oracle is not pro Open Source. They are a closed source vendor using OS to get at MS.

    The "enemy of my enemy is my friend" is a flawed philosophy. Oracle, IBM are just as big a$$holes as MS.

  40. Re:How many programmers now? (MOD PARENT UP!) by Anonymous Coward · · Score: 0

    lol so true.

  41. Unfortunately, Yes by magnum3065 · · Score: 2, Informative

    Now, I can't comment on the performance, etc. at this point, but I can tell you the installation was miserable.

    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 and the component which provides the database creation utility wouldn't install. The error indicated that it didn't have sufficient permissions, though we had given write permissions everywhere it should have needed. We tried to track down exactly what it was trying to write, but the error message didn't give this information and the logs were empty.

    We finally gave up on that utility so we had to do the whole database creation by hand, which Oracle doesn't make very easy. I was previously pretty much ambivalent towards Oracle before, but now this has me rather put off. I would switch to MySQL, but the customer is strictly for Oracle.

    I have no objections to Oracle providing nice graphical utilities, but it shouldn't be this monolithic entity.

    1. Re:Unfortunately, Yes by mrwright · · Score: 2, Informative

      You could always do an export DISPLAY=my.desktop.host.name:0.0 and have X transmit the graphics across the network to your terminal. That's the way I installed Websphere App Server (Installshield Graphical Java-based installer) on one of our headless servers anyway...

    2. Re:Unfortunately, Yes by myatmpinis1234 · · Score: 1

      or use VNC.

  42. SCO comment of the day :) by r00t-69 · · Score: 2, Insightful

    Are they asking to get sued by SCO? We all now everyone is switching to Linux, but you have to be quiet about it.

  43. Discoverer/Jinitiator by Genady · · Score: 1

    God I wish you were right. A non-windows Discoverer Admin client would make my day. Don't get me started on Jinitiator.....

    --


    What if it is just turtles all the way down?
    1. Re:Discoverer/Jinitiator by LDoggg_ · · Score: 1

      I finally got the apps to run on Linux without jinitiator.
      I fired up konqueror, with a sun 1.4 jvm, changed the browser identification to MAC, and the apps launched.
      Only problem is that ctl-F11 doesn't seem to execute queries in the forms, but you can execute from the menu.

      --

      "If they have both, tell them we use Linux. And if they have that, tell them the computers are down." -Dave Chapelle
    2. Re:Discoverer/Jinitiator by CaptPungent · · Score: 0

      I finally got the apps to run on Linux without jinitiator.
      I fired up konqueror, with a sun 1.4 jvm, changed the browser identification to MAC, and the apps launched

      Interesting.. This doesn't appear to work for Oracle Forms apps though, at work we develop Forms apps, and I just tried what you said above, the app doesn't load up though. Does this only work with this Discoverer app?

      --
      C Pungent
    3. Re:Discoverer/Jinitiator by LDoggg_ · · Score: 1

      It definetly works with forms apps.
      I'm using it for the 11.5.8 applications. We use AR, AP, OE, GL, Inventory, etc. at the office, and its fine.

      Not sure how it works for discoverer though, most of my queries are just done through sqlplus :)

      --

      "If they have both, tell them we use Linux. And if they have that, tell them the computers are down." -Dave Chapelle
  44. Re:Get a copy of Oracle and try it out for yoursel by Anonymous Coward · · Score: 0

    Comparing Oracle to mysql like that is like comparing some kind of car analogy to a truck analogy, they are useful for totally different things.

    Mysql might be faster for some things, but it lacks all of the advanced features of Oracle, and lots of the less advanced features that Oracle has had since 1995.

    Views ? Good transaction control ? Clustering ?

    Not with mysql.

  45. Lies and statistics... by nelsonal · · Score: 2, Informative

    I think they are probably counting me as one of those three million (I signed up on one of their developer sites for a free copy of windows). While I can make a mean hello world program (and occasionally automate something in Excel), I daresay that you would find one hour of the oracle guy's time is yields you much more than I could do in a year.

    --
    Degaussing scares the bad magnetism out of the monitor and fills it with good karma.
  46. Er, are we? by jamieo · · Score: 1, Offtopic


    Er, first thing I've really heard about it... ;)

    1. Re:Er, are we? by Daengbo · · Score: 1

      So, then, I take it you work at Oracle? If so, then the mod of off-topic was certainly uncalled for and we request your inside info.

  47. Re:Get a copy of Oracle and try it out for yoursel by Fulcrum+of+Evil · · Score: 1

    Granted I was using the personal free version of Oracle not the 30K version.

    What's the difference (besides a 30k license)?

    --
    "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
  48. Re:Get a copy of Oracle and try it out for yoursel by adelton · · Score: 1

    I am eagerly waiting for PostgreSQL to have reasonable exception handling in procedural languages (PL/pgSQL). Without this you can hardly do heavy-duty server-side programming.

  49. Would you like to back that up? by bangular · · Score: 1

    Oracle is fast on high end hardware. Otherwise it is in fact one of the slowest databases. For example I put it on an Athlon XP 2500+ machine with a gig of ram, and not only did it instantly eat up all the ram, but performed marginally. A single Oracle connection requires 10 times the amount of ram as compared to a lightweight database such as MySQL. 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.

    1. Re:Would you like to back that up? by Decaff · · Score: 2, Interesting

      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.

    2. Re:Would you like to back that up? by farzadb82 · · Score: 1

      You must be running it on windows. I have run Oracle on both W2K and Linux (RH9) and there is a HUGE performance difference (btw. I have a celeron 800 w/t 512Mb). Oracle just plain sucks on Windows.

  50. Re:Get a copy of Oracle and try it out for yoursel by funkytwig · · Score: 1

    If the 'free' version is what I think it is it is a VERRY cut down version of oracle (i.e. douse not have any of the advantages oracle is suposed to have over mySQL). However this is interesting. The question is can this 'free' version be installed to run with apache or is it only 'free' for personal use?

  51. SCO Licensing Fees by mek2600 · · Score: 1

    Wow, that'll be a lot of $699 licensing fees going to SCO.

  52. Will they keep the SUN boxes? by Walles · · Score: 2, Interesting

    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?
  53. only old Linux Distros currently supported by SethJohnson · · Score: 1


    The thing that has really sucked as of late is that Oracle hasn't updated its linux binaries to install properly on any current linux distributions. Trying to get it to run on Mandrake after 8.2 is impossible.

    Hopefully now that the developers are using linux desktops, there will be some attention given to supporting modern linux distros.

    I'm pointing this out here because this AC is running an oracle DB on Redhat 8 and it illustrates my complaint perfectly.
    1. Re:only old Linux Distros currently supported by jedidiah · · Score: 1

      Oracle is not in the business to support every variant of the ease of use distributions. Oracle is serious enterprise software backed up by a large support organization. The "cheap" version of Oracle comes in at $1000 per cpu.

      A smaller, better vetted support matrix is to be expected.

      Although, I have had good luck with 9.2.0 on Mandrake 9.x and Debian Sarge.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    2. Re:only old Linux Distros currently supported by polarbear · · Score: 2, 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".

      --
      --- polarbear
  54. Re:Get a copy of Oracle and try it out for yoursel by jlechem · · Score: 1

    Besides 30,000 US dollars I'm not entirely sure ;)

    I've used Oracle in Enterprise applications and it seems to have the same toolset. I think the big difference is you couldn't use it for business purposes. After digging around on the Oracle site I was able to download the 10g Database free of charge. But from the licensing agreement:

    "You man NOT:

    ?use the programs for your own internal data processing or for any commercial or production purposes, or use the programs for any purpose except the development of a single prototype of your application;

    ?use the application you develop with the programs for any internal data processing or commercial or production purposes without securing an appropriate license from us;

    ?continue to develop your application after you have used it for any internal data processing, commercial or production purpose without securing an appropriate license from us, or an Oracle reseller;

    ?remove or modify any program markings or any notice of our proprietary rights;

    ?make the programs available in any manner to any third party;

    ?use the programs to provide third party training;

    ?assign this agreement or give or transfer the programs or an interest in them to another individual or entity;

    ?cause or permit reverse engineering (unless required by law for interoperability), disassembly or decompilation of the programs;

    ?disclose results of any program benchmark tests without our prior consent;"

    --
    Hold up, wait a minute, let me put some pimpin in it
  55. Re:Get a copy of Oracle and try it out for yoursel by jlechem · · Score: 2, Informative

    The version I had was 9i and was full featured. It had everything the paid for version did. I double checked this and posted a reply to someone already that explains how it works. You can't use it for any real purpose other then to lean how to use Oracle it seems.

    --
    Hold up, wait a minute, let me put some pimpin in it
  56. Nah, now's the time to be loud... by smarty_bones · · Score: 1

    what's SCO going to do? Sue the whole world? Wait till all the court systems and law offices are running Linux...(of course, some already are)...then what? They won't be able to get a "fair" hearing! :)

  57. The Point by Anonymous Coward · · Score: 2, Insightful

    I think you all are missing the point, which is not that Oracle is going to put Linux on their developers' desktops, but that Linux will be the platform upon and within which Oracle develops its database server code. This is extremely significant for the Oracle market, because it means that, from now on, Oracle will release its new versions and patchsets for Linux first and foremost, with all of the other platforms sucking hind tit.

  58. Even better... by Dr.Dubious+DDQ · · Score: 1
    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.

    The way I look at it, it's not so much a "single front" as a "single 'style'" (I'll stop myself JUST short of saying "standard").

    Linux, *BSD, MacOSX, Sun, AIX, etc aren't QUITE a "single front"...but they all seem to be moving in a direction of interoperating with, and being more portable to, each other than MS Windows does with anything else (heck, they all probably work with WINDOWS better than Windows works with anything else...)

    Increasingly, it seems like the IT world is moving towards portability and compatibility...EXCEPT for MS Windows. Windows seems to be ever more tightly imploding into itself in an attempt to exclude competitors. A previous poster mentioned that MS wants to position MS SQL as "the" database server for Microsoft Windows. Much as Internet Explorer is "the" browser for MS Windows, and MS Office 200x is "the" office suite for MS Windows, and "Outlook" is "the" mail client for MS Windows, and "SharePoint" is "the" WebDAV-(sorta)-based document sharing platform for MS Windows...and so on and so forth. They mess with the standards (I notice that SharePoint(tm) uses a non-standard mechanism for doing searches, so it won't be compatible with anyone else's compliant WebDAV client. Imagine that.) Unfortunate for Microsoft (but fortunate for everyone else - including "consumers" I think) the "everyone else" category is now large and influential enough that they don't have to capitulate to MS to stay in business.

    I think EVENTUALLY even MS will have to adjust their business model and developement to play nicer with others (at least from a technical perspective), but I get the feeling it'll be ALMOST too late for them by the time they get around to doing so.

  59. Except that I have to keep xlibs etc. around.. by nyet · · Score: 1

    no thanks.

    a db should not require *ANY* X components to install, run or maintain, period.

    whoever @ orcacle is reponsible for this "feature" should be shitcanned.

    1. Re:Except that I have to keep xlibs etc. around.. by harikiri · · Score: 1

      Sun's third-party software CD has a java-based installer too. Was a little annoying when all I wanted to do was install a few choice packages without having to hunt down all the dependencies on the CD - on a headless server a few suburbs away. :P

      --
      Man watching 6 MSCE's around a sun box, looks alot like the opening scene's of 2001:space odyssey...
  60. What They've Always Wanted by blueZhift · · Score: 1

    It seems to me that stories like this are just proving that many big development companies have always wanted two important things.

    1. An inexpensive, fast, and stable OS with the strength of Unix.

    2. Inexpensive plentiful hardware to run the OS and apps.

    Boom, Linux shows up on cheap PCs and the proprietary Unices(?) on expensive hardware start to feel the pinch. In the end it looks like Linux and FreeBSD will dominate the high end while Windows dominates the desktop.

    Now for some fan service: It seems likely that Windows is in real peril here, because while they can continue to do well on the desktop, we may be entering a post-PC age where non-PC devices may dominate. Like, I'd love to be able to send my mom email, but she doesn't really use a PC and rarely has an ISP. But she does use a cell phone (like who doesn't now), so text messaging may be the next best thing. I'm sure Microsoft is aware of this too and is betting the farm on Longhorn to stop anymore defections to Linux on the server/development end. I know it was Sun that got hurt in this case, but high profile stories like this won't help MS. If Longhorn doesn't deliver the goods, look for a long downward slide in market share.

    Of course, in the end, maybe we'll see a Microsoft Linux distro! Eeck!

  61. thanks for the info by SethJohnson · · Score: 1


    Yes. I understand that Oracle is 'serious enterprise software'. I've used it for more than five years on Sun hardware.

    I'm really curious how you got Oracle to install on Mandrake 9.x (specifically 9.2). I probably spent 36 hours working on that and finally found that I would need a special patch that only people with support contracts have access to. How did you do it?
  62. Replace the stupid Java-GUI install by stanwirth · · Score: 2, Insightful

    ...in favor of an APT and RPM installer. One that checks the dependencies and what you've got installed before charging on ahead and then crapping out halfway through, forcing you to go back to the beginning again.

    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.

  63. 9,000 programmers.... by Anonymous Coward · · Score: 0

    ...and I *still* get ORA-07445 errors!

  64. 700$ Oracle? Last time I checked it was like 40K$ by fprog · · Score: 0

    700$ Oracle?

    Last time I checked it was like 40K$ per CPU
    plus 100$ per end-users at the extreme back-end.

    Are you sure you got it from otn.oracle.com ?

  65. [Capitalization-Nazi] Mb versus MB by JessLeah · · Score: 1

    Your machine had 512 MEGABITS (YOU said "Mb", I didn't!) of RAM? That'd be... what... 64MB of RAM. I doubt that would be enough. I believe you meant "MB", which means "megabytes".

  66. Crappy, meglomanic installer by xixax · · Score: 1

    It insists on running as root and is vague about changes it makes to a bunch of stuff, and runs a horribly large Java installer that forked like crazy on my Debian test box (probaly because I didn't let it run as root). All I wanted was a couple of libraries, and didn't want to let it fsck^w modify my system. In the end I used Postgres instead because I didn't have time to pick apart their installer to get the bits I wanted.

    I'm not going to swap from Debian to Red Hat for one part being developed for one application. OTOH, if I was rebuilding our main database, I'd probably try those pre-built and certified Red Hat servers. :o)

    Xix.

    --
    "Everything is adjustable, provided you have the right tools"
    1. Re:Crappy, meglomanic installer by 1001011010110101 · · Score: 1

      errr, no. You musn't run setup as root (otherwise, most likely it wont work). Neither in the DB nor the App server setup. You must install it with the user that will run the services later. All you run as root is a .sh close to the end of the instalation, that basically sets up some permissions on the files and such (you can read it, its not big deal).
      And yes, the installer can get a bit heavy sometimes, but in anything decent (read: minimum specs required) it usually works ok.
      If you are installing, read the release notes, the pre-install and try not to skip anything. It usually works ok, and in the latest versions the notes cover up everything needed.

  67. working at oracle by Anonymous Coward · · Score: 0

    I work at Oracle on Oracle Applications and here Windows is used by everyone, I mean _everyone_. Red Hat Linux is available from the desktop via X-windows, to manage source control, use sql*plus, perl, and whatever other stuff. But all the main development tools (Jdeveloper, Toad, etc) run on Windows. Not to mention that Oracle Apps work on the horrendous IE. Recently (couple weeks ago) they even did another clean install of Windows 2000 on everybody's computer....

  68. Re:Having been near Oracle... by Tom+in+Boston · · Score: 1

    Having driven by the building one day, I think I can speak for the company's strategic direction... And get rated +5 Informative! Funny.

  69. Re:700$ Oracle? Last time I checked it was like 40 by BrianMarshall · · Score: 1
    I got it from some guy in a back alley in Malaysia.

    No, I am just kidding...

    From Oracle's web-site, I got Oracle Database 9i Personal Edition - Named User Plus Perpetual - Users: 1 Full Use

    Plus the CD pack for Linux Intel, plus shipping, all for just over Can$690.00

    I don't use the 'i' part of 9i - I just use the database, SQL*Plus, SQL*Loader and PL/SQL.

    --
    "When the going gets weird, the weird turn pro" -- HST