3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Oracle Linux7.4 + Oracle 12.2 EE Non-pdbをvirtualboxに速攻作成

Last updated at Posted at 2017-11-12

Oracle Linux7.4 + Oracle 12.2 EE Non-pdbがvirtualboxに簡単に作成できます。
楽すぎて感動したのでシェア。
shakiyam, TakashiOshikawa
ありがとう!!

#1.Vagrantインストール
https://qiita.com/TakashiOshikawa/items/d2fb48d59e9e316af9a2

#2.vagrant-oracle12.2 setup
vagrant-oracle12201_database.zipをdownload
https://github.com/shakiyam/vagrant-oracle12.2
適当な場所に解凍

#3.Oracle12.2 EE installerを配置
linuxx64_12201_database.zipを解凍
解凍するとdatabaseディレクトリができる
さっきの適当な場所と同じディレクトリに配置

#4.Non-pdbにレスポンスファイル編集
dbca.rsp編集
createAsContainerDatabase=false
numberOfPDBs=0
pdbName=

#5.Setup
DOSコマンドで任意の場所に移動
vagrant up

#6.sshで接続
しばらくするとOracle Linux7.4 + Oracle 12.2 EE Non-pdbがvirtualboxにできあがる
DOSプロンプトが戻ってきたらDOSからssh接続できる
vagrant ssh

#7.タイムゾーン変更
sudo timedatectl set-timezone Asia/Tokyo

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?