Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
AzureでOracle
Search
Kuniteru Asami
February 26, 2014
Technology
0
13
AzureでOracle
Windows AzureでOracle Databaseを動かしてみた。
HA構成にするには...
LTスライドなのでネタですよ
Kuniteru Asami
February 26, 2014
Tweet
Share
More Decks by Kuniteru Asami
See All by Kuniteru Asami
どう買う?Azure
kuniteru
1
540
スケールアウトできるManaged RDBMS - Azure Cosmos DB for PostgreSQL
kuniteru
0
65
現場からみた Azure リファレンスアーキテクチャ答え合わせ | Microsoft Build 2022
kuniteru
1
19
Azure Load Testingを利用したパフォーマンステスト
kuniteru
1
30
Understanding Azure Application Gateway
kuniteru
0
16
堅牢&運用楽々な WordPress を Azure App Service で
kuniteru
0
50
Azure PaaS とのよりセキュアな接続 - 初級編
kuniteru
0
14
あらためて Azure Virtual Network
kuniteru
0
15
Azure Virtual Machines設計の勘所 | Microsoft Tech Summit 2017
kuniteru
1
10
Other Decks in Technology
See All in Technology
ディスプレイ広告(Yahoo!広告・LINE広告)におけるバックエンド開発
lycorptech_jp
PRO
0
360
EDRの検知の仕組みと検知回避について
chayakonanaika
12
4.9k
【詳説】コンテンツ配信 システムの複数機能 基盤への拡張
hatena
0
250
Amazon Aurora のバージョンアップ手法について
smt7174
2
150
わたしがEMとして入社した「最初の100日」の過ごし方 / EMConfJp2025
daiksy
14
5k
30→150人のエンジニア組織拡大に伴うアジャイル文化を醸成する役割と取り組みの変化
nagata03
0
180
システム・ML活用を広げるdbtのデータモデリング / Expanding System & ML Use with dbt Modeling
i125
1
320
AIエージェント入門
minorun365
PRO
31
18k
AWSを活用したIoTにおけるセキュリティ対策のご紹介
kwskyk
0
350
1行のコードから社会課題の解決へ: EMの探究、事業・技術・組織を紡ぐ実践知 / EM Conf 2025
9ma3r
11
3.8k
Pwned Labsのすゝめ
ken5scal
2
440
PHPで印刷所に入稿できる名札データを作る / Generating Print-Ready Name Tag Data with PHP
tomzoh
0
180
Featured
See All Featured
Why Our Code Smells
bkeepers
PRO
336
57k
Faster Mobile Websites
deanohume
306
31k
Making the Leap to Tech Lead
cromwellryan
133
9.1k
KATA
mclloyd
29
14k
GraphQLの誤解/rethinking-graphql
sonatard
68
10k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.3k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
430
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
Producing Creativity
orderedlist
PRO
344
40k
The Language of Interfaces
destraynor
156
24k
Transcript
Azure で ◦racle 株式会社pnop / Cloudlive株式会社 浅見 城輝
About me kuniteru.asami Find me Windows Azure © 2011 Microsoft
Corporation All Rights Reserved. Database ORACLE Database 真剣にやってました
3
4
5 2013年6月26日 Oracle DBをWindows Azureに提供
6 2014年3月12日から、 仮想マシンのOracleライセンスが有料に
タダのうちに Oracleで遊ばなきゃ! 7
Windows仮想マシン RDPで普通にnetca/dbcaで DB作成して終わり なんも面白いことない 8
Linux仮想マシン netca/dbcaのためにGUIが必要 9
X-Windowの設定 sshのX11転送とか やらなきゃいけない 超面倒 & 超遅い 10
xrdpで リモートデスクトップ接続 Oracleプリインイメージでは xrdpはソースからコンパイル 11
Azureギャラリーの Oracleイメージには gccがインストールされていない 超面倒 12
init.oraやCREATE DATABASE文 listener.ora 自前で書かなきゃいけないの? 萎えるわぁ... 13
Oracleイメージの中を よくよく見てみると... 14
レスポンスファイルで Oracleのインストールを してるみたい 15
netca/dbcaも レスポンスファイルで コマンド実行しよう 16
超面倒 17
と思いきや 楽勝だった (細かい設定をしなければ) 18
$ netca /silent /responsefile $ORACLE_HOME/assistants/netca/netca.rsp $ dbca -silent -responseFile $ORACLE_HOME/assistants/dbca/dbca.rsp
19
でもこれじゃ シングルインスタンスじゃん 20
Oracle Data Guard 21
フェイルオーバー どうする? 22
Azure的解決方法 & Oracle的解決方法 23
あぁ、時間切れ... 24 続きはWebで... まだ何も書いてないけど...