SlideShare a Scribd company logo
ORACLE CLOUD SERVİSLERİ
Özgür Umut VURGUN / Erkan ÜLGEY
Oracle Cloud Day
İstanbul
Nov 2015
2006 - Comp.Eng.
2008 - OCP
2012 - MBA @ Bahcesehir University
2012 - Blogger,Author,Speaker
@ www.ozgurumutvurgun.com
@ www.otechmag.com
@ www.turkceoracle.com
@ www.dwh.gen.tr
2013 - Lecturer , Eskisehir Osmangazi University
2013 - RAC and Grid Cert. Expert
2007 - 2015 DBA
Şimdilerde her şey ile uğraşıyor..
Haberleşelim 
ozgurumutvurgun@gmail.com
tr.linkedin.com/in/ozgurumutvurgun
twitter.com/ozgurumutvurgun
Biz Kimiz ?
2010 Comp.Eng. @ Itu
2010 - 2014 DBA @ TUBITAK
2012 - ~ M.Sc. @ Boun
2013 - ~ Blogger @ kamudba.blogspot.com.tr
2013 - ~ 11g OCP & Perf. Tuning Cert. Expert
2014 TSK 
2015 - ~ DBA @ Garanti Teknoloji
Şimdilerde Big Data ile uğraşıyor..
Haberleşelim 
ulgey.erkan@gmail.com
tr.linkedin.com/in/erkanulgey
twitter.com/erkanulgey
Oracle CLOUD
ORACLE
Oracle CLOUD
Platform As a Service
Infrastructure As a Service
Software As a Service
Oracle Platform & Infrastructure As a Service
ORACLE
CLOUD
Canlı Sistem
Network
Aynı Canlı Sistem Mimarisi
Aynı Standartlarda Çalışma
Aynı Ürünler
Oracle Platform & Infrastructure As a Service
 Database
 Middleware
• Development
• App. Server
• BI
• Identity Management
 Engineered Sistemler
 Exadata
 Database Appliance
Oracle Software As a Service
 Sistemde yer alan uygulamalar …
 Uygulama Modülleri
 Sistem Güvenliği
APPs
 Sistem Yönetimi ve Optimasyonu
Cloud As Services
SAAS
PAAS
IAAS
User
Developer
Administrator
Oracle CLOUD Architecture
Fiziksel Yapı Altyapı Diğer …
Sunucu Disk Sistem
SaaS PaaS IaaS
Cloud
Business
Cloud
Opersayonları
Security
Design
Broker
Cloud
Management
CLOUD
ALTYAPI
Oracle CLOUD Architecture
LOGIC
FİZİKSEL
STORAGE NETWORK CLOUD Diğer ….
Server Disk Enginered Diğer ….
ACCESS
CLOUD
SERVISLERİ
SaaS
Business
Proses /
Servisleri
Uygulama
PaaS
Data
Platform
Container
IaaS
Server
Network
Storage
Portal
API
Proxy
Load Balance
Protocol
Security
Oracle Database As a Service
 Hızlı kurulum
 Kolay patch & yönetim
 Ücretlendirme ?
Oracle CLOUD Entegrasyonu
https://cloud.oracle.com/home
• Servis Belirleme
• Try It
• CLOUD hesabı oluşturma
Oracle CLOUD Entegrasyonu
Oracle CLOUD Entegrasyonu
Oracle Storage Cloud
Database Backup
Oracle Compute Cloud
Database Cloud
SOA Cloud
Java Cloud Developer
Oracle CLOUD Service Console
 Service Console
 Max Trial kapasite
 5 OCPU
 75 GB Memory
 250 GB Storage
 5 NAT IP
 Create Service
Oracle CLOUD Service Console
 Oracle Cloud Database Servisi ile veritabanı oluştururken..
 SSH Public Key
 Tape backup için Oracle Cloud Storage servisi ayarlamaları
 Cloud veritabanı bağlantıları
 Host Bağlantısı
 EM Express Bağlantısı
 SQLDeveloper Bağlantısı
Oracle CLOUD ile Veritabanı Oluşturma
 SSH Public Key
CONTAINER Yapısı
 Storage Erişimi
 REST API
 JAVA Lib
$ ssh-keygen -b 2048 -t rsa -f cloudday
Generating public/private rsa key pair.
…
$ ls cloudday*
cloudday cloudday.pub
Oracle CLOUD ile Veritabanı Oluşturma
 CURL paketi
 X-Storage-User
 X-Storage-Pass
 Rest Endpoint Url***
 REST API Yöntemi
