topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 8:33 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Databases in modern companies  (Read 3359 times)

RedPillow

  • Member
  • Joined in 2008
  • **
  • Posts: 141
  • Pillows.
    • View Profile
    • Read more about this member.
    • Donate to Member
Databases in modern companies
« on: March 19, 2010, 01:33 AM »
This really interests me, because Im on-the-job learning and these guys here use databases daily, hourly and minutely.
Every single PC has a tiny client running, to retrieve data from a sector they want, with any PC they want and from any PC they want.
Every log and everything they do is saved automatically to a database, they use databases to list files and a handly program called ORACLE.

Why I am so interested then ?
Because they told us on school, that you`re really gonna need databases daily when you get your job.
I didn`t believe this, but they are actually more than needed !

So.
What do you think of this, is it handy and fast - or maybe complicated and stupid ?
What would be your choise to share and save data ?

mitzevo

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 462
  • Control is power
    • View Profile
    • Donate to Member
Re: Databases in modern companies
« Reply #1 on: March 19, 2010, 03:26 AM »
I like to save data in bases. <- Usually website data, all other things I use .docs, .txts, etc. Plain text with a layer of encryption is all good for me. :Thmbsup:
The clock is running. Make the most of today. Time waits for no man. Yesterday is history. Tomorrow is a mystery. Today is a gift. That's why it is called the present.
« Last Edit: March 19, 2010, 03:34 AM by mitzevo »

40hz

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 11,857
    • View Profile
    • Donate to Member
Re: Databases in modern companies
« Reply #2 on: March 19, 2010, 10:09 AM »
Are you asking if you'll be using databases where you'll be working? The answer to that is : yes.

If you're asking if you'll need to know how to design or program for databases, then it all depends on what career you want to pursue.

CWuestefeld

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,009
    • View Profile
    • Donate to Member
Re: Databases in modern companies
« Reply #3 on: March 19, 2010, 11:52 AM »
Virtually everything uses a database of some form or other.

Sometimes it's an app-specific library that was developed just for a given purpose. Sometimes it's a relational DB like Oracle (or SQL Server, or MySQL, etc.). And now the "NoSQL" databases like Cassandra and CouchDB are popping up.

But broadly speaking, if you need to store your data at all -- and who doesn't -- then you'll be using a database of some ilk.