Вы находитесь на странице: 1из 6

K I T S – A Premier Institute For Oracle 10g/11g DBA

Ph: 66444427, 9248144427

ORACLE DBA 10g/11g


 Creating an Oracle Database
 Introduction o Planning the Database
o Course Objectives o Databases: Examples
o Suggested Schedule o Database Configuration Assistant (DBCA)
o Lesson Objectives o Using the DBCA to Create a Database
o Oracle Products and Services o Password Management
o Oracle Database g: “g” Stands for Grid o Creating a Database Design Template
o Oracle Database Architecture o Using the DBCA to Delete a Database
o Database Structures
o Oracle Memory Structures
o Process Structures o Summary
o Oracle Instance Management o Practice Overview: Using the DBCA
o Server Process and Database Buffer Cache  Managing the Oracle Instance
o Physical Database Structure o Management Framework
o Tablespaces and Data Files o Starting and Stopping Database Control
o SYSTEM and SYSAUX Tablespaces o Oracle Enterprise Manager
o Segments, Extents, and Blocks o Accessing Oracle Enterprise Manager
o Logical and Physical Database Structures Database Home Page
o Course Examples: The HR Schema o Using SQL*Plus and iSQL*Plus to Access
o Database Architecture: Summary of Your Database
Structural Components o Using iSQL*Plus
 Installing the Oracle Database Software o Setting Up iSQL*Plus for SYSDBA and
o Tasks of an Oracle Database Administrator SYSOPER Access
o Tools Used to Administer an Oracle o Using SQL*Plus
Database o Calling SQL*Plus from a Shell Script
o Installation: System Requirements o Calling a SQL Script from SQL*Plus
o Checking the System Requirements o Initialization Parameter Files
o Optimal Flexible Architecture (OFA) o Simplified Initialization Parameters
o Using Optimal Flexible Architecture o Database Startup and Shutdown
o Setting Environment Variables o Starting Up an Oracle Database Instance
o Oracle Universal Installer (OUI) o Starting Up an Oracle Database Instance:
o Installing the Oracle Software NOMOUNT
o Database Configuration Options o Starting Up an Oracle Database Instance:
o Executing Configuration Scripts MOUNT
o Completing Your Installation o Starting Up an Oracle Database Instance:
o Advanced Installation Options OPEN
o Installation Option: Silent Mode o Shutting Down an Oracle Database Instance
o Practice Overview: Installing the Oracle o Shutdown Modes
Software o SHUTDOWN Options
o Using SQL*Plus to Start Up and Shut Down
K I T S – A Premier Institute for Oracle 10g/11g DBA Training
By, Mr. Srinivas M.S. Computer Science (USA)
15 + Years Experience in Software Field
ORACLE DBA CERTIFIED Page 1 of 6
K I T S – A Premier Institute For Oracle 10g/11g DBA
Ph: 66444427, 9248144427

o Viewing the Alert Log o Unlocking a User Account and Resetting the
o Viewing the Alert History Password
o Dynamic Performance Views o Privileges
o Dynamic Performance Views: Usage o System Privileges
Examples o Object Privileges
o Dynamic Performance Views: o Revoking System Privileges with ADMIN
Considerations OPTION
o Summary o Revoking Object Privileges with GRANT
o Practice Overview: Managing the Oracle OPTION
Instance o Benefits of Roles
 Managing Database Storage Structures o Assigning Privileges to Roles and Roles to
o Storage Structures Users
o How Table Data Is Stored o Predefined Roles
o Anatomy of a Database Block o Creating a Role
o Tablespaces and Data Files o Secure Roles
o Oracle Managed Files (OMF) o Assigning Roles to Users
o Space Management in Tablespaces o Profiles and Users
o Exploring the Storage Structure o Implementing Password Security Features
o Creating a New Tablespace o Creating a Password Profile
o Storage for Locally Managed Tablespaces o Supplied Password Verification Function:
o Tablespaces in the Preconfigured Database VERIFY_FUNCTION
o Altering a Tablespace o Viewing and Modifying Initialization
o Actions with Tablespaces Parameters
o Dropping Tablespaces
o Viewing Tablespace Information  Managing Schema Objects
o Gathering Storage Information o What Is a Schema?
o Viewing Tablespace Contents o Accessing Schema Objects
o Enlarging the Database o Naming Database Objects
o What Is Automatic Storage Management? o Specifying Data Types in Tables
o ASM: Key Features and Benefits o Creating and Modifying Tables
o ASM: Concepts o Understanding Data Integrity
o Summary o Defining Constraints
o Constraint Violations
o Practice Overview: Managing Database
o Constraint States
Storage Structures
o Constraint Checking
 Administering User Security
o Creating Constraints with SQL: Examples
o Database User Accounts
o Viewing the Columns in a Table
o Predefined Accounts: SYS and SYSTEM
o Viewing the Contents of a Table
o Creating a User
o Actions with Tables
o Authenticating Users
o Dropping a Table
o Administrator Authentication
o Truncating a Table

