SlideShare uma empresa Scribd logo
1 de 43
Copyright © 2009, Oracle. All rights reserved.
Installing your Oracle Software
Copyright © 2009, Oracle. All rights reserved.
2 - 2
Objectives
After completing this lesson, you should be able to:
• Describe your role as a database administrator (DBA) and
explain typical tasks and tools
• Plan an Oracle software installation
• Install Oracle Grid Infrastructure for a standalone server
• Install the Oracle database software
Copyright © 2009, Oracle. All rights reserved.
2 - 3
Tasks of an Oracle Database Administrator
The approach for designing, implementing, and maintaining an
Oracle database involves the following tasks:
1. Evaluating the database server hardware
2. Installing the Oracle software
3. Planning the database and security strategy
4. Creating, migrating, and opening the database
5. Backing up the database
6. Enrolling system users and planning for
their Oracle Network access
7. Implementing the database design
8. Recovering from database failure
9. Monitoring database performance
Copyright © 2009, Oracle. All rights reserved.
2 - 4
Tools for Administering
an Oracle Database
• Oracle Universal Installer
• Database Configuration Assistant
• Database Upgrade Assistant
• Oracle Net Manager
• Oracle Net Configuration Assistant
• Oracle Enterprise Manager
• Server Control Utility
• SQL*Plus
• Recovery Manager
• Data Pump
• SQL*Loader
Copyright © 2009, Oracle. All rights reserved.
2 - 6
Planning Your Installation
• What Oracle software are you installing?
• Does the hardware involved meet the minimum required
specifications?
• Is there a recommended order of installation when multiple
products are involved?
• Are there prerequisite steps that must be performed by
someone other than the DBA?
Copyright © 2009, Oracle. All rights reserved.
2 - 8
Oracle Grid Infrastructure and Oracle Database
Installation: System Requirements
• Memory requirements:
– 1 GB for the database instance with Oracle Enterprise
Manager Database Control
– 1.5 GB for the ASM instance and Oracle Restart
• Disk space requirements:
– 3 GB of swap space (based on 2 GB RAM)
– 1 GB of disk space in the /tmp directory
– 3.8 GB for the Oracle Database software
– 4.5 GB for the Grid Infrastructure software
– 1.7 GB for the preconfigured database (optional)
– 3.4 GB for the fast recovery area (optional)
• Operating system (see documentation)
Copyright © 2009, Oracle. All rights reserved.
2 - 9
Preparing the Operating System
Create the required operating system users and groups:
• Groups:
– oinstall
– dba
– Optional groups (if doing separation of duty across
multiple users):
— oper
— asmdba
— asmoper
— asmadmin
• Users:
– Software owner, usually oracle
– Can create multiple users for multiple product installations
Copyright © 2009, Oracle. All rights reserved.
2 - 10
Setting Environment Variables
Oracle environment variables:
• ORACLE_BASE: Base of the Oracle directory structure.
Recommended to set this before installation.
• ORACLE_HOME: The environment in which Oracle products
run. Not required before installation if ORACLE_BASE is
set.
• ORACLE_SID: Not required before installation, but useful
afterwards for ease of interaction with a particular instance
• NLS_LANG: Optional environment variable that controls
language, territory, and client character set settings
Copyright © 2009, Oracle. All rights reserved.
2 - 11
Checking the System Requirements
• Adequate
temporary space
• 64-bit versus
• 32-bit issues
• Correct operating system (OS)
• OS patch level
• System packages
• System and kernel parameters
• X Server permissions
• Sufficient swapping
• ORACLE_HOME status
Copyright © 2009, Oracle. All rights reserved.
2 - 12
Oracle Universal Installer (OUI)
Copyright © 2009, Oracle. All rights reserved.
2 - 13
Example: Installation Scenario
The installation scenario being presented in this lesson is
divided into two parts:
• Part One: Install Oracle Grid Infrastructure for standalone
server
• Part Two: Install Oracle Database software
Copyright © 2009, Oracle. All rights reserved.
2 - 14
Part One: Installing the Oracle Grid Infrastructure
for Standalone Server
Copyright © 2009, Oracle. All rights reserved.
2 - 15
Selecting Product Languages
Copyright © 2009, Oracle. All rights reserved.
2 - 16
Creating an ASM Disk Group
Copyright © 2009, Oracle. All rights reserved.
2 - 17
Defining ASM Passwords
Copyright © 2009, Oracle. All rights reserved.
2 - 18
Defining Privileged Operating System Groups
Copyright © 2009, Oracle. All rights reserved.
2 - 19
Specifying Installation Location
Copyright © 2009, Oracle. All rights reserved.
2 - 20
Creating Inventory
Copyright © 2009, Oracle. All rights reserved.
2 - 21
Performing Prerequisite Checks
Copyright © 2009, Oracle. All rights reserved.
2 - 22
Verifying Installation Summary Data
Copyright © 2009, Oracle. All rights reserved.
2 - 23
Monitoring Installation Progress
Copyright © 2009, Oracle. All rights reserved.
2 - 24
Executing root Configuration Scripts
Copyright © 2009, Oracle. All rights reserved.
2 - 25
Executing Configuration Assistants
Copyright © 2009, Oracle. All rights reserved.
2 - 26
Finishing Installation
Copyright © 2009, Oracle. All rights reserved.
2 - 27
Configuring the FRA Disk Group
Copyright © 2009, Oracle. All rights reserved.
2 - 28
Quiz
The universal installer performs all required configuration for
installing Oracle software.
1. True
2. False
Copyright © 2009, Oracle. All rights reserved.
2 - 29
Quiz
During Grid infrastructure setup it is a possible to:
1. Specify exact location of datafiles for ASM instance
2. Create only one DISKGROUP
3. Specify size of SGA for ASM instance
4. Create several DISKGROUPS
Copyright © 2009, Oracle. All rights reserved.
2 - 30
Part Two: Installing the Oracle Database Software
Copyright © 2009, Oracle. All rights reserved.
2 - 31
Choosing the Type of Installation
Copyright © 2009, Oracle. All rights reserved.
2 - 32
Choosing Grid Installation Options
Copyright © 2009, Oracle. All rights reserved.
2 - 33
Choosing Language Settings
Copyright © 2009, Oracle. All rights reserved.
2 - 34
Choosing the Database Edition
Copyright © 2009, Oracle. All rights reserved.
2 - 35
Specifying Installation Location
Copyright © 2009, Oracle. All rights reserved.
2 - 36
Choosing Operating System Groups
Copyright © 2009, Oracle. All rights reserved.
2 - 37
Performing Prerequisite Checks
Copyright © 2009, Oracle. All rights reserved.
2 - 38
Installation Summary Page
Copyright © 2009, Oracle. All rights reserved.
2 - 39
The Install Product Page
Copyright © 2009, Oracle. All rights reserved.
2 - 40
Installation Finished
Copyright © 2009, Oracle. All rights reserved.
2 - 41
Installation Option: Silent Mode
To install and configure Oracle products with OUI in silent
mode, perform the following steps:
1. Prepare a response file:
– Using one of the file templates that are delivered with the
Oracle software
– By recording a response file during an installation process
using the OUI by clicking Save Response File on the
summary page
2. Run OUI in silent or suppressed mode.
./runInstaller –silent –responsefile <filename>
If required, run NetCA and the DBCA in silent mode.
Copyright © 2009, Oracle. All rights reserved.
2 - 42
Quiz
A response file is:
1. A binary file that can be edited using a binary editing
program
2. A binary file that can be created by the installer program
3. A text file that cannot be edited, but can be created by the
installer program
4. A text file that can be edited with a text editor
Copyright © 2009, Oracle. All rights reserved.
2 - 43
Quiz
During Database software installation you can specify groups
for:
1. the osoper group
2. the osasm group
3. the osdba group
4. the osadmin group
Copyright © 2009, Oracle. All rights reserved.
2 - 44
Summary
In this lesson, you should have learned how to:
• Describe your role as a database administrator (DBA) and
explain typical tasks and tools
• Plan an Oracle software installation
• Install Oracle Grid Infrastructure for a standalone server
• Install the Oracle database software
Copyright © 2009, Oracle. All rights reserved.
2 - 45
Practice 2 Overview:
Preparing the Database Environment
This practice covers installing the Oracle software by using
Oracle Universal Installer.
Note: Completing this practice is critical for all subsequent
practices.

Mais conteúdo relacionado

Mais procurados

Oracle Database Management - Backup/Recovery
Oracle Database Management - Backup/RecoveryOracle Database Management - Backup/Recovery
Oracle Database Management - Backup/RecoveryChien Chung Shen
 
Your tuning arsenal: AWR, ADDM, ASH, Metrics and Advisors
Your tuning arsenal: AWR, ADDM, ASH, Metrics and AdvisorsYour tuning arsenal: AWR, ADDM, ASH, Metrics and Advisors
Your tuning arsenal: AWR, ADDM, ASH, Metrics and AdvisorsJohn Kanagaraj
 
Less01 architecture
Less01 architectureLess01 architecture
Less01 architectureAmit Bhalla
 
Troubleshooting Complex Performance issues - Oracle SEG$ contention
Troubleshooting Complex Performance issues - Oracle SEG$ contentionTroubleshooting Complex Performance issues - Oracle SEG$ contention
Troubleshooting Complex Performance issues - Oracle SEG$ contentionTanel Poder
 
UKOUG, Oracle Transaction Locks
UKOUG, Oracle Transaction LocksUKOUG, Oracle Transaction Locks
UKOUG, Oracle Transaction LocksKyle Hailey
 
Why oracle data guard new features in oracle 18c, 19c
Why oracle data guard new features in oracle 18c, 19cWhy oracle data guard new features in oracle 18c, 19c
Why oracle data guard new features in oracle 18c, 19cSatishbabu Gunukula
 
