Database Management System
Database Management System
HND ICT 2
ASSIGNMENT
Each database requires at least one database administrator (DBA) to administer it.
Because an Oracle database system can be large and can have many users, often
this is not a one-person job. In such cases, there is a group of DBAs who share
responsibility.
Security Officers
In some cases, a site assigns one or more security officers to a database. A security
officer enrolls users, controls and monitors user access to the database, and
maintains system security. As a DBA, you might not be responsible for these
duties if your site has a separate security officer.
Network Administrators
Some sites have one or more network administrators. A network administrator can
administer Oracle networking products, such as Oracle Net.
Application Developers
Application Administrators
Evaluate how Oracle and its applications can best use the available computer
resources. This evaluation should reveal the following information:
1.How many disk drives are available to Oracle and its databases.
2.How many, if any, dedicated tape drives are available to Oracle and its databases.
3.How much memory is available to the instances of Oracle you will run (see your
system's configuration documentation).
As the database administrator, you install the Oracle database server software and
any front-end tools and database applications that access the database. In some
distributed processing installations, the database is controlled by a central
computer and the database tools and applications are executed on remote
computers. In this case, you must also install the Oracle Net drivers necessary to
connect the remote machines to the computer that executes Oracle.
When you complete the database design, you can create the database and open it
for normal use. You can create a database at installation time, using the Oracle
Database Configuration Assistant, or you can supply your own scripts for creating
a database.
After you create the database structure, carry out the backup strategy you planned
for the database. Create any additional redo log files, take the first full database
backup (online or offline), and schedule future database backups at regular
intervals.
After you create and start the database, and enroll the system users, you can
implement the planned logical structure database by creating all necessary
tablespaces. When you complete this, you can create the objects for the database.
Now that the database is fully implemented, again back up the database. In
addition to regularly scheduled backups, you should always back up your database
immediately after implementing changes to the database structure.
This chapter contains descriptions of all of the features that are new to Oracle
Database 12c Release 1 (12.1.0.1). This chapter contains the following sections:
1.Application Development
2.Business Intelligence and Data Warehousing
3.Compression and Archiving
4.Database Overall
5.High Availability
6.Manageability
7.Performance
8.Oracle RAC and Grid Infrastructure
9.Security
10.Spatial and Graph
11.Unstructured Data
12.Upgrades
13.Windows
STATE FUNCTION
Archiver processes(ARCn) Which copy completed redo log files to
a separate disk location.