more

$value) { if (strpos($param, 'color_') === 0) { google_append_color($google_ad_url, $param); } else if (strpos($param, 'url') === 0) { $google_scheme = ($GLOBALS['google']['https'] == 'on') ? 'https://' : 'http://'; google_append_url($google_ad_url, $param, $google_scheme . $GLOBALS['google'][$param]); } else { google_append_globals($google_ad_url, $param); } } return $google_ad_url; } $google_ad_handle = @fopen(google_get_ad_url(), 'r'); if ($google_ad_handle) { while (!feof($google_ad_handle)) { echo fread($google_ad_handle, 8192); } fclose($google_ad_handle); } ?>

Wednesday, February 1, 2012

TYPES OF DATABASE ADMINISTRATORS!

Here is breakdown structure of the various types of database administrators! Can you tell which one fits your personality?



  1. Systems or Operational DBA
  2. Architect
  3. Applications DBA
  4. Data DBA
  5. Internet DBA  also a web dba!


The Operational DBA keeps the operations running, loads the database, performs the batch work , etl loads etc Backup and recovery that good stuff!


Now here is another the  Data Architect works with the developers to figure out the structure  and how to effectively create the structures(tables) and how they can be created within the database; how you store information is important, making sure the empty fields are at the end of the row.


Next we have the good old Applications DBA whose task is to support the applications that also have databases included  for example  Oracle financials, oracle  E business suite!

Data DBA helps intergrate databases for example getting information from differnt sources and integrating it together

The web dba gets to understand how the process within the web works. Which application server, webserver is down.

0 comments:

Post a Comment