Contents
Homework 1: Oracle 11g Architecture
Learning Outcomes:
- Explain the processes that make up a database instance
- Identify how DBMS processes use memory
- Describe how the various DBMS components interact
- Identifying and explain the components that make up the Oracle DBMS and how they interact
- Outline Oracle 11g database file architecture
- Shutdown and startup the database.
Homework 2: Basic Oracle 11g Database Administration
Lab02-Basic-Database-Admin-2.pdf
Learning Outcomes:
- Describe when and how to use the Administration tab in Oracle Enterprise Manager (OEM) for 11g
- Discuss the role of the database administrator (dba) in establishing and maintaining database security
- Debate the use of default user accounts
- Create database user accounts
- Create database objects
Homework 3: SQL Review
Learning Outcomes:
- Basic SQL Commands such as SELECT, INSERT, CREATE TABLE, DELETE, DROP, etc
- Additional basic Commands such as LIKE operator (%, _), BETWEEN, IN
- SQL Table Joins
- GROUP BY and HAVING commands
Homework 4: Database Security
Learning Outcomes:
- Identify database security risks
- Discuss the role of the DBA in establishing and maintaining database security
- Understanding when and how to use Security Manager
- Create database Profiles
- Create database Roles
Homework 5: Backup (Cold and Hot)
Learning Outcomes:
- Determine appropriate backup and recovery techniques
- Compare and contrast various techniques for backing up and restoring large databases
- Explain archiving and archive logs
- Implement Oracle 11g’s backup and recovery tools
- Implement Oracle Utilities including
- Import/Export Utility
- SQL Loader Utility
Homework 6: PL/SQL Procedures
- PL/SQL Basic commands
- Implicit and Explicit Cursors