Introduction To CMIS 565 - Module 0
Introduction To CMIS 565 - Module 0
Manage Oracle control files, redo log files, datafiles, tablespaces, segments, extents, and
blocks.
This lesson introduces you to Oracle 11g Edition and the tasks of a Database Administrator.
Example: Different applications can run on a grid of linked database servers when
demand increases, a DBA can provision more servers to an application that demands
more resources.
Oracle Database software enables grid computing with the following characteristics:
Performance and scalability: Implemented through low cost hardware clusters, like
Itanium and Linux.
Reliability: Continuous availability of data and applications through Oracle Data Guard.
Security and privacy: security features to share enterprise grid resources while
maintaining privacy and security.
Self-management:
o Oracle infrastructure automates many functions.
o A single DBA can manage hundreds of servers through Oracle Enterprise
Manager (OEM) Cloud Control.
Distributed computing: Oracle has advanced integration features that allow applications
and data to run anywhere in the network.
Clusters have static resources for specific applications for specific owners.
Grids have dynamic resource pools shareable among applications and users.
Grid does not require all severs in a grid to run the same set of applications.
Oracle Streams
o Enables streaming data between databases, nodes, or blade farms in a grid so it can
be shared easily.
o Can keep two or more copies of data in sync as updates are applied.
Database Administrators:
o Installing and upgrading the Oracle Database server and application tools
Database Upgrade Assistant (DBUA)
Download/install software patches (patch releases) from Oracle Support
o Allocating system storage and planning future storage requirements for the
database system
o Creating primary database storage structures (tablespaces) after application
developers have designed an application
o Creating primary objects (tables, views, indexes) once application developers have
designed an application
o Modifying the database structure, as necessary, from information given by
application developers
o Enrolling users and maintaining system security
o Ensuring compliance with Oracle license agreements
o Controlling and monitoring user access to the database
o Monitoring and optimizing the performance of the database (Tuning)
o Planning for backup and recovery of database information
o Maintaining archived data on tape (or disk)
o Backing up and restoring the database
Backup using Recovery Manager (RMAN) software
Recover with RMAN
o Contacting Oracle for technical support
Application Developers:
o
o
o
o
o
o
o
Database Users:
o Database users interact with the database through applications or utilities
Database Maintenance Release Number some new features may be included in this
release.
Fusion Middleware Release Number reflects the release level of the Oracle Application
Server (OracleAS).
PRODUCT
STATUS
------------------------------------------------------NLSRTL
Production
Oracle Database 11g Enterprise Edition
64bit Production
PL/SQL
Production
TNS for Linux:
Production
VERSION
---------11.2.0.3.0
11.2.0.3.0
11.2.0.3.0
11.2.0.3.0
In LINUX this can be accomplished by assigning you to the DBA group for security privilege
purposes.
Two special accounts are created as part of every Oracle database SYS and SYSTEM.
SYS owns all base tables and views of the database data dictionary.
As an individual DBA, you should never directly modify any tables/views owned by
SYS.
Only DBAs should be able to connect to an Oracle database using the SYS account.
SYSTEM this account is used to create additional tables/views used for database
administration.
DBA Role:
A predefined DBA role is automatically created with every Oracle Database installation.
These accounts, roles, and privileges will be covered in more detail in later note sets.
Course Focus
This course focuses on basic database administrator tasks and teaches the Oracle architecture in
detail. Database backup, recovery, network administration, and database tuning are only briefly
covered. These topics are covered in detail in courses offered through Oracle Corporation as
follows:
Oracle Certification
The certification links change constantly. The current certification link is the Oracle University
Certification Program:
http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?
page_id=39&p_org_id=1001
END OF NOTES