In newspaper I read some job vacancy for Oracle DBA. Then I want to find more about the Oracle and Oracle DBA.
What is Oracle?
Oracle is a relational database from Oracle Corporation. In a relational database, all data is stored in two-dimensional tables that are composed of rows and columns. The Oracle Database enables you to store data, update it, and efficiently retrieve it.
Oracle Database is the industry-leading database management system that you can use to store all types of business data, including relational, document, multimedia, XML, and location data. It is available on a wide range of platforms and scales from single processor systems to grids of interconnected servers. Oracle Database is the first database designed for Enterprise Grid Computing. It is easy to deploy and manage; can handle all data management workloads; and offers exceptional availability, scalability, reliability, and security.
Oracle provides software to create and manage the Oracle database. The database consists of physical and logical structures in which system, user, and control information is stored. The software that manages the database is called the Oracle database server. Collectively, the software that runs oracle and the physical database are called the Oracle database system.
What is Oracle DBA?
Oracle DBA is a job posisition title for person/team who is responsible for the environmental aspects of an oracle database. As an Oracle DBA, you can expect to be involved in the following tasks:
1. Installing Oracle software
2. Creating Oracle databases
3. Performing upgrades of the database and software to new release levels
4. Starting up and shutting down the database
5. Managing the database's storage structures
6. Managing users and security
7. Managing schema objects, such as tables, indexes, and views
8. Making database backups and performing recovery when necessary
9. Proactively monitoring the database's health and taking preventive or corrective action as required
10. Monitoring and tuning performance
In a small to midsize database environment, you might be the sole person performing these tasks. In large, enterprise environments, the job is often divided among several DBAs, each with their own area of specialty, such as the database security administrator or database tuning expert.
Tools for Administering the Database
The following are some of the products, tools, and utilities you can use in achieving your goals as a database administrator.
A. Oracle Universal Installer (OUI)
The Oracle Universal Installer installs your Oracle software and options. It can automatically launch the Database Configuration Assistant to install a database.
The Database Configuration Assistant creates a database from templates that are Oracle supplied, or you can create your own. It enables you to copy a preconfigured seed database, thus saving the time and effort of customizing and generating a database from scratch.
This tools guides you through the upgrade of your existing database to a new Oracle release.
This tool guides you through your Oracle Net network configuration.
The primary tool for managing your database is Oracle Enterprise Manager, a web-based interface. After you have installed the Oracle software, created or upgraded a database, and configured the network, you can use Oracle Enterprise Manager as the single interface for managing your database. In addition, Oracle Enterprise Manager also provides an interface for performance advisors and an interface for Oracle utilities such as SQL*Loader and Recovery Manager.
Hmm…m only that I can find and share now. I got all info above from Oracle® Database 2 Day DBA 10g Release 1 (10.1) Part Number B10742-02 and from wikipedia by asking uncle Google.