Oracle CLOUD ile Veritabanı Oluşturma
$ curl -v -s -X GET -H "X-Storage-User: Storage-trmycompany:**@*" -H
"X-Storage-Pass: *****" https://trmycompany.storage.oraclecloud.com/auth/v1.0
* Trying 160.34.0.231...
* Connected to trmycompany.storage.oraclecloud.com (160.34.0.231) port 443 (#0)
* TLS 1.2 connection using TLS_RSA_WITH_AES_128_CBC_SHA
* Server certificate: *.storage.oraclecloud.com
* Server certificate: VeriSign Class 3 Secure Server CA - G3
* Server certificate: VeriSign Class 3 Public Primary Certification Authority - G5
> GET /auth/v1.0 HTTP/1.1
> Host: trmycompany.storage.oraclecloud.com
> User-Agent: curl/7.43.0
> Accept: */*
…
< HTTP/1.1 200 OK
< Date: Sat, 07 Nov 2015 13:18:12 GMT
< X-Auth-Token: AUTH_tk90d97fd6e5e931bca8110013c75e0e67
…
 CURL Paketi ile Authentication
Oracle CLOUD ile Veritabanı Oluşturma
$ curl -v -s -X PUT -H "X-Auth-Token:
AUTH_tk90d97fd6e5e931bca8110013c75e0e67"
https://trmycompany.storage.oraclecloud.com/v1/Storage-trmycompany/cloudcontainer
* Trying 160.34.0.231...
* Connected to trmycompany.storage.oraclecloud.com (160.34.0.231) port 443 (#0)
…
< HTTP/1.1 201 Created
< X-Trans-Id: tx665ad2197a174e7f9a928-00563dfae1ga
…
 CURL Paketi ile Container Oluşturulması
Oracle CLOUD ile Veritabanı Oluşturma
Oracle CLOUD ile Veritabanı Oluşturma
Oracle CLOUD ile Veritabanı Oluşturma
Oracle CLOUD ile Veritabanı Oluşturma
Oracle CLOUD ile Veritabanı Oluşturma
Oracle CLOUD SSH Bağlantıları
 SecureCRT
 Putty
 Terminal vb….
Oracle CLOUD Veritabanı RMAN İşlemleri
[oracle@cloudday2015 ~]$ rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Sun Nov 8 16:42:05 2015
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: CLOUD (DBID=444804778)
RMAN> show all;
using target database control file instead of recovery catalog
RMAN configuration parameters for database with db_unique_name CLOUD are:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
CONFIGURE BACKUP OPTIMIZATION ON;
CONFIGURE DEFAULT DEVICE TYPE TO DISK;
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO '%F'; # default
RMAN> configure default device type to sbt_tape;
old RMAN configuration parameters:
CONFIGURE DEFAULT DEVICE TYPE TO DISK;
new RMAN configuration parameters:
CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE';
RMAN> backup database plus archivelog;
Starting backup at 08-NOV-15
current log archived
allocated channel: ORA_SBT_TAPE_1
channel ORA_SBT_TAPE_1: SID=137 device type=SBT_TAPE
Oracle CLOUD Veritabanı RMAN İşlemleri
$ curl -v -s -X GET -H "X-Auth-Token: AUTH_tk79df142a007e8172da637011c60e3b08"
https://trmycompany.storage.oraclecloud.com/v1/Storage-trmycompany/cloudcontainer
,* Trying 160.34.0.231...
* Connected to trmycompany.storage.oraclecloud.com (160.34.0.231) port 443 (#0)
..
< X-Container-Object-Count: 331
cloudday2015/ohcfgfiles_20151108_0217.tar.gz
cloudday2015/oscfgfiles_20151108_0217.tar.gz
cloudfirstobject
file_chunk/444804778/CLOUD/backuppiece/2015-11-08/c-444804778-20151107-00/rLdAzfjGXKHD/0000000001
file_chunk/444804778/CLOUD/backuppiece/2015-11-08/c-444804778-20151107-00/rLdAzfjGXKHD/metadata.xml
file_chunk/444804778/CLOUD/backuppiece/2015-11-08/c-444804778-20151108-00/BYtsJcJUb3Tk/0000000001
 CLOUD’da Backup Kontrolü
Oracle CLOUD Enterprise Manager
 EM Express default portu 5500
 Port forwarding
 Oracle Cloud servislerinde network izinlerinin ENABLE olmalı
https://129.152.159.134:5500/em
Oracle CLOUD Enterprise Manager
Oracle CLOUD SQL Developer Bağlantısı
 Veritabanı bağlantısı için 1521 portuna erişim…
 SSH Tunnelling
 SQL Developer 4.0.3 versiyonundan itibaren
desteklenmekte.
1. SSH Private Key
2. SQL Developerda Connection Tipi
Oracle Cloud As Services

More Related Content

What's hot

Database 12c is ready for you... Are you ready for 12c?
Database 12c is ready for you... Are you ready for 12c?Database 12c is ready for you... Are you ready for 12c?
Database 12c is ready for you... Are you ready for 12c?
Performance Tuning Corporation
 
Rac&asm
Rac&asmRac&asm
Rac&asm
Osama Mustafa
 
MySQL JSON Functions
MySQL JSON FunctionsMySQL JSON Functions
MySQL JSON Functions
Sveta Smirnova
 
DBA だってもっと効率化したい!〜最近の自動化事情とOracle Database〜
DBA だってもっと効率化したい!〜最近の自動化事情とOracle Database〜DBA だってもっと効率化したい!〜最近の自動化事情とOracle Database〜
DBA だってもっと効率化したい!〜最近の自動化事情とOracle Database〜
Michitoshi Yoshida
 
OTN Tour 2014: Rac 11g vs 12c
OTN Tour 2014: Rac 11g vs 12cOTN Tour 2014: Rac 11g vs 12c
OTN Tour 2014: Rac 11g vs 12c
Deiby Gómez
 
Multi thread slave_performance_on_opc
Multi thread slave_performance_on_opcMulti thread slave_performance_on_opc
Multi thread slave_performance_on_opc
Shinya Sugiyama
 
MySQL as a Document Store
MySQL as a Document StoreMySQL as a Document Store
MySQL as a Document Store
Dave Stokes
 
Middleware upgrade to Oracle Fusion Middleware(FMW) 12c.Real Case stories.
Middleware upgrade to Oracle Fusion Middleware(FMW) 12c.Real Case stories. Middleware upgrade to Oracle Fusion Middleware(FMW) 12c.Real Case stories.
Middleware upgrade to Oracle Fusion Middleware(FMW) 12c.Real Case stories.
Andrejs Vorobjovs
 
MySQL Replication Update -- Zendcon 2016
MySQL Replication Update -- Zendcon 2016MySQL Replication Update -- Zendcon 2016
MySQL Replication Update -- Zendcon 2016
Dave Stokes
 
MySQL Monitoring 101
MySQL Monitoring 101MySQL Monitoring 101
MySQL Monitoring 101
Ronald Bradford
 
MySQL Replication Basics -Ohio Linux Fest 2016
MySQL Replication Basics -Ohio Linux Fest 2016MySQL Replication Basics -Ohio Linux Fest 2016
MySQL Replication Basics -Ohio Linux Fest 2016
Dave Stokes
 
Developing Information Schema Plugins
Developing Information Schema PluginsDeveloping Information Schema Plugins
Developing Information Schema Plugins
Mark Leith
 
Ohio Linux Fest -- MySQL's NoSQL
Ohio Linux Fest -- MySQL's NoSQLOhio Linux Fest -- MySQL's NoSQL
Ohio Linux Fest -- MySQL's NoSQL
Dave Stokes
 
12cR2 Single-Tenant: Multitenant Features for All Editions
12cR2 Single-Tenant: Multitenant Features for All Editions12cR2 Single-Tenant: Multitenant Features for All Editions
12cR2 Single-Tenant: Multitenant Features for All Editions
Franck Pachot
 
Schema replication using oracle golden gate 12c
Schema replication using oracle golden gate 12cSchema replication using oracle golden gate 12c
Schema replication using oracle golden gate 12c
uzzal basak
 
Flex Cluster e Flex ASM - GUOB Tech Day - OTN TOUR LA Brazil 2014
Flex Cluster e Flex ASM - GUOB Tech Day - OTN TOUR LA Brazil 2014Flex Cluster e Flex ASM - GUOB Tech Day - OTN TOUR LA Brazil 2014
Flex Cluster e Flex ASM - GUOB Tech Day - OTN TOUR LA Brazil 2014
Alex Zaballa
 
DB エンジニアのマイクロサービス入門〜Oracle Database と Docker ではじめる API サービス〜
DB エンジニアのマイクロサービス入門〜Oracle Database と  Docker ではじめる API サービス〜DB エンジニアのマイクロサービス入門〜Oracle Database と  Docker ではじめる API サービス〜
DB エンジニアのマイクロサービス入門〜Oracle Database と Docker ではじめる API サービス〜
Michitoshi Yoshida
 
Manual Tecnico OGG Oracle to MySQL
Manual Tecnico OGG Oracle to MySQLManual Tecnico OGG Oracle to MySQL
Manual Tecnico OGG Oracle to MySQL
Erick Vidbaz
 
Perl Stored Procedures for MySQL (2009)
Perl Stored Procedures for MySQL (2009)Perl Stored Procedures for MySQL (2009)
Perl Stored Procedures for MySQL (2009)
Antony T Curtis
 
A brief introduction to PostgreSQL
A brief introduction to PostgreSQLA brief introduction to PostgreSQL
A brief introduction to PostgreSQL
Vu Hung Nguyen
 

What's hot (20)

Database 12c is ready for you... Are you ready for 12c?
Database 12c is ready for you... Are you ready for 12c?Database 12c is ready for you... Are you ready for 12c?
Database 12c is ready for you... Are you ready for 12c?
 
Rac&asm
Rac&asmRac&asm
Rac&asm
 
MySQL JSON Functions
MySQL JSON FunctionsMySQL JSON Functions
MySQL JSON Functions
 
DBA だってもっと効率化したい!〜最近の自動化事情とOracle Database〜
DBA だってもっと効率化したい!〜最近の自動化事情とOracle Database〜DBA だってもっと効率化したい!〜最近の自動化事情とOracle Database〜
DBA だってもっと効率化したい!〜最近の自動化事情とOracle Database〜
 
OTN Tour 2014: Rac 11g vs 12c
OTN Tour 2014: Rac 11g vs 12cOTN Tour 2014: Rac 11g vs 12c
OTN Tour 2014: Rac 11g vs 12c
 
Multi thread slave_performance_on_opc
Multi thread slave_performance_on_opcMulti thread slave_performance_on_opc
Multi thread slave_performance_on_opc
 
MySQL as a Document Store
MySQL as a Document StoreMySQL as a Document Store
MySQL as a Document Store
 
Middleware upgrade to Oracle Fusion Middleware(FMW) 12c.Real Case stories.
Middleware upgrade to Oracle Fusion Middleware(FMW) 12c.Real Case stories. Middleware upgrade to Oracle Fusion Middleware(FMW) 12c.Real Case stories.
Middleware upgrade to Oracle Fusion Middleware(FMW) 12c.Real Case stories.
 
MySQL Replication Update -- Zendcon 2016
MySQL Replication Update -- Zendcon 2016MySQL Replication Update -- Zendcon 2016
MySQL Replication Update -- Zendcon 2016
 
MySQL Monitoring 101
MySQL Monitoring 101MySQL Monitoring 101
MySQL Monitoring 101
 
MySQL Replication Basics -Ohio Linux Fest 2016
MySQL Replication Basics -Ohio Linux Fest 2016MySQL Replication Basics -Ohio Linux Fest 2016
MySQL Replication Basics -Ohio Linux Fest 2016
 
Developing Information Schema Plugins
Developing Information Schema PluginsDeveloping Information Schema Plugins
Developing Information Schema Plugins
 
Ohio Linux Fest -- MySQL's NoSQL
Ohio Linux Fest -- MySQL's NoSQLOhio Linux Fest -- MySQL's NoSQL
Ohio Linux Fest -- MySQL's NoSQL
 
12cR2 Single-Tenant: Multitenant Features for All Editions
12cR2 Single-Tenant: Multitenant Features for All Editions12cR2 Single-Tenant: Multitenant Features for All Editions
12cR2 Single-Tenant: Multitenant Features for All Editions
 
Schema replication using oracle golden gate 12c
Schema replication using oracle golden gate 12cSchema replication using oracle golden gate 12c
Schema replication using oracle golden gate 12c
 
Flex Cluster e Flex ASM - GUOB Tech Day - OTN TOUR LA Brazil 2014
Flex Cluster e Flex ASM - GUOB Tech Day - OTN TOUR LA Brazil 2014Flex Cluster e Flex ASM - GUOB Tech Day - OTN TOUR LA Brazil 2014
Flex Cluster e Flex ASM - GUOB Tech Day - OTN TOUR LA Brazil 2014
 
DB エンジニアのマイクロサービス入門〜Oracle Database と Docker ではじめる API サービス〜
DB エンジニアのマイクロサービス入門〜Oracle Database と  Docker ではじめる API サービス〜DB エンジニアのマイクロサービス入門〜Oracle Database と  Docker ではじめる API サービス〜
DB エンジニアのマイクロサービス入門〜Oracle Database と Docker ではじめる API サービス〜
 
Manual Tecnico OGG Oracle to MySQL
Manual Tecnico OGG Oracle to MySQLManual Tecnico OGG Oracle to MySQL
Manual Tecnico OGG Oracle to MySQL
 
Perl Stored Procedures for MySQL (2009)
Perl Stored Procedures for MySQL (2009)Perl Stored Procedures for MySQL (2009)
Perl Stored Procedures for MySQL (2009)
 
A brief introduction to PostgreSQL
A brief introduction to PostgreSQLA brief introduction to PostgreSQL
A brief introduction to PostgreSQL
 

Viewers also liked

Exadata Performance Notes
Exadata Performance NotesExadata Performance Notes
Exadata Performance Notes
Özgür Umut Vurgun
 
Yeni başlayanlar i̇çin Oracle 12c
Yeni başlayanlar i̇çin Oracle 12cYeni başlayanlar i̇çin Oracle 12c
Yeni başlayanlar i̇çin Oracle 12c
Özgür Umut Vurgun
 
Oracle12c flex rac flex asm
Oracle12c flex rac flex asmOracle12c flex rac flex asm
Oracle12c flex rac flex asm
Özgür Umut Vurgun
 
Bigdata : Big picture
Bigdata : Big pictureBigdata : Big picture
Bigdata : Big picture
Zekeriya Besiroglu
 
Emrah METE - Oracle Cloud Day 2015 12c SQL New Features
Emrah METE - Oracle Cloud Day 2015 12c SQL New Features Emrah METE - Oracle Cloud Day 2015 12c SQL New Features
Emrah METE - Oracle Cloud Day 2015 12c SQL New Features
Emrah METE
 
GNW01: In-Memory Processing for Databases
GNW01: In-Memory Processing for DatabasesGNW01: In-Memory Processing for Databases
GNW01: In-Memory Processing for Databases
Tanel Poder
 
Top 10 Reasons Events Are the Best B2B Marketing Channel in the World
Top 10 Reasons Events Are the Best B2B Marketing Channel in the WorldTop 10 Reasons Events Are the Best B2B Marketing Channel in the World
Top 10 Reasons Events Are the Best B2B Marketing Channel in the World
DoubleDutch
 
Gluent New World #02 - SQL-on-Hadoop : A bit of History, Current State-of-the...
Gluent New World #02 - SQL-on-Hadoop : A bit of History, Current State-of-the...Gluent New World #02 - SQL-on-Hadoop : A bit of History, Current State-of-the...
Gluent New World #02 - SQL-on-Hadoop : A bit of History, Current State-of-the...
Mark Rittman
 
Oracle Enterprise Manager Cloud Control 12c
Oracle Enterprise Manager Cloud Control 12cOracle Enterprise Manager Cloud Control 12c
Oracle Enterprise Manager Cloud Control 12c
Orhan ERIPEK
 

Viewers also liked (9)

Exadata Performance Notes
Exadata Performance NotesExadata Performance Notes
Exadata Performance Notes
 
Yeni başlayanlar i̇çin Oracle 12c
Yeni başlayanlar i̇çin Oracle 12cYeni başlayanlar i̇çin Oracle 12c
Yeni başlayanlar i̇çin Oracle 12c
 
Oracle12c flex rac flex asm
Oracle12c flex rac flex asmOracle12c flex rac flex asm
Oracle12c flex rac flex asm
 
Bigdata : Big picture
Bigdata : Big pictureBigdata : Big picture
Bigdata : Big picture
 
Emrah METE - Oracle Cloud Day 2015 12c SQL New Features
Emrah METE - Oracle Cloud Day 2015 12c SQL New Features Emrah METE - Oracle Cloud Day 2015 12c SQL New Features
Emrah METE - Oracle Cloud Day 2015 12c SQL New Features
 
GNW01: In-Memory Processing for Databases
GNW01: In-Memory Processing for DatabasesGNW01: In-Memory Processing for Databases
GNW01: In-Memory Processing for Databases
 
Top 10 Reasons Events Are the Best B2B Marketing Channel in the World
Top 10 Reasons Events Are the Best B2B Marketing Channel in the WorldTop 10 Reasons Events Are the Best B2B Marketing Channel in the World
Top 10 Reasons Events Are the Best B2B Marketing Channel in the World
 
Gluent New World #02 - SQL-on-Hadoop : A bit of History, Current State-of-the...
Gluent New World #02 - SQL-on-Hadoop : A bit of History, Current State-of-the...Gluent New World #02 - SQL-on-Hadoop : A bit of History, Current State-of-the...
Gluent New World #02 - SQL-on-Hadoop : A bit of History, Current State-of-the...
 
Oracle Enterprise Manager Cloud Control 12c
Oracle Enterprise Manager Cloud Control 12cOracle Enterprise Manager Cloud Control 12c
Oracle Enterprise Manager Cloud Control 12c
 

Similar to Oracle Cloud As Services

Enterprise manager 13c -let's connect to the Oracle Cloud
Enterprise manager 13c -let's connect to the Oracle CloudEnterprise manager 13c -let's connect to the Oracle Cloud
Enterprise manager 13c -let's connect to the Oracle Cloud
Trivadis
 
Database Cloud Services Office Hours - 0421 - Migrate AWS to OCI
Database Cloud Services Office Hours - 0421 - Migrate AWS to OCIDatabase Cloud Services Office Hours - 0421 - Migrate AWS to OCI
Database Cloud Services Office Hours - 0421 - Migrate AWS to OCI
Tammy Bednar
 
REST in Piece - Administration of an Oracle Cluster/Database using REST
REST in Piece - Administration of an Oracle Cluster/Database using RESTREST in Piece - Administration of an Oracle Cluster/Database using REST
REST in Piece - Administration of an Oracle Cluster/Database using REST
Christian Gohmann
 
ORDS - Oracle REST Data Services
ORDS - Oracle REST Data ServicesORDS - Oracle REST Data Services
ORDS - Oracle REST Data Services
Justin Michael Raj
 
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
NomanKhalid56
 
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
Insight Technology, Inc.
 
DOAG 2016 Oracle Logon Security
DOAG 2016 Oracle Logon SecurityDOAG 2016 Oracle Logon Security
DOAG 2016 Oracle Logon Security
Loopback.ORG
 
Oracle on kubernetes 101 - Dec/2021
Oracle on kubernetes 101 - Dec/2021Oracle on kubernetes 101 - Dec/2021
Oracle on kubernetes 101 - Dec/2021
Nelson Calero
 
Trivadis TechEvent 2017 With the CLI through the Oracle Cloud Martin Berger
Trivadis TechEvent 2017 With the CLI through the Oracle Cloud Martin BergerTrivadis TechEvent 2017 With the CLI through the Oracle Cloud Martin Berger
Trivadis TechEvent 2017 With the CLI through the Oracle Cloud Martin Berger
Trivadis
 
Kubernetes security
Kubernetes securityKubernetes security
Kubernetes security
Thomas Fricke
 
JoTechies - Azure SQL DB
JoTechies - Azure SQL DBJoTechies - Azure SQL DB
JoTechies - Azure SQL DB
JoTechies
 
ORACLE
ORACLEORACLE
The State of the Dolphin, MySQL Keynote at Percona Live Europe 2019, Amsterda...
The State of the Dolphin, MySQL Keynote at Percona Live Europe 2019, Amsterda...The State of the Dolphin, MySQL Keynote at Percona Live Europe 2019, Amsterda...
The State of the Dolphin, MySQL Keynote at Percona Live Europe 2019, Amsterda...
Geir Høydalsvik
 
Oracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationOracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c Presentation
Francisco Alvarez
 
Get the most out of Oracle Data Guard - POUG version
Get the most out of Oracle Data Guard - POUG versionGet the most out of Oracle Data Guard - POUG version
Get the most out of Oracle Data Guard - POUG version
Ludovico Caldara
 
Oracle on AWS RDS Migration - 성기명
Oracle on AWS RDS Migration - 성기명Oracle on AWS RDS Migration - 성기명
Oracle on AWS RDS Migration - 성기명
AWSKRUG - AWS한국사용자모임
 
HashiCorp's Vault - The Examples
HashiCorp's Vault - The ExamplesHashiCorp's Vault - The Examples
HashiCorp's Vault - The Examples
Michał Czeraszkiewicz
 
Oracle made it easy: Cloud DB Vergleich
Oracle made it easy: Cloud DB VergleichOracle made it easy: Cloud DB Vergleich
Oracle made it easy: Cloud DB Vergleich
OPITZ CONSULTING Deutschland
 
Making Spinnaker Go @ Stitch Fix
Making Spinnaker Go @ Stitch FixMaking Spinnaker Go @ Stitch Fix
Making Spinnaker Go @ Stitch Fix
Diana Tkachenko
 
Red Hat Agile integration workshop - Atlanta
Red Hat Agile integration workshop - AtlantaRed Hat Agile integration workshop - Atlanta
Red Hat Agile integration workshop - Atlanta
Judy Breedlove
 

Similar to Oracle Cloud As Services (20)

Enterprise manager 13c -let's connect to the Oracle Cloud
Enterprise manager 13c -let's connect to the Oracle CloudEnterprise manager 13c -let's connect to the Oracle Cloud
Enterprise manager 13c -let's connect to the Oracle Cloud
 
Database Cloud Services Office Hours - 0421 - Migrate AWS to OCI
Database Cloud Services Office Hours - 0421 - Migrate AWS to OCIDatabase Cloud Services Office Hours - 0421 - Migrate AWS to OCI
Database Cloud Services Office Hours - 0421 - Migrate AWS to OCI
 
REST in Piece - Administration of an Oracle Cluster/Database using REST
REST in Piece - Administration of an Oracle Cluster/Database using RESTREST in Piece - Administration of an Oracle Cluster/Database using REST
REST in Piece - Administration of an Oracle Cluster/Database using REST
 
ORDS - Oracle REST Data Services
ORDS - Oracle REST Data ServicesORDS - Oracle REST Data Services
ORDS - Oracle REST Data Services
 
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
 
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
 
DOAG 2016 Oracle Logon Security
DOAG 2016 Oracle Logon SecurityDOAG 2016 Oracle Logon Security
DOAG 2016 Oracle Logon Security
 
Oracle on kubernetes 101 - Dec/2021
Oracle on kubernetes 101 - Dec/2021Oracle on kubernetes 101 - Dec/2021
Oracle on kubernetes 101 - Dec/2021
 
Trivadis TechEvent 2017 With the CLI through the Oracle Cloud Martin Berger
Trivadis TechEvent 2017 With the CLI through the Oracle Cloud Martin BergerTrivadis TechEvent 2017 With the CLI through the Oracle Cloud Martin Berger
Trivadis TechEvent 2017 With the CLI through the Oracle Cloud Martin Berger
 
Kubernetes security
Kubernetes securityKubernetes security
Kubernetes security
 
JoTechies - Azure SQL DB
JoTechies - Azure SQL DBJoTechies - Azure SQL DB
JoTechies - Azure SQL DB
 
ORACLE
ORACLEORACLE
ORACLE
 
The State of the Dolphin, MySQL Keynote at Percona Live Europe 2019, Amsterda...
The State of the Dolphin, MySQL Keynote at Percona Live Europe 2019, Amsterda...The State of the Dolphin, MySQL Keynote at Percona Live Europe 2019, Amsterda...
The State of the Dolphin, MySQL Keynote at Percona Live Europe 2019, Amsterda...
 
Oracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationOracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c Presentation
 
Get the most out of Oracle Data Guard - POUG version
Get the most out of Oracle Data Guard - POUG versionGet the most out of Oracle Data Guard - POUG version
Get the most out of Oracle Data Guard - POUG version
 
Oracle on AWS RDS Migration - 성기명
Oracle on AWS RDS Migration - 성기명Oracle on AWS RDS Migration - 성기명
Oracle on AWS RDS Migration - 성기명
 
HashiCorp's Vault - The Examples
HashiCorp's Vault - The ExamplesHashiCorp's Vault - The Examples
HashiCorp's Vault - The Examples
 
Oracle made it easy: Cloud DB Vergleich
Oracle made it easy: Cloud DB VergleichOracle made it easy: Cloud DB Vergleich
Oracle made it easy: Cloud DB Vergleich
 
Making Spinnaker Go @ Stitch Fix
Making Spinnaker Go @ Stitch FixMaking Spinnaker Go @ Stitch Fix
Making Spinnaker Go @ Stitch Fix
 
Red Hat Agile integration workshop - Atlanta
Red Hat Agile integration workshop - AtlantaRed Hat Agile integration workshop - Atlanta
Red Hat Agile integration workshop - Atlanta
 

Recently uploaded

June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
fredae14
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
ssuserfac0301
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 
Project Management Semester Long Project - Acuity
Project Management Semester Long Project - AcuityProject Management Semester Long Project - Acuity
Project Management Semester Long Project - Acuity
jpupo2018
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
Mariano Tinti
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Alpen-Adria-Universität
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
IndexBug
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
Wouter Lemaire
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
David Brossard
 

Recently uploaded (20)

June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 
Project Management Semester Long Project - Acuity
Project Management Semester Long Project - AcuityProject Management Semester Long Project - Acuity
Project Management Semester Long Project - Acuity
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
 

Oracle Cloud As Services

  • 1. ORACLE CLOUD SERVİSLERİ Özgür Umut VURGUN / Erkan ÜLGEY Oracle Cloud Day İstanbul Nov 2015
  • 2. 2006 - Comp.Eng. 2008 - OCP 2012 - MBA @ Bahcesehir University 2012 - Blogger,Author,Speaker @ www.ozgurumutvurgun.com @ www.otechmag.com @ www.turkceoracle.com @ www.dwh.gen.tr 2013 - Lecturer , Eskisehir Osmangazi University 2013 - RAC and Grid Cert. Expert 2007 - 2015 DBA Şimdilerde her şey ile uğraşıyor.. Haberleşelim  ozgurumutvurgun@gmail.com tr.linkedin.com/in/ozgurumutvurgun twitter.com/ozgurumutvurgun Biz Kimiz ? 2010 Comp.Eng. @ Itu 2010 - 2014 DBA @ TUBITAK 2012 - ~ M.Sc. @ Boun 2013 - ~ Blogger @ kamudba.blogspot.com.tr 2013 - ~ 11g OCP & Perf. Tuning Cert. Expert 2014 TSK  2015 - ~ DBA @ Garanti Teknoloji Şimdilerde Big Data ile uğraşıyor.. Haberleşelim  ulgey.erkan@gmail.com tr.linkedin.com/in/erkanulgey twitter.com/erkanulgey
  • 4. Oracle CLOUD Platform As a Service Infrastructure As a Service Software As a Service
  • 5. Oracle Platform & Infrastructure As a Service ORACLE CLOUD Canlı Sistem Network Aynı Canlı Sistem Mimarisi Aynı Standartlarda Çalışma Aynı Ürünler
  • 6. Oracle Platform & Infrastructure As a Service  Database  Middleware • Development • App. Server • BI • Identity Management  Engineered Sistemler  Exadata  Database Appliance
  • 7. Oracle Software As a Service  Sistemde yer alan uygulamalar …  Uygulama Modülleri  Sistem Güvenliği APPs  Sistem Yönetimi ve Optimasyonu
  • 9. Oracle CLOUD Architecture Fiziksel Yapı Altyapı Diğer … Sunucu Disk Sistem SaaS PaaS IaaS Cloud Business Cloud Opersayonları Security Design Broker Cloud Management CLOUD
  • 10. ALTYAPI Oracle CLOUD Architecture LOGIC FİZİKSEL STORAGE NETWORK CLOUD Diğer …. Server Disk Enginered Diğer …. ACCESS CLOUD SERVISLERİ SaaS Business Proses / Servisleri Uygulama PaaS Data Platform Container IaaS Server Network Storage Portal API Proxy Load Balance Protocol Security
  • 11. Oracle Database As a Service  Hızlı kurulum  Kolay patch & yönetim  Ücretlendirme ?
  • 12. Oracle CLOUD Entegrasyonu https://cloud.oracle.com/home • Servis Belirleme • Try It • CLOUD hesabı oluşturma
  • 14. Oracle CLOUD Entegrasyonu Oracle Storage Cloud Database Backup Oracle Compute Cloud Database Cloud SOA Cloud Java Cloud Developer
  • 15. Oracle CLOUD Service Console  Service Console  Max Trial kapasite  5 OCPU  75 GB Memory  250 GB Storage  5 NAT IP  Create Service
  • 16. Oracle CLOUD Service Console  Oracle Cloud Database Servisi ile veritabanı oluştururken..  SSH Public Key  Tape backup için Oracle Cloud Storage servisi ayarlamaları  Cloud veritabanı bağlantıları  Host Bağlantısı  EM Express Bağlantısı  SQLDeveloper Bağlantısı
  • 17. Oracle CLOUD ile Veritabanı Oluşturma  SSH Public Key CONTAINER Yapısı  Storage Erişimi  REST API  JAVA Lib $ ssh-keygen -b 2048 -t rsa -f cloudday Generating public/private rsa key pair. … $ ls cloudday* cloudday cloudday.pub
  • 18. Oracle CLOUD ile Veritabanı Oluşturma  CURL paketi  X-Storage-User  X-Storage-Pass  Rest Endpoint Url***  REST API Yöntemi
  • 19. Oracle CLOUD ile Veritabanı Oluşturma $ curl -v -s -X GET -H "X-Storage-User: Storage-trmycompany:**@*" -H "X-Storage-Pass: *****" https://trmycompany.storage.oraclecloud.com/auth/v1.0 * Trying 160.34.0.231... * Connected to trmycompany.storage.oraclecloud.com (160.34.0.231) port 443 (#0) * TLS 1.2 connection using TLS_RSA_WITH_AES_128_CBC_SHA * Server certificate: *.storage.oraclecloud.com * Server certificate: VeriSign Class 3 Secure Server CA - G3 * Server certificate: VeriSign Class 3 Public Primary Certification Authority - G5 > GET /auth/v1.0 HTTP/1.1 > Host: trmycompany.storage.oraclecloud.com > User-Agent: curl/7.43.0 > Accept: */* … < HTTP/1.1 200 OK < Date: Sat, 07 Nov 2015 13:18:12 GMT < X-Auth-Token: AUTH_tk90d97fd6e5e931bca8110013c75e0e67 …  CURL Paketi ile Authentication
  • 20. Oracle CLOUD ile Veritabanı Oluşturma $ curl -v -s -X PUT -H "X-Auth-Token: AUTH_tk90d97fd6e5e931bca8110013c75e0e67" https://trmycompany.storage.oraclecloud.com/v1/Storage-trmycompany/cloudcontainer * Trying 160.34.0.231... * Connected to trmycompany.storage.oraclecloud.com (160.34.0.231) port 443 (#0) … < HTTP/1.1 201 Created < X-Trans-Id: tx665ad2197a174e7f9a928-00563dfae1ga …  CURL Paketi ile Container Oluşturulması
  • 21. Oracle CLOUD ile Veritabanı Oluşturma
  • 22. Oracle CLOUD ile Veritabanı Oluşturma
  • 23. Oracle CLOUD ile Veritabanı Oluşturma
  • 24. Oracle CLOUD ile Veritabanı Oluşturma
  • 25. Oracle CLOUD ile Veritabanı Oluşturma
  • 26. Oracle CLOUD SSH Bağlantıları  SecureCRT  Putty  Terminal vb….
  • 27. Oracle CLOUD Veritabanı RMAN İşlemleri [oracle@cloudday2015 ~]$ rman target / Recovery Manager: Release 12.1.0.2.0 - Production on Sun Nov 8 16:42:05 2015 Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved. connected to target database: CLOUD (DBID=444804778) RMAN> show all; using target database control file instead of recovery catalog RMAN configuration parameters for database with db_unique_name CLOUD are: CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS; CONFIGURE BACKUP OPTIMIZATION ON; CONFIGURE DEFAULT DEVICE TYPE TO DISK; CONFIGURE CONTROLFILE AUTOBACKUP ON; CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO '%F'; # default RMAN> configure default device type to sbt_tape; old RMAN configuration parameters: CONFIGURE DEFAULT DEVICE TYPE TO DISK; new RMAN configuration parameters: CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE'; RMAN> backup database plus archivelog; Starting backup at 08-NOV-15 current log archived allocated channel: ORA_SBT_TAPE_1 channel ORA_SBT_TAPE_1: SID=137 device type=SBT_TAPE
  • 28. Oracle CLOUD Veritabanı RMAN İşlemleri $ curl -v -s -X GET -H "X-Auth-Token: AUTH_tk79df142a007e8172da637011c60e3b08" https://trmycompany.storage.oraclecloud.com/v1/Storage-trmycompany/cloudcontainer ,* Trying 160.34.0.231... * Connected to trmycompany.storage.oraclecloud.com (160.34.0.231) port 443 (#0) .. < X-Container-Object-Count: 331 cloudday2015/ohcfgfiles_20151108_0217.tar.gz cloudday2015/oscfgfiles_20151108_0217.tar.gz cloudfirstobject file_chunk/444804778/CLOUD/backuppiece/2015-11-08/c-444804778-20151107-00/rLdAzfjGXKHD/0000000001 file_chunk/444804778/CLOUD/backuppiece/2015-11-08/c-444804778-20151107-00/rLdAzfjGXKHD/metadata.xml file_chunk/444804778/CLOUD/backuppiece/2015-11-08/c-444804778-20151108-00/BYtsJcJUb3Tk/0000000001  CLOUD’da Backup Kontrolü
  • 29. Oracle CLOUD Enterprise Manager  EM Express default portu 5500  Port forwarding  Oracle Cloud servislerinde network izinlerinin ENABLE olmalı https://129.152.159.134:5500/em
  • 31. Oracle CLOUD SQL Developer Bağlantısı  Veritabanı bağlantısı için 1521 portuna erişim…  SSH Tunnelling  SQL Developer 4.0.3 versiyonundan itibaren desteklenmekte. 1. SSH Private Key 2. SQL Developerda Connection Tipi

Editor's Notes

  1. Oracle
  2. Patch işlemi bu şekilde kolayca yapılabilir arayüzden ancak komut satırından da yapılabilir. Check the the prerequisites of a patch: # dbaascli dbpatchm --run -prereq Apply the patch to the instance using the dbpatchm subcommand of dbaascli: # dbaascli dbpatchm --run -apply
  3. Burada Domain ve servisler gösterilip özellikle domainin nerede kullanacağımız anlatılacak. Ekranda görüldüğü gibi gerekli bilgileri girildikten sonra üyelik onayı mailini alıyoruz, ve servislerimiz arka tarafta Oracle Data center larında hazırlanıyor. Burada önemli bir nokta Company bilgisi, identity-domain olarak daha sonraki bağlantı adımlarında kullanacağız. Servislerin hazırlanması 2 haftaya yakın bir süre almıştı, bize ayrılan data centerin yoğunluğu bunda etkili olabilir. Bundan sonraki adımlarda daha önce aktive ettiğim örnek hesap üzerinden devam edeceğim.
  4. REST api yöntemi daha hızlı olduğu için bu örnekte kullacağım, gerekli curl paketinin kurulu olması gerekiyor. Curl paketi ile bağlantı adımlarında 3 temel bilgi gerekiyor. X-Storage-User, X-Storage-Pass : Bu bilgiler cloud servislerine erişirken girdiğimiz bilgiler Rest Endpoint Url: Bu bilgi ise aşağıdaki ekranda görünmektedir. Ancak burdaki linki aşağıdaki şekilde düzenlemek gerekiyor.
  5. REST api yöntemi daha hızlı olduğu için bu örnekte kullacağım, gerekli curl paketinin kurulu olması gerekiyor. Curl paketi ile bağlantı adımlarında 3 temel bilgi gerekiyor. X-Storage-User, X-Storage-Pass : Bu bilgiler cloud servislerine erişirken girdiğimiz bilgiler Rest Endpoint Url: Bu bilgi ise aşağıdaki ekranda görünmektedir. Ancak burdaki linki aşağıdaki şekilde düzenlemek gerekiyor.
  6. REST api yöntemi daha hızlı olduğu için bu örnekte kullacağım, gerekli curl paketinin kurulu olması gerekiyor. Curl paketi ile bağlantı adımlarında 3 temel bilgi gerekiyor. X-Storage-User, X-Storage-Pass : Bu bilgiler cloud servislerine erişirken girdiğimiz bilgiler Rest Endpoint Url: Bu bilgi ise aşağıdaki ekranda görünmektedir. Ancak burdaki linki aşağıdaki şekilde düzenlemek gerekiyor.
  7. REST api yöntemi daha hızlı olduğu için bu örnekte kullacağım, gerekli curl paketinin kurulu olması gerekiyor. Curl paketi ile bağlantı adımlarında 3 temel bilgi gerekiyor. X-Storage-User, X-Storage-Pass : Bu bilgiler cloud servislerine erişirken girdiğimiz bilgiler Rest Endpoint Url: Bu bilgi ise aşağıdaki ekranda görünmektedir. Ancak burdaki linki aşağıdaki şekilde düzenlemek gerekiyor.
  8. İlk adımda Create Service butonu tıklanır. Sonraki ekranda üyelik bilgileri seçilir, burda veritabanını Oracle’ın default konfigüre etmesine izin verebiliriz ve faturalandırma seçeneği işaretlenir.
  9. Sonraki adımda veritabanı sürümü ve kurulum tipi seçilir. Burda HP veya EP seçmekte fayda var. Aksi takdirde EM ekranlarında diagnostic ve tuning pack gibi gerekli lisansları bulamıyor ve örneğin EM Express Peformance Hub sayfasında boş gösteriyor.
  10. Burda daha önce oluşturduğumuz SSH Public Key dosyasını upload edip , Storage Cloud servis container bilgilerini giriyoruz. Container bilgisi için isim formatı şu şekilde olmalı Storage-CompanyBilgisi/containerAdı
  11. Burda önemli nokta storage hizmeti , tape bağlantısı RMAN üzerinde tanımlı olmasına ragmen default device olarak tanımlı değil, tape backup için değişikliği yapmamız gerekiyor.   Backup başlattık, şimdi backupların cloud storage servisine gittiğine emin olalım: