Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Best Database to use with Redhat linux

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which the best data base to use with linux postresql,mysql,oracle
mysql requires to download a jdbc and odbc connector, so which on is the best.
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As with all such questions there is no general "best". If you are lucky, there might be a "best" for your particular application at the moment, though. For a full answer we will need to know a bit more about what you plan to do with your Linux database, and also how much you are willing to spend.
As a starting point, MySQL is free and very fast, but lacks some of the more complex database features like transactions, PostgresSQL is very popular, more powerful than MySQL and also free. Oracle is very powerful and includes lots of proprietary features (like Java stored procedures!) but can be expensive.
Remember as well that there are lots more databases available, a lot of which come with Red Hat, and many others are free to download.
 
reply
    Bookmark Topic Watch Topic
  • New Topic