62
Installing, Tuning, and Deploying Oracle Database on SUSE® Linux Enterprise Server 12 Technical Introduction Arun Singh Sr. Technical Manager [email protected]

Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

  • Upload
    lenhu

  • View
    241

  • Download
    2

Embed Size (px)

Citation preview

Page 1: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

Installing, Tuning, and Deploying Oracle Database on SUSE® Linux Enterprise Server 12Technical Introduction

Arun SinghSr. Technical Manager

[email protected]

Page 2: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

2

Agenda

• Introduction

• SUSE Components

• Oracle Components

• Installation‒ Grid Infrastructure

‒ Database

• Tuning

• Q&A

Page 3: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

3

SUSE & OracleTechnology Partner

• Strong Partnership‒ 800+ certified Oracle Apps in SUSE ISV Catalog

‒ Relationship since first Oracle version 8.0.5 on SUSE® 6.0

‒ Testing, supporting partners/customers on technical issues

‒ Bugs, customer problem escalation, future features, etc.

‒ Combined testing efforts - service packs and Oracle patches

• Oracle products are certified to run on SUSE® Linux Enterprise Server

‒ Supported platforms : Linux x86-64 and IBM System z

Page 4: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

SUSE Components

Page 5: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

5

SoftwareSelect Oracle Server Base (orarun)

Page 6: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

6

Oracle Server Base (orarun)What it provides?

Helps to meet Oracle Database Installation prerequisites:

‒ Creates user

‒ oracle

‒ Creates groups

‒ dba, oinstall

‒ Install required packages

‒ Sets required SUSE Linux Enterprise kernel parameters

‒ Sets Oracle environment variables

‒ ORACLE_SID

‒ ORACLE_BASE

‒ ORACLE_HOME

Page 7: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

7

Oracle Server Base (orarun) Adopting new directory location

Steps to change default /opt/oracle to /home/oracle:‒ Creates new directory : $mkdir /home/oracle

‒ Set proper owner & groups

‒ $chown oracle /home/oracle

‒ $chgrp oinstall /home/oracle

‒ Set ORACLE_BASE=/home/oracle in /etc/sysconfig/oracle

‒ Change ORACLE_BASE in /etc/profile.d/oracle.s[sh]

‒ ORACLE_BASE=/home/oracle

Page 8: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

8

Oracle Database StorageFile System

Storage/File System‒ XFS

‒ Oracle ASM

‒ ASMLib

‒ ASM Cluster File System

‒ NFS/NAS

‒ OCFS2

‒ Part of SLE12 HAE

Note: “raw” storage in not supported

Page 9: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

9

SUSE Linux InstallFile System Selection

Page 10: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

Oracle Components

Page 11: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

11

Oracle DatabaseSupport/Certification Matrix

Name (Version) SLES10 (SP4) SLES11 (SP3) SLES12

10gR2 (10.2.0.5)

11gR2 (11.2.0.4) Validated

12cR1 (12.1.0.2) Validated

Page 12: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

12

Oracle Database SoftwareDownload & Unzip Locally

• Oracle Database 11gR2‒ p13390677_112040_Linux-x86-64_1of7.zip

‒ p13390677_112040_Linux-x86-64_2of7.zip

• Oracle Database 12cR1‒ linuxamd64_12102_database_1of2.zip

‒ linuxamd64_12102_database_2of2.zip

Change “CV_ASUME_DISTID=SUSE11” in database/stage/cvu/cv/admin/cvu_config

Page 13: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

13

Oracle Grid Infrastructure SoftwareDownload & Unzip Locally

Includes Oracle Clusterware & Oracle ASM

• Oracle Grid Infrastructure 11gR2‒ p13390677_112040_Linux-x86-64_3of7.zip

• Oracle Grid Infrastructure 12cR1‒ linuxamd64_12102_grid_1of2.zip

‒ linuxamd64_12102_grid_2of2.zip

Change “CV_ASUME_DISTID=SUSE11” in grid/stage/cvu/cv/admin/cvu_config

Page 14: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

InstallationOracle Grid Infrastructure

Page 15: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

15

Oracle Grid InfrastructurePrepare

• Oracle recommends creating separate user/groups for Grid Infrastructure & Database

‒ Create user grid

‒ Create asmdba, asmadmin groups

• Create raw disk partitions to be used by Oracle ASM

• Set owner/group of ASM disks‒ Use udev rules for boot persistence

• Check & Install libcap1 packages‒ To avoid clscfg.bin error at install time

Page 16: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

16

InstallationOracle Grid Infrastructure

Page 17: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

17

InstallationOracle Grid Infrastructure

Start Installation: grid/runInstaller

Page 18: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

18

InstallationOracle Grid Infrastructure

Page 19: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

19

InstallationOracle Grid Infrastructure

Page 20: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

20

InstallationOracle Grid Infrastructure

Page 21: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

21

InstallationOracle Grid Infrastructure

Page 22: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

22

InstallationOracle Grid Infrastructure

Page 23: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

23

InstallationOracle Grid Infrastructure

Page 24: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

24

InstallationOracle Grid Infrastructure

Page 25: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

25

InstallationOracle Grid Infrastructure

Page 26: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

26

InstallationOracle Grid Infrastructure

Note: Verify these warnings manually & then select “Ignore”

Page 27: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

27

InstallationOracle Grid Infrastructure

Note: Save response file to use later for unattended install.

Page 28: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

28

InstallationOracle Grid Infrastructure

Page 29: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

29

InstallationOracle Grid Infrastructure

Page 30: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

30

InstallationOracle Grid Infrastructure

Page 31: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

31

InstallationOracle Grid Infrastructure

Page 32: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

32

InstallationOracle Grid Infrastructure

Page 33: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

33

InstallationOracle Grid Infrastructure

Page 34: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

InstallationOracle Database

Page 35: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

35

InstallationSUSE Linux Enterprise Server 12

Note: Static IP Address

Page 36: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

36

InstallationOracle Database 12c

Start Installation: database/runInstaller

Page 37: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

37

InstallationOracle Database 12c

Page 38: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

38

InstallationOracle Database 12c

Page 39: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

39

InstallationOracle Database 12c

Page 40: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

40

InstallationOracle Database 12c

Page 41: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

41

InstallationOracle Database 12c

Page 42: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

42

InstallationOracle Database 12c

Page 43: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

43

InstallationOracle Database 12c

Note: Verify these warnings manually & then select “Ignore”

Page 44: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

44

InstallationOracle Database 12c

Note: Save response file to use later for unattended install.

Page 45: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

45

InstallationOracle Database 12c

Page 46: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

46

InstallationOracle Database 12c

Page 47: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

47

InstallationOracle Database 12c

Page 48: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

48

InstallationOracle Database 12c

Page 49: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

49

InstallationOracle Database 12c

Note: Change Oracle Database start settings in /etc/oratab & /etc/sysconfig/oracle, so that database starts after server reboot.

Page 50: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

50

InstallationOracle Database 11gR2

Note: Fix above error & select “Retry”

Page 51: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

51

InstallationOracle Database 11gR2

Note: Ignore this error as libaio1 is new name for libaio

Page 52: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

Tuning

Page 53: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

53

TuningOptimize

• Storage/File System

• SUSE Linux Enterprise Server OS

‒ iostat/vmstat/top

‒ I/O scheduler‒ elevator=cfq/noop/deadline

‒ echo cfq/noop/deadline > /sys/block/DEVICE/queue/scheduler

• Oracle Database

‒ Configure & use “hugepages”

‒ Distribute “redo log” files

Page 54: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

54

Tuning Server Report

• Oracle Enterprise Manager

‒ Configure Parameters

‒ Analyze Performance

• AWR (Automatic Workload Repository)‒ Create Snapshot:

SQL>EXEC DBMS_WORKLOAD_REPOSITORY.create_snapshot;

- run workload/test

SQL>EXEC DBMS_WORKLOAD_REPOSITORY.create_snapshot;

‒ Generate html report (in current working directory):

‒ SQL>@$ORACLE_HOME/rdbms/admin/awrrpt.sql

Page 55: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

55

TuningOracle Enterprise Manager

Page 56: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

56

TuningAWR Snapshot

Page 57: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

57

TuningAWR Demo Report

Page 58: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

58

Installation & TuningHelpful Documents

• Oracle Database Installation (11gR2/12cR1) ‒ http://ftp.suse.com/pub/partners/oracle/docs/OracleDB_on_SLES

12.pdf

• SUSE Linux Enterprise System Analysis & Tuning‒ https://www.suse.com/documentation/sles-12/pdfdoc/book_sle_tu

ning/book_sle_tuning.pdf

• Oracle Database Performance Tuning‒ http://docs.oracle.com/database/121/TGDBA/E49058-05.pdf

Page 59: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

59

SUSE Linux – Misc.Oracle Software and Support

• SUSE Software‒ http://www.suse.com/download-linux

‒ http://www.suse.com/oracle

• Oracle Software ‒ http://download.oracle.com

‒ https://edelivery.oracle.com/

• Oracle Support ‒ http://support.oracle.com (Metalink)

Page 60: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

Thank you.

60

Questions & Answers

Page 61: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

Corporate HeadquartersMaxfeldstrasse 590409 NurembergGermany

+49 911 740 53 0 (Worldwide)www.suse.com

Join us on:www.opensuse.org

61

Page 62: Installing, Tuning, and Deploying Oracle Database on · PDF fileInstalling, Tuning, and Deploying Oracle Database on SUSE ® Linux Enterprise Server 12 Technical Introduction Arun

Unpublished Work of SUSE LLC. All Rights Reserved.This work is an unpublished work and contains confidential, proprietary and trade secret information of SUSE LLC. Access to this work is restricted to SUSE employees who have a need to know to perform tasks within the scope of their assignments. No part of this work may be practiced, performed, copied, distributed, revised, modified, translated, abridged, condensed, expanded, collected, or adapted without the prior written consent of SUSE. Any use or exploitation of this work without authorization could subject the perpetrator to criminal and civil liability.

General DisclaimerThis document is not to be construed as a promise by any participating company to develop, deliver, or market a product. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. SUSE makes no representations or warranties with respect to the contents of this document, and specifically disclaims any express or implied warranties of merchantability or fitness for any particular purpose. The development, release, and timing of features or functionality described for SUSE products remains at the sole discretion of SUSE. Further, SUSE reserves the right to revise this document and to make changes to its content, at any time, without obligation to notify any person or entity of such revisions or changes. All SUSE marks referenced in this presentation are trademarks or registered trademarks of Novell, Inc. in the United States and other countries. All third-party trademarks are the property of their respective owners.