Running E-Business Suite Database on Oracle Database Appliance
Running E-Business Suite Database on Oracle Database ApplianceRunning E-Business Suite Database on Oracle Database Appliance
Running E-Business Suite Database on Oracle Database ApplianceMaris Elsins
 
Introduction of Oracle Database Architecture
Introduction of Oracle Database ArchitectureIntroduction of Oracle Database Architecture
Introduction of Oracle Database ArchitectureRyota Watabe
 
Oracle Golden Gate Bidirectional Replication
Oracle Golden Gate Bidirectional ReplicationOracle Golden Gate Bidirectional Replication
Oracle Golden Gate Bidirectional ReplicationArun Sharma
 
Performance Tuning With Oracle ASH and AWR. Part 1 How And What
Performance Tuning With Oracle ASH and AWR. Part 1 How And WhatPerformance Tuning With Oracle ASH and AWR. Part 1 How And What
Performance Tuning With Oracle ASH and AWR. Part 1 How And Whatudaymoogala
 
Oracle Transparent Data Encryption (TDE) 12c
Oracle Transparent Data Encryption (TDE) 12cOracle Transparent Data Encryption (TDE) 12c
Oracle Transparent Data Encryption (TDE) 12cNabeel Yoosuf
 
Enable oracle database vault
Enable oracle database vaultEnable oracle database vault
Enable oracle database vaultOsama Mustafa
 
DB Time, Average Active Sessions, and ASH Math - Oracle performance fundamentals
DB Time, Average Active Sessions, and ASH Math - Oracle performance fundamentalsDB Time, Average Active Sessions, and ASH Math - Oracle performance fundamentals
DB Time, Average Active Sessions, and ASH Math - Oracle performance fundamentalsJohn Beresniewicz
 
DB12c: All You Need to Know About the Resource Manager
DB12c: All You Need to Know About the Resource ManagerDB12c: All You Need to Know About the Resource Manager
DB12c: All You Need to Know About the Resource ManagerAndrejs Vorobjovs
 
Resource Access Control Facility (RACF) in Mainframes
Resource Access Control Facility (RACF) in MainframesResource Access Control Facility (RACF) in Mainframes
Resource Access Control Facility (RACF) in MainframesAayush Singh
 
Mainframe JCL Part - 1
Mainframe JCL Part - 1Mainframe JCL Part - 1
Mainframe JCL Part - 1janaki ram
 

Mais procurados (20)

Oracle Database Management - Backup/Recovery
Oracle Database Management - Backup/RecoveryOracle Database Management - Backup/Recovery
Oracle Database Management - Backup/Recovery
 
Your tuning arsenal: AWR, ADDM, ASH, Metrics and Advisors
Your tuning arsenal: AWR, ADDM, ASH, Metrics and AdvisorsYour tuning arsenal: AWR, ADDM, ASH, Metrics and Advisors
Your tuning arsenal: AWR, ADDM, ASH, Metrics and Advisors
 
Less01 architecture
Less01 architectureLess01 architecture
Less01 architecture
 
Troubleshooting Complex Performance issues - Oracle SEG$ contention
Troubleshooting Complex Performance issues - Oracle SEG$ contentionTroubleshooting Complex Performance issues - Oracle SEG$ contention
Troubleshooting Complex Performance issues - Oracle SEG$ contention
 
UKOUG, Oracle Transaction Locks
UKOUG, Oracle Transaction LocksUKOUG, Oracle Transaction Locks
UKOUG, Oracle Transaction Locks
 
Understanding index
Understanding indexUnderstanding index
Understanding index
 
AWR reports-Measuring CPU
AWR reports-Measuring CPUAWR reports-Measuring CPU
AWR reports-Measuring CPU
 
Why oracle data guard new features in oracle 18c, 19c
Why oracle data guard new features in oracle 18c, 19cWhy oracle data guard new features in oracle 18c, 19c
Why oracle data guard new features in oracle 18c, 19c
 
Running E-Business Suite Database on Oracle Database Appliance
Running E-Business Suite Database on Oracle Database ApplianceRunning E-Business Suite Database on Oracle Database Appliance
Running E-Business Suite Database on Oracle Database Appliance
 
Introduction of Oracle Database Architecture
Introduction of Oracle Database ArchitectureIntroduction of Oracle Database Architecture
Introduction of Oracle Database Architecture
 
Oracle SQL 1 Day Tutorial
Oracle SQL 1 Day TutorialOracle SQL 1 Day Tutorial
Oracle SQL 1 Day Tutorial
 
Oracle Golden Gate Bidirectional Replication
Oracle Golden Gate Bidirectional ReplicationOracle Golden Gate Bidirectional Replication
Oracle Golden Gate Bidirectional Replication
 
Performance Tuning With Oracle ASH and AWR. Part 1 How And What
Performance Tuning With Oracle ASH and AWR. Part 1 How And WhatPerformance Tuning With Oracle ASH and AWR. Part 1 How And What
Performance Tuning With Oracle ASH and AWR. Part 1 How And What
 
Oracle Transparent Data Encryption (TDE) 12c
Oracle Transparent Data Encryption (TDE) 12cOracle Transparent Data Encryption (TDE) 12c
Oracle Transparent Data Encryption (TDE) 12c
 
Enable oracle database vault
Enable oracle database vaultEnable oracle database vault
Enable oracle database vault
 
DB Time, Average Active Sessions, and ASH Math - Oracle performance fundamentals
DB Time, Average Active Sessions, and ASH Math - Oracle performance fundamentalsDB Time, Average Active Sessions, and ASH Math - Oracle performance fundamentals
DB Time, Average Active Sessions, and ASH Math - Oracle performance fundamentals
 
DB12c: All You Need to Know About the Resource Manager
DB12c: All You Need to Know About the Resource ManagerDB12c: All You Need to Know About the Resource Manager
DB12c: All You Need to Know About the Resource Manager
 
Resource Access Control Facility (RACF) in Mainframes
Resource Access Control Facility (RACF) in MainframesResource Access Control Facility (RACF) in Mainframes
Resource Access Control Facility (RACF) in Mainframes
 
MS-SQL SERVER ARCHITECTURE
MS-SQL SERVER ARCHITECTUREMS-SQL SERVER ARCHITECTURE
MS-SQL SERVER ARCHITECTURE
 
Mainframe JCL Part - 1
Mainframe JCL Part - 1Mainframe JCL Part - 1
Mainframe JCL Part - 1
 

Semelhante a Installing your Oracle Software.ppt

Less02 installation
Less02 installationLess02 installation
Less02 installationAmit Bhalla
 
Less02installation 100330034101-phpapp02
Less02installation 100330034101-phpapp02Less02installation 100330034101-phpapp02
Less02installation 100330034101-phpapp02Rati Manandhar
 
Less02 installation
Less02 installationLess02 installation
Less02 installationImran Ali
 
exploring-the-oracle-database-architecture.ppt
exploring-the-oracle-database-architecture.pptexploring-the-oracle-database-architecture.ppt
exploring-the-oracle-database-architecture.pptAmitavaRoy49
 
MySQL Enterprise Backup & Oracle Secure Backup
MySQL Enterprise Backup &  Oracle Secure BackupMySQL Enterprise Backup &  Oracle Secure Backup
MySQL Enterprise Backup & Oracle Secure BackupSanjay Manwani
 
Oracle cloud storage and file system
Oracle cloud storage and file systemOracle cloud storage and file system
Oracle cloud storage and file systemAndrejs Karpovs
 
Oracle Cloud DBaaS
Oracle Cloud DBaaSOracle Cloud DBaaS
Oracle Cloud DBaaSArush Jain
 
Dockerizing Oracle Database
Dockerizing Oracle Database Dockerizing Oracle Database
Dockerizing Oracle Database gvenzl
 
EM12C High Availability without SLB and RAC
EM12C High Availability without SLB and RACEM12C High Availability without SLB and RAC
EM12C High Availability without SLB and RACSecure-24
 
Less02 Installation
Less02 InstallationLess02 Installation
Less02 Installationvivaankumar
 
Less02 Installation
Less02  InstallationLess02  Installation
Less02 Installationvivaankumar
 
D17316 gc20 l05_phys_sql
D17316 gc20 l05_phys_sqlD17316 gc20 l05_phys_sql
D17316 gc20 l05_phys_sqlMoeen_uddin
 

Semelhante a Installing your Oracle Software.ppt (20)

Less02 installation
Less02 installationLess02 installation
Less02 installation
 
Less02installation 100330034101-phpapp02
Less02installation 100330034101-phpapp02Less02installation 100330034101-phpapp02
Less02installation 100330034101-phpapp02
 
Less02 installation
Less02 installationLess02 installation
Less02 installation
 
Les 02 config
Les 02 configLes 02 config
Les 02 config
 
les_01_core.ppt
les_01_core.pptles_01_core.ppt
les_01_core.ppt
 
Les 01 core
Les 01 coreLes 01 core
Les 01 core
 
exploring-the-oracle-database-architecture.ppt
exploring-the-oracle-database-architecture.pptexploring-the-oracle-database-architecture.ppt
exploring-the-oracle-database-architecture.ppt
 
Less04_Database_Instance.ppt
Less04_Database_Instance.pptLess04_Database_Instance.ppt
Less04_Database_Instance.ppt
 
MySQL Enterprise Backup & Oracle Secure Backup
MySQL Enterprise Backup &  Oracle Secure BackupMySQL Enterprise Backup &  Oracle Secure Backup
MySQL Enterprise Backup & Oracle Secure Backup
 
les01.pdf
les01.pdfles01.pdf
les01.pdf
 
9i lin relnotes
9i lin relnotes9i lin relnotes
9i lin relnotes
 
Oracle cloud storage and file system
Oracle cloud storage and file systemOracle cloud storage and file system
Oracle cloud storage and file system
 
E56576 01
E56576 01E56576 01
E56576 01
 
Oracle Cloud DBaaS
Oracle Cloud DBaaSOracle Cloud DBaaS
Oracle Cloud DBaaS
 
Dockerizing Oracle Database
Dockerizing Oracle Database Dockerizing Oracle Database
Dockerizing Oracle Database
 
EM12C High Availability without SLB and RAC
EM12C High Availability without SLB and RACEM12C High Availability without SLB and RAC
EM12C High Availability without SLB and RAC
 
Sg1 Cover Page
Sg1 Cover PageSg1 Cover Page
Sg1 Cover Page
 
Less02 Installation
Less02 InstallationLess02 Installation
Less02 Installation
 
Less02 Installation
Less02  InstallationLess02  Installation
Less02 Installation
 
D17316 gc20 l05_phys_sql
D17316 gc20 l05_phys_sqlD17316 gc20 l05_phys_sql
D17316 gc20 l05_phys_sql
 

Último

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 

Último (20)

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 

Installing your Oracle Software.ppt

  • 1. Copyright © 2009, Oracle. All rights reserved. Installing your Oracle Software
  • 2. Copyright © 2009, Oracle. All rights reserved. 2 - 2 Objectives After completing this lesson, you should be able to: • Describe your role as a database administrator (DBA) and explain typical tasks and tools • Plan an Oracle software installation • Install Oracle Grid Infrastructure for a standalone server • Install the Oracle database software
  • 3. Copyright © 2009, Oracle. All rights reserved. 2 - 3 Tasks of an Oracle Database Administrator The approach for designing, implementing, and maintaining an Oracle database involves the following tasks: 1. Evaluating the database server hardware 2. Installing the Oracle software 3. Planning the database and security strategy 4. Creating, migrating, and opening the database 5. Backing up the database 6. Enrolling system users and planning for their Oracle Network access 7. Implementing the database design 8. Recovering from database failure 9. Monitoring database performance
  • 4. Copyright © 2009, Oracle. All rights reserved. 2 - 4 Tools for Administering an Oracle Database • Oracle Universal Installer • Database Configuration Assistant • Database Upgrade Assistant • Oracle Net Manager • Oracle Net Configuration Assistant • Oracle Enterprise Manager • Server Control Utility • SQL*Plus • Recovery Manager • Data Pump • SQL*Loader
  • 5. Copyright © 2009, Oracle. All rights reserved. 2 - 6 Planning Your Installation • What Oracle software are you installing? • Does the hardware involved meet the minimum required specifications? • Is there a recommended order of installation when multiple products are involved? • Are there prerequisite steps that must be performed by someone other than the DBA?
  • 6. Copyright © 2009, Oracle. All rights reserved. 2 - 8 Oracle Grid Infrastructure and Oracle Database Installation: System Requirements • Memory requirements: – 1 GB for the database instance with Oracle Enterprise Manager Database Control – 1.5 GB for the ASM instance and Oracle Restart • Disk space requirements: – 3 GB of swap space (based on 2 GB RAM) – 1 GB of disk space in the /tmp directory – 3.8 GB for the Oracle Database software – 4.5 GB for the Grid Infrastructure software – 1.7 GB for the preconfigured database (optional) – 3.4 GB for the fast recovery area (optional) • Operating system (see documentation)
  • 7. Copyright © 2009, Oracle. All rights reserved. 2 - 9 Preparing the Operating System Create the required operating system users and groups: • Groups: – oinstall – dba – Optional groups (if doing separation of duty across multiple users): — oper — asmdba — asmoper — asmadmin • Users: – Software owner, usually oracle – Can create multiple users for multiple product installations
  • 8. Copyright © 2009, Oracle. All rights reserved. 2 - 10 Setting Environment Variables Oracle environment variables: • ORACLE_BASE: Base of the Oracle directory structure. Recommended to set this before installation. • ORACLE_HOME: The environment in which Oracle products run. Not required before installation if ORACLE_BASE is set. • ORACLE_SID: Not required before installation, but useful afterwards for ease of interaction with a particular instance • NLS_LANG: Optional environment variable that controls language, territory, and client character set settings
  • 9. Copyright © 2009, Oracle. All rights reserved. 2 - 11 Checking the System Requirements • Adequate temporary space • 64-bit versus • 32-bit issues • Correct operating system (OS) • OS patch level • System packages • System and kernel parameters • X Server permissions • Sufficient swapping • ORACLE_HOME status
  • 10. Copyright © 2009, Oracle. All rights reserved. 2 - 12 Oracle Universal Installer (OUI)
  • 11. Copyright © 2009, Oracle. All rights reserved. 2 - 13 Example: Installation Scenario The installation scenario being presented in this lesson is divided into two parts: • Part One: Install Oracle Grid Infrastructure for standalone server • Part Two: Install Oracle Database software
  • 12. Copyright © 2009, Oracle. All rights reserved. 2 - 14 Part One: Installing the Oracle Grid Infrastructure for Standalone Server
  • 13. Copyright © 2009, Oracle. All rights reserved. 2 - 15 Selecting Product Languages
  • 14. Copyright © 2009, Oracle. All rights reserved. 2 - 16 Creating an ASM Disk Group
  • 15. Copyright © 2009, Oracle. All rights reserved. 2 - 17 Defining ASM Passwords
  • 16. Copyright © 2009, Oracle. All rights reserved. 2 - 18 Defining Privileged Operating System Groups
  • 17. Copyright © 2009, Oracle. All rights reserved. 2 - 19 Specifying Installation Location
  • 18. Copyright © 2009, Oracle. All rights reserved. 2 - 20 Creating Inventory
  • 19. Copyright © 2009, Oracle. All rights reserved. 2 - 21 Performing Prerequisite Checks
  • 20. Copyright © 2009, Oracle. All rights reserved. 2 - 22 Verifying Installation Summary Data
  • 21. Copyright © 2009, Oracle. All rights reserved. 2 - 23 Monitoring Installation Progress
  • 22. Copyright © 2009, Oracle. All rights reserved. 2 - 24 Executing root Configuration Scripts
  • 23. Copyright © 2009, Oracle. All rights reserved. 2 - 25 Executing Configuration Assistants
  • 24. Copyright © 2009, Oracle. All rights reserved. 2 - 26 Finishing Installation
  • 25. Copyright © 2009, Oracle. All rights reserved. 2 - 27 Configuring the FRA Disk Group
  • 26. Copyright © 2009, Oracle. All rights reserved. 2 - 28 Quiz The universal installer performs all required configuration for installing Oracle software. 1. True 2. False
  • 27. Copyright © 2009, Oracle. All rights reserved. 2 - 29 Quiz During Grid infrastructure setup it is a possible to: 1. Specify exact location of datafiles for ASM instance 2. Create only one DISKGROUP 3. Specify size of SGA for ASM instance 4. Create several DISKGROUPS
  • 28. Copyright © 2009, Oracle. All rights reserved. 2 - 30 Part Two: Installing the Oracle Database Software
  • 29. Copyright © 2009, Oracle. All rights reserved. 2 - 31 Choosing the Type of Installation
  • 30. Copyright © 2009, Oracle. All rights reserved. 2 - 32 Choosing Grid Installation Options
  • 31. Copyright © 2009, Oracle. All rights reserved. 2 - 33 Choosing Language Settings
  • 32. Copyright © 2009, Oracle. All rights reserved. 2 - 34 Choosing the Database Edition
  • 33. Copyright © 2009, Oracle. All rights reserved. 2 - 35 Specifying Installation Location
  • 34. Copyright © 2009, Oracle. All rights reserved. 2 - 36 Choosing Operating System Groups
  • 35. Copyright © 2009, Oracle. All rights reserved. 2 - 37 Performing Prerequisite Checks
  • 36. Copyright © 2009, Oracle. All rights reserved. 2 - 38 Installation Summary Page
  • 37. Copyright © 2009, Oracle. All rights reserved. 2 - 39 The Install Product Page
  • 38. Copyright © 2009, Oracle. All rights reserved. 2 - 40 Installation Finished
  • 39. Copyright © 2009, Oracle. All rights reserved. 2 - 41 Installation Option: Silent Mode To install and configure Oracle products with OUI in silent mode, perform the following steps: 1. Prepare a response file: – Using one of the file templates that are delivered with the Oracle software – By recording a response file during an installation process using the OUI by clicking Save Response File on the summary page 2. Run OUI in silent or suppressed mode. ./runInstaller –silent –responsefile <filename> If required, run NetCA and the DBCA in silent mode.
  • 40. Copyright © 2009, Oracle. All rights reserved. 2 - 42 Quiz A response file is: 1. A binary file that can be edited using a binary editing program 2. A binary file that can be created by the installer program 3. A text file that cannot be edited, but can be created by the installer program 4. A text file that can be edited with a text editor
  • 41. Copyright © 2009, Oracle. All rights reserved. 2 - 43 Quiz During Database software installation you can specify groups for: 1. the osoper group 2. the osasm group 3. the osdba group 4. the osadmin group
  • 42. Copyright © 2009, Oracle. All rights reserved. 2 - 44 Summary In this lesson, you should have learned how to: • Describe your role as a database administrator (DBA) and explain typical tasks and tools • Plan an Oracle software installation • Install Oracle Grid Infrastructure for a standalone server • Install the Oracle database software
  • 43. Copyright © 2009, Oracle. All rights reserved. 2 - 45 Practice 2 Overview: Preparing the Database Environment This practice covers installing the Oracle software by using Oracle Universal Installer. Note: Completing this practice is critical for all subsequent practices.