K I T S – A Premier Institute for Oracle 10g/11g DBA Training


By, Mr. Srinivas M.S. Computer Science (USA)
15 + Years Experience in Software Field
ORACLE DBA CERTIFIED Page 2 of 6
K I T S – A Premier Institute For Oracle 10g/11g DBA
Ph: 66444427, 9248144427

o Indexes o DML Locks


o Types of Indexes o Enqueue Mechanism
o BTree Index o Lock Conflicts
o Bitmap Indexes o Possible Causes of Lock Conflicts
o Index Options o Detecting Lock Conflicts
o Creating Indexes o Resolving Lock Conflicts
o What Is a View? o Resolving Lock Conflicts Using SQL
o Creating Views o Deadlocks
o Sequences o Summary
o Creating a Sequence o Practice Overview: Managing Data and
o Using a Sequence Concurrency
o Temporary Tables  Managing Undo Data
o Temporary Tables: Considerations o Data Manipulation
o Data Dictionary: Overview o Undo Data
o Data Dictionary Views o Transactions and Undo Data
o Data Dictionary: Usage Examples o Storing Undo Information
o Summary o Undo Data Versus Redo Data
o Practice Overview: Administering Schema o Monitoring Undo
Objects o Administering Undo
 Managing Data and Concurrency o Configuring Undo Retention
o Manipulating Data Through SQL o Guaranteeing Undo Retention
o The INSERT Command o Sizing the Undo Tablespace
o The UPDATE Command o Using the Undo Advisor
o The DELETE Command o Summary
o The MERGE Command o Practice Overview: Managing Undo
o The COMMIT and ROLLBACK Segments
Commands  Implementing Oracle Database Security
o PL/SQL o Industry Security Requirements
o Administering PL/SQL Objects o Separation of Responsibilities
o PL/SQL Objects o Database Security
o Functions o Principle of Least Privilege
o Procedures o Applying the Principle of Least Privilege
o Packages o Monitoring for Suspicious Activity
o Package Specification and Body o Standard Database Auditing
o Built-in Packages o Enabling Auditing
o Triggers o Uniform Audit Trails
o Triggering Events o Enterprise Manager Audit Page
o Locks o Specifying Audit Options
o Locking Mechanism o Using and Maintaining Audit Information
o Data Concurrency o Value Based Auditing

K I T S – A Premier Institute for Oracle 10g/11g DBA Training


By, Mr. Srinivas M.S. Computer Science (USA)
15 + Years Experience in Software Field
ORACLE DBA CERTIFIED Page 3 of 6
K I T S – A Premier Institute For Oracle 10g/11g DBA
Ph: 66444427, 9248144427

o Fine Grained Auditing o Using the Manage Optimizer Statistics Page


o FGA Policy o Statistic Levels
o Audited DML Statement: Considerations o Automatic Workload Repository (AWR)
o FGA Guidelines o AWR Infrastructure
o DBA Auditing o AWR Snapshot Sets
o Maintaining the Audit Trail o Enterprise Manager and AWR
o Security Updates o Managing the AWR
o Applying Security Patches o Automatic Database Diagnostic Monitor
o Summary (ADDM)
o Practice Overview: Implementing Oracle o ADDM Findings
Database Security o ADDM Recommendations
 Configuring the Oracle Network o Advisory Framework
Environment o Enterprise Manager and Advisors
o Oracle Net Services o The DBMS_ADVISOR Package
o Oracle Net Listener o Server Generated Alerts
o Establishing Net Connections o Default Server Generated Alerts
o Establishing a Connection o Setting Thresholds
o User Sessions o Creating and Testing an Alert
o Tools for Configuring and Managing the o Alerts Notification
Oracle Network o Reacting to Alerts
o Listener Control Utility o Alert Types and Clearing Alerts
o Listener Control Utility Syntax o Automated Maintenance Tasks
o Listener Home Page o Summary
o Net Services Administration Pages o Practice Overview: Proactive Maintenance
o Creating a Listener  Performance Management
o Adding Listener Addresses o Performance Monitoring
o Database Service Registration o Performance Monitoring: Top Sessions
o Naming Methods o Performance Monitoring: Top Services
o Easy Connect o SQL Tuning Advisor: Overview
o Local Naming o SQL Tuning Advisor Options and
o Directory Naming Recommendations
o External Naming Method o Using the SQL Tuning Advisor
o Configuring Service Aliases o Using the SQL Tuning Advisor: Example
o Advanced Connection Options o SQL Tuning Advisor: SQL Statistics
o Testing Oracle Net Connectivity o SQL Tuning Advisor: Identifying Duplicate
o User Sessions: Dedicated Server SQL
o User Sessions: Shared Servers o Using the SQL Access Advisor
 Proactive Maintenance o Managing Memory Components
o Proactive Maintenance o Enabling Automatic Shared Memory
o Introducing Terminology Management (ASMM)
o Optimizer Statistics o Manually Setting Shared Memory
K I T S – A Premier Institute for Oracle 10g/11g DBA Training
By, Mr. Srinivas M.S. Computer Science (USA)
15 + Years Experience in Software Field
ORACLE DBA CERTIFIED Page 4 of 6
K I T S – A Premier Institute For Oracle 10g/11g DBA
Ph: 66444427, 9248144427

Management o Recovery Manager (RMAN)


o Using the Memory Advisor o Configuring Backup Settings
o Dynamic Performance Statistics o Scheduling Backups: Strategy
o Troubleshooting and Tuning Views o Scheduling Backups: Options
o Invalid and Unusable Objects o Scheduling Backups: Settings
o Scheduling Backups: Schedule
o Summary
o Scheduling Backups: Review
o Practice Overview: Monitoring and
o Backing Up the Control File to a Trace File
Improving Performance o Managing Backups
 Backup and Recovery Concepts o Flash Recovery Area
o Part of Your Job o Summary
o Categories of Failures o Practice Overview: Creating Database Backups
o Statement Failure  Performing Database Recovery
o User Process Failure o Opening a Database
o Network Failure o Changing Instance Status
o User Error o Keeping a Database Open
o Instance Failure o Loss of a Control File
o Background Processes and Recovery: o Loss of a Redo Log File
Checkpoint (CKPT) o Loss of a Data File in NOARCHIVELOG Mode
o Loss of a Noncritical Data File in
o Background Processes and Recovery: Redo
ARCHIVELOG Mode
Log Files and LogWriter o Loss of a System Critical Data File in
 Background Processes and Recovery: ARCHIVELOG Mode
Archiver (ARCn) o Summary
o Instance Recovery o Practice Overview: Performing Database
o Phases of Instance Recovery Recovery
o Tuning Instance Recovery  Performing Flashback
o Using the MTTR Advisor o Flashback Technology: Benefits
o Media Failure o When to Use the Flashback Technology
o Configuring for Recoverability o Flashing Back Any Error
o Control Files o Flashback Database: Overview
o Redo Log Files o Flashback Database: Reducing Restore Time
o Multiplexing the Redo Log o Flashback Database: Considerations
o Archive Log Files o Flashback Database: Limitations
o Archive Log File: Naming and Destinations o Enabling Flashback Database
o ARCHIVELOG Mode o Flashback Table: Overview
o Summary o Flashback Table
o Practice Overview: Configuring for o Enabling Row Movement on a Table
Recoverability o Performing Flashback Table
 Performing Database Backups o Flashback Table: Considerations
o Backup Solutions: Overview o Flashback Drop: Overview
o Oracle Secure Backup o Flashing Back Dropped Tables Through
o User Managed Backup Enterprise Manager
o Terminology o Flashback Drop: Considerations

K I T S – A Premier Institute for Oracle 10g/11g DBA Training


By, Mr. Srinivas M.S. Computer Science (USA)
15 + Years Experience in Software Field
ORACLE DBA CERTIFIED Page 5 of 6
K I T S – A Premier Institute For Oracle 10g/11g DBA
Ph: 66444427, 9248144427

 Moving Data o Transportable Tablespaces


o Moving Data: General Architecture o External Tables
o Directory Object: Overview o Flashback Time Navigation
o Creating Directory Objects o Flashback Query: Overview
o SQL*Loader: Overview o Flashback Query: Example
o Loading Data with SQL*Loader o DataGuard
o SQL*Loader Control File o ASM (Automatic Storage Management)
o Loading Methods
o Data Pump: Overview
o Data Pump: Benefits
o Data Pump Export and Import: Overview
o Data Pump Utility: Interfaces and Modes
o Fine Grained Object Selection
o Advanced Feature: Sampling
o Export Options: Files
o Data Pump File Locations
o Scheduling and Running a Job
o Data Pump File Naming and Size
o Data Pump Import
o Data Pump Import: Transformations
o Data Pump: Performance Consideration
o Performance Initialization Parameters
o Data Pump Access Path: Considerations
o Using Enterprise Manager to Monitor Data
Pump Jobs
o External Table Population
o Using External Tables
o External Table Population with
ORACLE_DATAPUMP
o External Table Population with
ORACLE_LOADER
o Data Dictionary
o Summary
o Practice Overview: Moving Data

 Advanced Oracle Enterprise


Manager Topics
o Setting up alerts
o Monitoring databases
o Notification of alerts
o Setting up Jobs

 Advanced Topics
K I T S – A Premier Institute for Oracle 10g/11g DBA Training
By, Mr. Srinivas M.S. Computer Science (USA)
15 + Years Experience in Software Field
ORACLE DBA CERTIFIED Page 6 of 6

Вам также может понравиться