3.b.server Configuration

You might also like

Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 22

2

Server Configuration

Copyright © 2004, Oracle. All rights reserved.


Objectives

After completing this lesson, you should be able to do


the following:
• Describe Oracle Database 10g functionality
support after a database install using DBCA
• Simplify the instance configuration through the
use of a subset of initialization parameters
• (Optional) Install Sample schemas from DBCA
• View database usage statistics through Oracle
Enterprise Manager

2-2 Copyright © 2004, Oracle. All rights reserved.


Database Configuration Assistant (DBCA)
Enhancements

DBCA offers fast creation of a fully functional, ready-to-


use database preconfigured to Oracle standards:
• Automatic creation of auxiliary tablespace called
SYSAUX
• Implementation of a flash recovery area and the
setup of flash backup and recovery strategy
• Out-of-the-box management repository
• Automatic statistics gathering
• Automatic LDAP registration

2-3 Copyright © 2004, Oracle. All rights reserved.


Database Configuration Assistant (DBCA)
Enhancements

• Simplified seed database:


– Simplified initialization parameters
– Reduced in size
– Optional installation of Sample schemas
• Automatic Storage Management (ASM) for disk
storage

2-4 Copyright © 2004, Oracle. All rights reserved.


Using Database Control for Management

2-5 Copyright © 2004, Oracle. All rights reserved.


SYSAUX and DBCA

2-6 Copyright © 2004, Oracle. All rights reserved.


Using Enterprise Manager

• Starting the console


OS> emctl start dbconsole

• Accessing Database Control


http://hostname:5500/em

• Supply SYS/<pwd> AS SYSDBA

2-7 Copyright © 2004, Oracle. All rights reserved.


Database Cloning

2-8 Copyright © 2004, Oracle. All rights reserved.


MetaLink Integration

2-9 Copyright © 2004, Oracle. All rights reserved.


Database Feature Usage:
Statistics Collection
Oracle
Database 10g

Once per week


DB feature usage DB high-water mark
MMON
statistics statistics

AWR

DBA_FEATURE_USAGE_STATISTICS
DBA_HIGH_WATER_MARK_STATISTICS
EM repository:
HOST CONFIGURATION INFO EM Database
Console

2-10 Copyright © 2004, Oracle. All rights reserved.


Database Feature Usage: EM Interface

2-11 Copyright © 2004, Oracle. All rights reserved.


Database Feature Usage: HWM Page

2-12 Copyright © 2004, Oracle. All rights reserved.


Policy Framework

Policy framework

Predefined
policies

Configuration/metric
collection

Database Host Listener

2-13 Copyright © 2004, Oracle. All rights reserved.


Policy Framework in EM

2-14 Copyright © 2004, Oracle. All rights reserved.


Policy Violations Page

2-15 Copyright © 2004, Oracle. All rights reserved.


Managing Policies

2-16 Copyright © 2004, Oracle. All rights reserved.


Simplified Initialization Parameters

Basic Advanced

COMPATIBLE LOCK_SGA
PROCESSES LOG_BUFFER
SESSIONS TRANSACTIONS
UNDO_MANAGEMENT CURSOR_SHARING
… …

2-17 Copyright © 2004, Oracle. All rights reserved.


Viewing Initialization Parameters

2-18 Copyright © 2004, Oracle. All rights reserved.


Irreversible Data File Compatibility

Compatible = 9.2.0 Compatible = 10.0.0

2-19 Copyright © 2004, Oracle. All rights reserved.


Response File Improvements

• True silent installs


– No GUI classes instantiated
• New file format
– Less editing required

2-20 Copyright © 2004, Oracle. All rights reserved.


Summary

In this lesson, you should have learned how to:


• Use Oracle Database 10g new features after
installing a database with DBCA
• Simplify instance configuration through the use of
the basic initialization parameters
• (Optional) Install Sample schemas from DBCA
• View database usage and HWM statistics with
Enterprise Manager

2-21 Copyright © 2004, Oracle. All rights reserved.


Practice 2 Overview

This practice covers the following topics:


• Navigating around Database Control.
• Determining the Basic initialization parameters.
• Identifying the tablespaces in the database.
• Determining which Oracle Database 10g features
are configured.

2-22 Copyright © 2004, Oracle. All rights reserved.

You might also like