SlideShare ist ein Scribd-Unternehmen logo
1 von 32
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

Weitere ähnliche Inhalte

Was ist angesagt?

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
 
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 12cDeiby Gómez
 
Multi thread slave_performance_on_opc
Multi thread slave_performance_on_opcMulti thread slave_performance_on_opc
Multi thread slave_performance_on_opcShinya Sugiyama
 
MySQL as a Document Store
MySQL as a Document StoreMySQL as a Document Store
MySQL as a Document StoreDave 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 2016Dave Stokes
 
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 2016Dave Stokes
 
Developing Information Schema Plugins
Developing Information Schema PluginsDeveloping Information Schema Plugins
Developing Information Schema PluginsMark Leith
 
Ohio Linux Fest -- MySQL's NoSQL
Ohio Linux Fest -- MySQL's NoSQLOhio Linux Fest -- MySQL's NoSQL
Ohio Linux Fest -- MySQL's NoSQLDave 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 EditionsFranck 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 12cuzzal 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 2014Alex 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 MySQLErick 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 PostgreSQLVu Hung Nguyen
 

Was ist angesagt? (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
 

Andere mochten auch

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
 
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 DatabasesTanel 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 WorldDoubleDutch
 
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 12cOrhan ERIPEK
 

Andere mochten auch (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
 

Ähnlich wie 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 CloudTrivadis
 
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 OCITammy 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 RESTChristian Gohmann
 
ORDS - Oracle REST Data Services
ORDS - Oracle REST Data ServicesORDS - Oracle REST Data Services
ORDS - Oracle REST Data ServicesJustin 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 SecurityLoopback.ORG
 
Oracle on kubernetes 101 - Dec/2021
Oracle on kubernetes 101 - Dec/2021Oracle on kubernetes 101 - Dec/2021
Oracle on kubernetes 101 - Dec/2021Nelson 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 BergerTrivadis
 
JoTechies - Azure SQL DB
JoTechies - Azure SQL DBJoTechies - Azure SQL DB
JoTechies - Azure SQL DBJoTechies
 
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 PresentationFrancisco 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 versionLudovico Caldara
 
Making Spinnaker Go @ Stitch Fix
Making Spinnaker Go @ Stitch FixMaking Spinnaker Go @ Stitch Fix
Making Spinnaker Go @ Stitch FixDiana Tkachenko
 
Red Hat Agile integration workshop - Atlanta
Red Hat Agile integration workshop - AtlantaRed Hat Agile integration workshop - Atlanta
Red Hat Agile integration workshop - AtlantaJudy Breedlove
 

Ähnlich wie 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
 

Kürzlich hochgeladen

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
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
 
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
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
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
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
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
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
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
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 

Kürzlich hochgeladen (20)

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
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
 
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
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
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
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
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
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
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
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 

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

Hinweis der Redaktion

  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: