SlideShare a Scribd company logo
1 of 25
Download to read offline
04 de Agosto de 2018, São Paulo, Brasil
TITLE
Speaker
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
Rogerio Bacchi Eguchi
• Oracle DBA Sênior com extensa experiência em ambientes OLTP de missão crítica
e que empregam as tecnologias da Oracle Maximum Availability Architecture
• 4 anos como DBA no Oracle Advanced Customer Support Services (2002-2005)
• 10 anos como DBA/SysAdmin no UOL/UOLDiveo/PagSeguro (2005-2015)
• 2 anos como DBA/DMA/SysAdmin na TOTVS (2016 > )
• 12 Artigos publicados no OTN Brasil (http://bit.ly/2wxGhkZ)
• Blogger: http://reguchi.wordpress.com
• Twitter: reguchi_br
• Linkedin: www.linkedin.com/in/rogerio-bacchi-eguchi
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
Oracle Database 12c
Administrator Certified
Professional
Oracle
Certificações
Oracle Database 11g
Administrator Certified
Professional
Oracle
Oracle Database 10g
Administrator Certified
Professional
Oracle
Oracle Database 8i
Administrator Certified
Professional
Oracle
Oracle Database 9i
Administrator Certified
Professional
Oracle
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
Certificações
Oracle Database 12c:
RAC and Grid
Infrastructure
Administrator
Oracle
Oracle Exadata X3 and
X4 Administrator
Oracle
RedHat
Cerfitied
Engenieer
RedHat
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
Agenda
• ODA X5-2
• Appliance Manager
• Pre Install
• Install
• Vlan
• ACFS
• Oakcli
• Patching
• HW Maintenance
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
ODA X5-2
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
ODA X5-2
• 1 and 2: server nodes
Two 18-core 2.3 GHz Intel Xeon® E5-2699 v3 processors per server node
256 GB per server node (Optional memory expansion to 512 GB or 768 GB)
Two 2.5 inch 600 GB SAS2 HDDs reserved for operating system storage
and system booting
• 3: Storage shelf
Sixteen 3.5 inch 4 TB SAS2 HDDs in slots 0-15 (+DATA and +RECO)
Four 2.5 inch 400 GB medium endurance SAS SSDs in slots 16-19 (+FLASH)
Four 2.5 inch 200 GB high endurance SAS SSDs in 20-23 (+REDO)
• 4: Optional storage shelf expansion
Same as storage shelf
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
ODA X5-2
• Integrated package of software, compute, networking, and storage that’s been optimized and
engineered to offer performance and scale for your Oracle Databases and applications.
• It reduces complexity, saves time, and gets you up and running faster.
• low entry price and flexible licensing options
• you can quickly scale up storage or memory when you’re ready
• Quicker provisioning times and lower operational expenses
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
Component Component Contents
ODA Operating System Image Oracle Appliance Manager command-line interface
Oracle Appliance Manager Configurator
Oracle Linux
Hardware drivers
ODA Patch-Set Bundle Basic input/output system (BIOS)
Hardware drivers and management pack and
firmware drivers for various components
Oracle Appliance Manager
Oracle Linux
Oracle VM
Java Development Kit (JDK)
Oracle Integrated Lights Out Manager (Oracle ILOM)
Oracle Database Patch Set Update (PSU)
Oracle Automated Service Request (ASR)
Oracle Grid Infrastructure
Oracle Intelligent Platform Management Interface
(IPMI)
Java Development Kit (JDK)
Software for Oracle Database Appliance
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
Component Component Contents
ODA End-User Bundle Oracle Database clone binaries
Oracle Database templates, customized for Oracle
Database Appliance deployments
Oracle Grid Infrastructure clone binaries
ODA_BASE template Oracle Database clone binaries
Oracle Database templates, customized for Oracle
Database Appliance deployments
Oracle Grid Infrastructure clone binaries
Software for Oracle Database Appliance
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
Oracle Appliance Manager
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
Select Environment: Bare Metal
System Information:
- database backup location
- disk group redundancy
My ODA configuration: Normal Redundancy and External Backup
More info:
https://docs.oracle.com/cd/E89147_01/doc.122/e88751/database-appliance-software-configuration-
defaults.htm#GUID-FE280580-F361-494F-B377-10137A6BEA34
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
Pre Install
• Register your Support Identifier (SI) for Oracle Database Appliance with My Oracle
Support to obtain software and support from Oracle.
• Configure network names and addresses on your Domain Name System (DNS) server.
• Mount ODA hardware into a rack @DC
• Connect power and required cables
• Open SR on MOS for ODA deployment
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
Install
• It is done by Oracle Field Support with no cost
• ODA Reimage to the latest Patch-Set Bundle
• Download and copy the Oracle Database Appliance end-user bundle to Oracle
Database Appliance.
• It takes 6 hours (if nothing goes wrong )
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
Link Aggregation Control Protocol (LACP)
Also known as 802.3ad is a methods of combining multiple physical network connections into one logical connection to increase
throughput and provide redundancy in case one of the links should fail. The protocol requires both – the server and the
switch(es) to have the same settings to allow LACP to work properly.
To configure LACP you need to change your bonding device configuration in /etc/sysconfig/network-scripts/ifcfg-bond0 similarly
to this:
DEVICE=bond0
IPADDR=192.168.0.2
NETMASK=255.255.255.0
ONBOOT=yes
BOOTPROTO=none
USERCTL=no
NM_CONTROLLED=no
MTU=9000
BONDING_OPTS="mode=4 miimon=100 downdelay=5000 updelay=5000 num_grat_arp=100 xmit_hash_policy=layer3+4 lacp_rate=1"
The key here is setting the MTU=9000 and establishing the transmit hash policy as layer3+4. This transmit policy is intended to
more-evenly distribute the traffic across the physical links of the bonded device.
This is is the preferred mode of network bonding, but requires that the network is configured correctly on the switch.
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
VLAN
Virtual Local Area Networks (VLANs) are used to separate Broadcast Domains in the Network. To share the separation
information on which packet belongs to which VLAN between switches and end systems, Ethernet frames gets the
VLAN identification number inserted into the header. This number is called the VLAN tag. If you need additional
networks for external access and prefer to enable isolation among them, 8021.Q based VLAN tagging is a solution.
ODA (Oracle Database Appliance): Enable 8021.Q VLAN Tagged Interfaces for external client access networks (Doc ID
1500709.1)
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
Oracle ACFS
• Oracle ASM Cluster File System
• File systems are created automatically in the Oracle Database Appliance ASM disk
groups (DATA, RECO, REDO, and FLASH) when Appliance Manager 12.1.2+ patchset
is deployed or imaged.
• Performance is similar to ASM
• Main features: snapshots, encryption, security, replication, auditing
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
oakcli
• Command-line utility to manage and maintain Oracle Database Appliance components
• Create, upgrade, and patch databases
• Create and upgrade Oracle homes
• Create and modify database creation parameter files
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
oakcli
Mostrar versão do software do ODA
oakcli show version –detail
Mostrar todas as oracle RDBMS homes
oakcli show dbhomes
Mostrar todos os databases incluindo database home
oakcli show databases
Listar todos os filesystems para database
oakcli show dbstorage
Criar um database usando o oakcli
oakcli create database -db db_name -oh dbhome -params param -storage storage_type
Deletar um database usando o oakcli
oakcli delete database -db db_name
Validar ODA components
oakcli validate -a
Listar todos os registros do oak inventory
oakcli inventory –q
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
oakcli
Creating a RAC db: 15 min
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
oakcli
Upgrading a DB from 12.1 to 12.2: 21 min
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
Patching
Check MOS Oracle Database Appliance - 18.1, 12.X, and 2.X Supported ODA Versions &
Known Issues (Doc ID 888888.1) note for updates
Process
1. Update Server (Mandatory): Operating System, ILOM,BIOS, Hardware
Management Pack, IPMI, OAK, ASR and local disks.For virtualized environment, it
also includes the Dom0 updates. Oracle Grid Infrastructure (GI) Stack including
ASM, ACFS and TFA.
2. Update Storage (Recommended): Shared storage including HDD, SSD, Controller,
and Expander
3. Update Database (Optional): RDBMS
More info: http://www.oracle.com/technetwork/pt/articles/database-
performance/atualizando-odb-app-x5-4481604-ptb.html
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
Oracle Auto Service Request (ASR)
1. Automatically generates a service request with Oracle when specific hardware faults
occur
2. Parts are dispatched upon diagnosis of issues within a service request
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
Hardware Maintenance
1. Customer Replaceable Unit (CRU): Customer personnal should service CRUs
I. Do not require server power-off
I. Service the storage drives.
II. Service the fan modules.
III. Service the power supplies.
II. Require server power-off
I. Service the DIMMs.
II. Service the PCIe Risers.
III. Service the PCIe cards.
IV. Service the internal USB flash drives.
V. Service the battery.
2. Field Replaceable Unit (FRU): Only authorized Oracle Services personnel should service FRUs.
I. Processors
II. motherboard
III. Oracle PCIe NVMe switch card
IV. internal host bus adapter (HBA)
V. Oracle PCIe NVMe switch card cables.
More information: https://docs.oracle.com/cd/E41059_01/html/E48312/napsm.html
04 de Agosto de 2018, São Paulo, Brasil
Oracle Developer Community LAD Tour 2018
Thanks for coming 

More Related Content

What's hot

Maa goldengate-rac-2007111
Maa goldengate-rac-2007111Maa goldengate-rac-2007111
Maa goldengate-rac-2007111pablitosax
 
Oracle Fleet Patching and Provisioning Deep Dive Webcast Slides
Oracle Fleet Patching and Provisioning Deep Dive Webcast SlidesOracle Fleet Patching and Provisioning Deep Dive Webcast Slides
Oracle Fleet Patching and Provisioning Deep Dive Webcast SlidesLudovico Caldara
 
GoldenGate CDR from UKOUG 2017
GoldenGate CDR from UKOUG 2017GoldenGate CDR from UKOUG 2017
GoldenGate CDR from UKOUG 2017Bobby Curtis
 
Migration to Oracle Multitenant
Migration to Oracle MultitenantMigration to Oracle Multitenant
Migration to Oracle MultitenantJitendra Singh
 
OTN TOUR 2016 - Oracle Database 12c - The Best Oracle Database 12c Tuning Fea...
OTN TOUR 2016 - Oracle Database 12c - The Best Oracle Database 12c Tuning Fea...OTN TOUR 2016 - Oracle Database 12c - The Best Oracle Database 12c Tuning Fea...
OTN TOUR 2016 - Oracle Database 12c - The Best Oracle Database 12c Tuning Fea...Alex Zaballa
 
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
 
What's new in Oracle 19c & 18c Recovery Manager (RMAN)
What's new in Oracle 19c & 18c Recovery Manager (RMAN)What's new in Oracle 19c & 18c Recovery Manager (RMAN)
What's new in Oracle 19c & 18c Recovery Manager (RMAN)Satishbabu Gunukula
 
Deep Dive into Automating Oracle GoldenGate Using the New Microservices
Deep Dive into Automating Oracle GoldenGate Using the New MicroservicesDeep Dive into Automating Oracle GoldenGate Using the New Microservices
Deep Dive into Automating Oracle GoldenGate Using the New MicroservicesKal BO
 
Oracle GoldenGate Microservices Overview ( with Demo )
Oracle GoldenGate Microservices Overview ( with Demo )Oracle GoldenGate Microservices Overview ( with Demo )
Oracle GoldenGate Microservices Overview ( with Demo )Mari Kupatadze
 
Performance Stability, Tips and Tricks and Underscores
Performance Stability, Tips and Tricks and UnderscoresPerformance Stability, Tips and Tricks and Underscores
Performance Stability, Tips and Tricks and UnderscoresJitendra Singh
 
Improve PostgreSQL replication with Oracle GoldenGate
Improve PostgreSQL replication with Oracle GoldenGateImprove PostgreSQL replication with Oracle GoldenGate
Improve PostgreSQL replication with Oracle GoldenGateBobby Curtis
 
Oracle RAC - New Generation
Oracle RAC - New GenerationOracle RAC - New Generation
Oracle RAC - New GenerationAnil Nair
 
Oracle GoldenGate 12c CDR Presentation for ECO
Oracle GoldenGate 12c CDR Presentation for ECOOracle GoldenGate 12c CDR Presentation for ECO
Oracle GoldenGate 12c CDR Presentation for ECOBobby Curtis
 
Fast, Flexible Application Development with Oracle Database Cloud Service
Fast, Flexible Application Development with Oracle Database Cloud ServiceFast, Flexible Application Development with Oracle Database Cloud Service
Fast, Flexible Application Development with Oracle Database Cloud ServiceGustavo Rene Antunez
 
Biswajit_Sarkar_Database_Administrator
Biswajit_Sarkar_Database_AdministratorBiswajit_Sarkar_Database_Administrator
Biswajit_Sarkar_Database_AdministratorBiswajit Sarkar
 
TFA_Whats_New_in version 12.1.2.8.4
TFA_Whats_New_in version 12.1.2.8.4TFA_Whats_New_in version 12.1.2.8.4
TFA_Whats_New_in version 12.1.2.8.4Sandesh Rao
 
Oracle GoldenGate 21c New Features and Best Practices
Oracle GoldenGate 21c New Features and Best PracticesOracle GoldenGate 21c New Features and Best Practices
Oracle GoldenGate 21c New Features and Best PracticesBobby Curtis
 

What's hot (20)

Obia with odi
Obia with odiObia with odi
Obia with odi
 
Oracle dba
Oracle  dbaOracle  dba
Oracle dba
 
Maa goldengate-rac-2007111
Maa goldengate-rac-2007111Maa goldengate-rac-2007111
Maa goldengate-rac-2007111
 
Oracle Fleet Patching and Provisioning Deep Dive Webcast Slides
Oracle Fleet Patching and Provisioning Deep Dive Webcast SlidesOracle Fleet Patching and Provisioning Deep Dive Webcast Slides
Oracle Fleet Patching and Provisioning Deep Dive Webcast Slides
 
GoldenGate CDR from UKOUG 2017
GoldenGate CDR from UKOUG 2017GoldenGate CDR from UKOUG 2017
GoldenGate CDR from UKOUG 2017
 
Migration to Oracle Multitenant
Migration to Oracle MultitenantMigration to Oracle Multitenant
Migration to Oracle Multitenant
 
OTN TOUR 2016 - Oracle Database 12c - The Best Oracle Database 12c Tuning Fea...
OTN TOUR 2016 - Oracle Database 12c - The Best Oracle Database 12c Tuning Fea...OTN TOUR 2016 - Oracle Database 12c - The Best Oracle Database 12c Tuning Fea...
OTN TOUR 2016 - Oracle Database 12c - The Best Oracle Database 12c Tuning Fea...
 
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
 
What's new in Oracle 19c & 18c Recovery Manager (RMAN)
What's new in Oracle 19c & 18c Recovery Manager (RMAN)What's new in Oracle 19c & 18c Recovery Manager (RMAN)
What's new in Oracle 19c & 18c Recovery Manager (RMAN)
 
Deep Dive into Automating Oracle GoldenGate Using the New Microservices
Deep Dive into Automating Oracle GoldenGate Using the New MicroservicesDeep Dive into Automating Oracle GoldenGate Using the New Microservices
Deep Dive into Automating Oracle GoldenGate Using the New Microservices
 
Oracle GoldenGate Microservices Overview ( with Demo )
Oracle GoldenGate Microservices Overview ( with Demo )Oracle GoldenGate Microservices Overview ( with Demo )
Oracle GoldenGate Microservices Overview ( with Demo )
 
Performance Stability, Tips and Tricks and Underscores
Performance Stability, Tips and Tricks and UnderscoresPerformance Stability, Tips and Tricks and Underscores
Performance Stability, Tips and Tricks and Underscores
 
Session 319
Session 319Session 319
Session 319
 
Improve PostgreSQL replication with Oracle GoldenGate
Improve PostgreSQL replication with Oracle GoldenGateImprove PostgreSQL replication with Oracle GoldenGate
Improve PostgreSQL replication with Oracle GoldenGate
 
Oracle RAC - New Generation
Oracle RAC - New GenerationOracle RAC - New Generation
Oracle RAC - New Generation
 
Oracle GoldenGate 12c CDR Presentation for ECO
Oracle GoldenGate 12c CDR Presentation for ECOOracle GoldenGate 12c CDR Presentation for ECO
Oracle GoldenGate 12c CDR Presentation for ECO
 
Fast, Flexible Application Development with Oracle Database Cloud Service
Fast, Flexible Application Development with Oracle Database Cloud ServiceFast, Flexible Application Development with Oracle Database Cloud Service
Fast, Flexible Application Development with Oracle Database Cloud Service
 
Biswajit_Sarkar_Database_Administrator
Biswajit_Sarkar_Database_AdministratorBiswajit_Sarkar_Database_Administrator
Biswajit_Sarkar_Database_Administrator
 
TFA_Whats_New_in version 12.1.2.8.4
TFA_Whats_New_in version 12.1.2.8.4TFA_Whats_New_in version 12.1.2.8.4
TFA_Whats_New_in version 12.1.2.8.4
 
Oracle GoldenGate 21c New Features and Best Practices
Oracle GoldenGate 21c New Features and Best PracticesOracle GoldenGate 21c New Features and Best Practices
Oracle GoldenGate 21c New Features and Best Practices
 

Similar to Oracle database appliance my first 90 days

2019 - OOW - Database Migration Methods from On-Premise to Cloud
2019 - OOW - Database Migration Methods from On-Premise to Cloud2019 - OOW - Database Migration Methods from On-Premise to Cloud
2019 - OOW - Database Migration Methods from On-Premise to CloudMarcus Vinicius Miguel Pedro
 
Přehled portfolia ODA a praktických případů v regionu EMEA
Přehled portfolia ODA a praktických případů v regionu EMEAPřehled portfolia ODA a praktických případů v regionu EMEA
Přehled portfolia ODA a praktických případů v regionu EMEAMarketingArrowECS_CZ
 
【旧版】Oracle Autonomous Database:サービス概要のご紹介 [2020年8月版]
【旧版】Oracle Autonomous Database:サービス概要のご紹介 [2020年8月版]【旧版】Oracle Autonomous Database:サービス概要のご紹介 [2020年8月版]
【旧版】Oracle Autonomous Database:サービス概要のご紹介 [2020年8月版]オラクルエンジニア通信
 
【旧版】Oracle Database Cloud Service:サービス概要のご紹介 [2020年8月版]
【旧版】Oracle Database Cloud Service:サービス概要のご紹介 [2020年8月版]【旧版】Oracle Database Cloud Service:サービス概要のご紹介 [2020年8月版]
【旧版】Oracle Database Cloud Service:サービス概要のご紹介 [2020年8月版]オラクルエンジニア通信
 
2019 - GUOB Tech Day / Groundbreakers LAD Tour - Database Migration Methods t...
2019 - GUOB Tech Day / Groundbreakers LAD Tour - Database Migration Methods t...2019 - GUOB Tech Day / Groundbreakers LAD Tour - Database Migration Methods t...
2019 - GUOB Tech Day / Groundbreakers LAD Tour - Database Migration Methods t...Marcus Vinicius Miguel Pedro
 
【旧版】Oracle Database Cloud Service:サービス概要のご紹介 [2020年1月版]
【旧版】Oracle Database Cloud Service:サービス概要のご紹介 [2020年1月版]【旧版】Oracle Database Cloud Service:サービス概要のご紹介 [2020年1月版]
【旧版】Oracle Database Cloud Service:サービス概要のご紹介 [2020年1月版]オラクルエンジニア通信
 
【旧版】Oracle Exadata Cloud Service:サービス概要のご紹介 [2020年8月版]
【旧版】Oracle Exadata Cloud Service:サービス概要のご紹介 [2020年8月版]【旧版】Oracle Exadata Cloud Service:サービス概要のご紹介 [2020年8月版]
【旧版】Oracle Exadata Cloud Service:サービス概要のご紹介 [2020年8月版]オラクルエンジニア通信
 
Oracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationOracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationFrancisco Alvarez
 
Oracle Database / Exadata Cloud 最新情報(Oracle Cloudウェビナーシリーズ: 2020年7月2日)
Oracle Database / Exadata Cloud 最新情報(Oracle Cloudウェビナーシリーズ: 2020年7月2日)Oracle Database / Exadata Cloud 最新情報(Oracle Cloudウェビナーシリーズ: 2020年7月2日)
Oracle Database / Exadata Cloud 最新情報(Oracle Cloudウェビナーシリーズ: 2020年7月2日)オラクルエンジニア通信
 
Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Fran Navarro
 
Oracle Cloud Infrastructure Data Science 概要資料(20200406)
Oracle Cloud Infrastructure Data Science 概要資料(20200406)Oracle Cloud Infrastructure Data Science 概要資料(20200406)
Oracle Cloud Infrastructure Data Science 概要資料(20200406)オラクルエンジニア通信
 
What_to_expect_from_oracle_database_12c
What_to_expect_from_oracle_database_12cWhat_to_expect_from_oracle_database_12c
What_to_expect_from_oracle_database_12cMaria Colgan
 
COUG_AAbate_Oracle_Database_12c_New_Features
COUG_AAbate_Oracle_Database_12c_New_FeaturesCOUG_AAbate_Oracle_Database_12c_New_Features
COUG_AAbate_Oracle_Database_12c_New_FeaturesAlfredo Abate
 
Novinky ve světě Oracle DB a koncept konvergované databáze
Novinky ve světě Oracle DB a koncept konvergované databázeNovinky ve světě Oracle DB a koncept konvergované databáze
Novinky ve světě Oracle DB a koncept konvergované databázeMarketingArrowECS_CZ
 

Similar to Oracle database appliance my first 90 days (20)

2019 - OOW - Database Migration Methods from On-Premise to Cloud
2019 - OOW - Database Migration Methods from On-Premise to Cloud2019 - OOW - Database Migration Methods from On-Premise to Cloud
2019 - OOW - Database Migration Methods from On-Premise to Cloud
 
What's next after Upgrade to 12c
What's next after Upgrade to 12cWhat's next after Upgrade to 12c
What's next after Upgrade to 12c
 
Přehled portfolia ODA a praktických případů v regionu EMEA
Přehled portfolia ODA a praktických případů v regionu EMEAPřehled portfolia ODA a praktických případů v regionu EMEA
Přehled portfolia ODA a praktických případů v regionu EMEA
 
【旧版】Oracle Autonomous Database:サービス概要のご紹介 [2020年8月版]
【旧版】Oracle Autonomous Database:サービス概要のご紹介 [2020年8月版]【旧版】Oracle Autonomous Database:サービス概要のご紹介 [2020年8月版]
【旧版】Oracle Autonomous Database:サービス概要のご紹介 [2020年8月版]
 
ora_sothea
ora_sotheaora_sothea
ora_sothea
 
【旧版】Oracle Database Cloud Service:サービス概要のご紹介 [2020年8月版]
【旧版】Oracle Database Cloud Service:サービス概要のご紹介 [2020年8月版]【旧版】Oracle Database Cloud Service:サービス概要のご紹介 [2020年8月版]
【旧版】Oracle Database Cloud Service:サービス概要のご紹介 [2020年8月版]
 
2019 - GUOB Tech Day / Groundbreakers LAD Tour - Database Migration Methods t...
2019 - GUOB Tech Day / Groundbreakers LAD Tour - Database Migration Methods t...2019 - GUOB Tech Day / Groundbreakers LAD Tour - Database Migration Methods t...
2019 - GUOB Tech Day / Groundbreakers LAD Tour - Database Migration Methods t...
 
【旧版】Oracle Database Cloud Service:サービス概要のご紹介 [2020年1月版]
【旧版】Oracle Database Cloud Service:サービス概要のご紹介 [2020年1月版]【旧版】Oracle Database Cloud Service:サービス概要のご紹介 [2020年1月版]
【旧版】Oracle Database Cloud Service:サービス概要のご紹介 [2020年1月版]
 
【旧版】Oracle Exadata Cloud Service:サービス概要のご紹介 [2020年8月版]
【旧版】Oracle Exadata Cloud Service:サービス概要のご紹介 [2020年8月版]【旧版】Oracle Exadata Cloud Service:サービス概要のご紹介 [2020年8月版]
【旧版】Oracle Exadata Cloud Service:サービス概要のご紹介 [2020年8月版]
 
Oracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationOracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c Presentation
 
Oracle Database / Exadata Cloud 最新情報(Oracle Cloudウェビナーシリーズ: 2020年7月2日)
Oracle Database / Exadata Cloud 最新情報(Oracle Cloudウェビナーシリーズ: 2020年7月2日)Oracle Database / Exadata Cloud 最新情報(Oracle Cloudウェビナーシリーズ: 2020年7月2日)
Oracle Database / Exadata Cloud 最新情報(Oracle Cloudウェビナーシリーズ: 2020年7月2日)
 
Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster
 
Why_Oracle_Hardware.ppt
Why_Oracle_Hardware.pptWhy_Oracle_Hardware.ppt
Why_Oracle_Hardware.ppt
 
Oracle Cloud Infrastructure Data Science 概要資料(20200406)
Oracle Cloud Infrastructure Data Science 概要資料(20200406)Oracle Cloud Infrastructure Data Science 概要資料(20200406)
Oracle Cloud Infrastructure Data Science 概要資料(20200406)
 
What_to_expect_from_oracle_database_12c
What_to_expect_from_oracle_database_12cWhat_to_expect_from_oracle_database_12c
What_to_expect_from_oracle_database_12c
 
Session 203 iouc summit database
Session 203 iouc summit databaseSession 203 iouc summit database
Session 203 iouc summit database
 
AMIS Oracle OpenWorld 2013 Review Part 1 - Intro Overview Innovation, Hardwar...
AMIS Oracle OpenWorld 2013 Review Part 1 - Intro Overview Innovation, Hardwar...AMIS Oracle OpenWorld 2013 Review Part 1 - Intro Overview Innovation, Hardwar...
AMIS Oracle OpenWorld 2013 Review Part 1 - Intro Overview Innovation, Hardwar...
 
COUG_AAbate_Oracle_Database_12c_New_Features
COUG_AAbate_Oracle_Database_12c_New_FeaturesCOUG_AAbate_Oracle_Database_12c_New_Features
COUG_AAbate_Oracle_Database_12c_New_Features
 
Novinky ve světě Oracle DB a koncept konvergované databáze
Novinky ve světě Oracle DB a koncept konvergované databázeNovinky ve světě Oracle DB a koncept konvergované databáze
Novinky ve světě Oracle DB a koncept konvergované databáze
 
2020 - OCI Key Concepts for Oracle DBAs
2020 - OCI Key Concepts for Oracle DBAs2020 - OCI Key Concepts for Oracle DBAs
2020 - OCI Key Concepts for Oracle DBAs
 

Recently uploaded

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
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
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 

Recently uploaded (20)

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
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
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 

Oracle database appliance my first 90 days

  • 1. 04 de Agosto de 2018, São Paulo, Brasil TITLE Speaker
  • 2. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 Rogerio Bacchi Eguchi • Oracle DBA Sênior com extensa experiência em ambientes OLTP de missão crítica e que empregam as tecnologias da Oracle Maximum Availability Architecture • 4 anos como DBA no Oracle Advanced Customer Support Services (2002-2005) • 10 anos como DBA/SysAdmin no UOL/UOLDiveo/PagSeguro (2005-2015) • 2 anos como DBA/DMA/SysAdmin na TOTVS (2016 > ) • 12 Artigos publicados no OTN Brasil (http://bit.ly/2wxGhkZ) • Blogger: http://reguchi.wordpress.com • Twitter: reguchi_br • Linkedin: www.linkedin.com/in/rogerio-bacchi-eguchi
  • 3. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 Oracle Database 12c Administrator Certified Professional Oracle Certificações Oracle Database 11g Administrator Certified Professional Oracle Oracle Database 10g Administrator Certified Professional Oracle Oracle Database 8i Administrator Certified Professional Oracle Oracle Database 9i Administrator Certified Professional Oracle
  • 4. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 Certificações Oracle Database 12c: RAC and Grid Infrastructure Administrator Oracle Oracle Exadata X3 and X4 Administrator Oracle RedHat Cerfitied Engenieer RedHat
  • 5. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 Agenda • ODA X5-2 • Appliance Manager • Pre Install • Install • Vlan • ACFS • Oakcli • Patching • HW Maintenance
  • 6. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 ODA X5-2
  • 7. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 ODA X5-2 • 1 and 2: server nodes Two 18-core 2.3 GHz Intel Xeon® E5-2699 v3 processors per server node 256 GB per server node (Optional memory expansion to 512 GB or 768 GB) Two 2.5 inch 600 GB SAS2 HDDs reserved for operating system storage and system booting • 3: Storage shelf Sixteen 3.5 inch 4 TB SAS2 HDDs in slots 0-15 (+DATA and +RECO) Four 2.5 inch 400 GB medium endurance SAS SSDs in slots 16-19 (+FLASH) Four 2.5 inch 200 GB high endurance SAS SSDs in 20-23 (+REDO) • 4: Optional storage shelf expansion Same as storage shelf
  • 8. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 ODA X5-2 • Integrated package of software, compute, networking, and storage that’s been optimized and engineered to offer performance and scale for your Oracle Databases and applications. • It reduces complexity, saves time, and gets you up and running faster. • low entry price and flexible licensing options • you can quickly scale up storage or memory when you’re ready • Quicker provisioning times and lower operational expenses
  • 9. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 Component Component Contents ODA Operating System Image Oracle Appliance Manager command-line interface Oracle Appliance Manager Configurator Oracle Linux Hardware drivers ODA Patch-Set Bundle Basic input/output system (BIOS) Hardware drivers and management pack and firmware drivers for various components Oracle Appliance Manager Oracle Linux Oracle VM Java Development Kit (JDK) Oracle Integrated Lights Out Manager (Oracle ILOM) Oracle Database Patch Set Update (PSU) Oracle Automated Service Request (ASR) Oracle Grid Infrastructure Oracle Intelligent Platform Management Interface (IPMI) Java Development Kit (JDK) Software for Oracle Database Appliance
  • 10. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 Component Component Contents ODA End-User Bundle Oracle Database clone binaries Oracle Database templates, customized for Oracle Database Appliance deployments Oracle Grid Infrastructure clone binaries ODA_BASE template Oracle Database clone binaries Oracle Database templates, customized for Oracle Database Appliance deployments Oracle Grid Infrastructure clone binaries Software for Oracle Database Appliance
  • 11. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 Oracle Appliance Manager
  • 12. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 Select Environment: Bare Metal System Information: - database backup location - disk group redundancy My ODA configuration: Normal Redundancy and External Backup More info: https://docs.oracle.com/cd/E89147_01/doc.122/e88751/database-appliance-software-configuration- defaults.htm#GUID-FE280580-F361-494F-B377-10137A6BEA34
  • 13. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 Pre Install • Register your Support Identifier (SI) for Oracle Database Appliance with My Oracle Support to obtain software and support from Oracle. • Configure network names and addresses on your Domain Name System (DNS) server. • Mount ODA hardware into a rack @DC • Connect power and required cables • Open SR on MOS for ODA deployment
  • 14. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 Install • It is done by Oracle Field Support with no cost • ODA Reimage to the latest Patch-Set Bundle • Download and copy the Oracle Database Appliance end-user bundle to Oracle Database Appliance. • It takes 6 hours (if nothing goes wrong )
  • 15. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 Link Aggregation Control Protocol (LACP) Also known as 802.3ad is a methods of combining multiple physical network connections into one logical connection to increase throughput and provide redundancy in case one of the links should fail. The protocol requires both – the server and the switch(es) to have the same settings to allow LACP to work properly. To configure LACP you need to change your bonding device configuration in /etc/sysconfig/network-scripts/ifcfg-bond0 similarly to this: DEVICE=bond0 IPADDR=192.168.0.2 NETMASK=255.255.255.0 ONBOOT=yes BOOTPROTO=none USERCTL=no NM_CONTROLLED=no MTU=9000 BONDING_OPTS="mode=4 miimon=100 downdelay=5000 updelay=5000 num_grat_arp=100 xmit_hash_policy=layer3+4 lacp_rate=1" The key here is setting the MTU=9000 and establishing the transmit hash policy as layer3+4. This transmit policy is intended to more-evenly distribute the traffic across the physical links of the bonded device. This is is the preferred mode of network bonding, but requires that the network is configured correctly on the switch.
  • 16. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 VLAN Virtual Local Area Networks (VLANs) are used to separate Broadcast Domains in the Network. To share the separation information on which packet belongs to which VLAN between switches and end systems, Ethernet frames gets the VLAN identification number inserted into the header. This number is called the VLAN tag. If you need additional networks for external access and prefer to enable isolation among them, 8021.Q based VLAN tagging is a solution. ODA (Oracle Database Appliance): Enable 8021.Q VLAN Tagged Interfaces for external client access networks (Doc ID 1500709.1)
  • 17. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 Oracle ACFS • Oracle ASM Cluster File System • File systems are created automatically in the Oracle Database Appliance ASM disk groups (DATA, RECO, REDO, and FLASH) when Appliance Manager 12.1.2+ patchset is deployed or imaged. • Performance is similar to ASM • Main features: snapshots, encryption, security, replication, auditing
  • 18. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 oakcli • Command-line utility to manage and maintain Oracle Database Appliance components • Create, upgrade, and patch databases • Create and upgrade Oracle homes • Create and modify database creation parameter files
  • 19. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 oakcli Mostrar versão do software do ODA oakcli show version –detail Mostrar todas as oracle RDBMS homes oakcli show dbhomes Mostrar todos os databases incluindo database home oakcli show databases Listar todos os filesystems para database oakcli show dbstorage Criar um database usando o oakcli oakcli create database -db db_name -oh dbhome -params param -storage storage_type Deletar um database usando o oakcli oakcli delete database -db db_name Validar ODA components oakcli validate -a Listar todos os registros do oak inventory oakcli inventory –q
  • 20. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 oakcli Creating a RAC db: 15 min
  • 21. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 oakcli Upgrading a DB from 12.1 to 12.2: 21 min
  • 22. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 Patching Check MOS Oracle Database Appliance - 18.1, 12.X, and 2.X Supported ODA Versions & Known Issues (Doc ID 888888.1) note for updates Process 1. Update Server (Mandatory): Operating System, ILOM,BIOS, Hardware Management Pack, IPMI, OAK, ASR and local disks.For virtualized environment, it also includes the Dom0 updates. Oracle Grid Infrastructure (GI) Stack including ASM, ACFS and TFA. 2. Update Storage (Recommended): Shared storage including HDD, SSD, Controller, and Expander 3. Update Database (Optional): RDBMS More info: http://www.oracle.com/technetwork/pt/articles/database- performance/atualizando-odb-app-x5-4481604-ptb.html
  • 23. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 Oracle Auto Service Request (ASR) 1. Automatically generates a service request with Oracle when specific hardware faults occur 2. Parts are dispatched upon diagnosis of issues within a service request
  • 24. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 Hardware Maintenance 1. Customer Replaceable Unit (CRU): Customer personnal should service CRUs I. Do not require server power-off I. Service the storage drives. II. Service the fan modules. III. Service the power supplies. II. Require server power-off I. Service the DIMMs. II. Service the PCIe Risers. III. Service the PCIe cards. IV. Service the internal USB flash drives. V. Service the battery. 2. Field Replaceable Unit (FRU): Only authorized Oracle Services personnel should service FRUs. I. Processors II. motherboard III. Oracle PCIe NVMe switch card IV. internal host bus adapter (HBA) V. Oracle PCIe NVMe switch card cables. More information: https://docs.oracle.com/cd/E41059_01/html/E48312/napsm.html
  • 25. 04 de Agosto de 2018, São Paulo, Brasil Oracle Developer Community LAD Tour 2018 Thanks for coming 