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
31
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
680
スケールアウトできるManaged RDBMS - Azure Cosmos DB for PostgreSQL
kuniteru
0
100
現場からみた Azure リファレンスアーキテクチャ答え合わせ | Microsoft Build 2022
kuniteru
1
43
Azure Load Testingを利用したパフォーマンステスト
kuniteru
1
65
Understanding Azure Application Gateway
kuniteru
0
30
堅牢&運用楽々な WordPress を Azure App Service で
kuniteru
0
110
Azure PaaS とのよりセキュアな接続 - 初級編
kuniteru
0
34
あらためて Azure Virtual Network
kuniteru
0
28
Azure Virtual Machines設計の勘所 | Microsoft Tech Summit 2017
kuniteru
1
34
Other Decks in Technology
See All in Technology
男(監査)はつらいよ - Policy as CodeからAIエージェントへ
ken5scal
5
780
Windows ネットワークを再確認する
murachiakira
PRO
0
300
EMからICへ、二周目人材としてAI全振りのプロダクト開発で見つけた武器
yug1224
5
490
作りっぱなしで終わらせない! 価値を出し続ける AI エージェントのための「信頼性」設計 / Designing Reliability for AI Agents that Deliver Continuous Value
aoto
PRO
2
240
AWSをCLIで理解したい! / I want to understand AWS using the CLI
mel_27
2
220
[AEON TECH HUB #24] お客様の長期的興味の理解に向けて
alpicola
0
120
OCI Security サービス 概要
oracle4engineer
PRO
2
13k
Serverless Agent Architecture on Azure / serverless-agent-on-azure
miyake
1
160
類似画像検索モデルの開発ノウハウ
lycorptech_jp
PRO
4
1k
Ultra Ethernet (UEC) v1.0 仕様概説
markunet
3
230
事例に見るスマートファクトリーへの道筋〜工場データをAI Readyにする実践ステップ〜
hamadakoji
0
240
楽しく学ぼう!コミュニティ入門 AWSと人が つむいできたストーリー
hiroramos4
PRO
1
170
Featured
See All Featured
Imperfection Machines: The Place of Print at Facebook
scottboms
269
14k
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
370
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
140
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
8k
Reflections from 52 weeks, 52 projects
jeffersonlam
356
21k
Bridging the Design Gap: How Collaborative Modelling removes blockers to flow between stakeholders and teams @FastFlow conf
baasie
0
470
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
Between Models and Reality
mayunak
2
230
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
310
Being A Developer After 40
akosma
91
590k
How Software Deployment tools have changed in the past 20 years
geshan
0
32k
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で... まだ何も書いてないけど...