database administrator tasks
作为数据库管理员的任务
一、评估数据服务器的硬件
数据库和应用如何才能最大限度的使用服务器资源呢?评估需要遵从以下两点。
⑴ORACLE产品支持多少个硬盘驱动器
⑵ORACLE产品支持多少个专用磁带驱动器
⑶数据库实例所在的系统支持多大的内存
二、安装数据库软件
三、制定数据库计划
⑴指定数据库的逻辑存储结构
比如说,你在数据库中添加一个表空间,你就要考虑,
表空间将建立多少个数据文件。
表空间存储什么类型的数据。
数据文件将要存储在哪个物理磁盘上。
数据库逻辑存储结构将影响:
数据库运行时的性能
数据库存储的性能
备份和恢复过程中的对数据库的影响
⑵整个数据库的设计
⑶数据库的备份策略 a backup strategy for the database
四、建立和启动数据库
五、备份数据库
六、数据库系统用户的管理
七、根据划分的逻辑存储结构建立各种表空间。
八、备份完整功能的数据库
九、调整数据性能
十、下载安装补丁
十一、数据迁移
A database administrator’s responsibilities can include the following tasks:
- Installing and upgrading the Oracle Database server and application tools
- Allocating system storage and planning future storage requirements for the database system
- Creating primary database storage structures (tablespaces) after application developers have designed an application
- Creating primary objects (tables, views, indexes) once application developers have designed an application
- Modifying the database structure, as necessary, from information given by application developers
- Enrolling users and maintaining system security
- Ensuring compliance with Oracle license agreements
- Controlling and monitoring user access to the database
- Monitoring and optimizing the performance of the database
- Planning for backup and recovery of database information
- Maintaining archived data on tape
- Backing up and restoring the database
- Contacting Oracle for technical support
