Results 1 to 5 of 5

Thread: MySQL and Oracle

  1. #1

    Thread Starter
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Question MySQL and Oracle

    We represent a large company that has a product for managed file transfer. The product used MySQL for locally storing configuration. Soon after Oracle acquired Sun, the company switched their entire product line from using MySQL to SQL Express. Rumblings indicate that they do not want to deal with any future license complications. Anyone picked up any other trend like that regarding MySQL?
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  2. #2
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: MySQL and Oracle

    It doesn't sound like smart move at all - while MySql is practically has no limits and very fast MS Sql Express is limited to 4GB. Also, not all functionalities are available in Express.

    Also (and this is just a thought), if your company is marketing their product then they should be flexible to any database what so ever but specifically major ones.

  3. #3
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: MySQL and Oracle

    If the purpose is storing local configuration I doubt a limitation of a couple of GB is going to be a problem.

    I can't imagine using MySQL for something of that sort anyway though. You'd be better off I would think using an embedded database technology. Windows has Jet 4.0 (Jet Red) and ESE (Jet Blue) out of the box, or you might look at something like SQLite as an alternative. Even SQL Server Compact Edition is a less intrusive choice than SQL Server Express.

    Service-based DBMSs don't work well as a local datastore. You have to watch out for instance conflicts, users disabling the service, etc.

  4. #4

    Thread Starter
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: MySQL and Oracle

    The application stores local configuration - any local database technology would do the job including MS Access. What took me by surprise is the fact that they dropped MySQL not for technical but for possible future licensing issues.
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  5. #5
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: MySQL and Oracle

    As far as I am aware MySql will continue to be open source so it's free. What you pay for is support only but how often did they have to call for support in the past?
    The answer is probably "never". After all it's their business so let them struggle.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width