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); } ?>
Showing posts with label WHO IS AN ORACLE DBA. Show all posts
Showing posts with label WHO IS AN ORACLE DBA. Show all posts

Thursday, January 19, 2012

WHO IS THE ORACLE DBA?

This is my first major post before delving into what exactly the Oracle DBA is required to do. Let us first simplify who an Oracle DBA is and what roles and responsibilities come with the position.

photo myfootpath


  1. An database administrator (DBA) is the one who administers the Oracle database server.
  2. Responsibilities may vary depending on the size of the company the Oracle DBA works for. For instance,  a small company in most cases might have just one Oracle Database Administrator who administers the database for applications and users. While in a Major company, what you would find are several people tasked as Database Administrators with different areas of specialization.
Now here is a list depicting the roles and responsibilities of the DBA