Prerequisites
What are the demands of a DBA?
What are the demands of a DBA?
It is very demanding to be a database administrator, or DBA.
You first need to be an expert on the database software itself, in this case the database is Oracle.
The primary mission of a database is to store information on a disk, and retrieve it when needed. So you will soon find that you need to learn about disk storage, including such things as
You first need to be an expert on the database software itself, in this case the database is Oracle.
The primary mission of a database is to store information on a disk, and retrieve it when needed. So you will soon find that you need to learn about disk storage, including such things as
- RAID,
- disk mirroring, and
- striping.